STM32 Nucleo-H743ZI2 VCP Port / STLINKV3
Hi
I am currently evaluating the STM32H7 family on a NUCLEO-H743ZI2 board. I am having troubles with the UART. I checked the schematics for said board and it shows that the STLINKV3 on that board is connected to USART3 on the STM32H743. So I created a new project with a blinking LED (works as expected) and the USART3 in asynchronous mode. I'm periodically (each second) writing out "Hello World" via USART3 (blocking mode) and I can trace the signal up to the output of U1 (a level shifter which shifts from 3V3 to 3V3, yet a different domain) but I don't see anything in the virtual com port which is created when I attach the device to my PC. I'm using PuTTY with 115200 8N1 settings (I also configured these settings in CubeMX).
Is there anything I'm overlooking? Is the COM Port feature actually working? I haven't found an example in the STM32Cube Repository which uses the VCP on the STLINK.
TLDR: Can output characters via USART3 to VCP of STLINKV3 but don't see any arriving on the PC side
