Need help to setup serial console in custom flight controller

Hi, I am currently working on developing new flight controller based on STM32H743, I can’t connect to nsh serial console defined through UART. The serial console is currently defined in UART 3, when I try to connect it using ‘screen’ there is no output from the console.

Here is my board definition files, I want to learn what is defined wrong. Thank you in advance

I fixed it by changing nuttx config to enable dev/console parameter