Can't get to work the introductory tutorial on UART
I'm trying the tutorial on UART (https://wiki.st.com/stm32mcu/wiki/STM32StepByStep:Step3_Introduction_to_the_UART) with an STM32MP157F-DK2 board.
I tried defining the USART2 GPIOs with CubeMX as found in the reference document UM2637: DP5 - TX, PD6 - RX (I even tried alternate ports such as PA2, PA3). The generated code compiles well.
I then open a Putty connexion on COM19 (the ST Link port) with the required settings, but nothing is printed when I launch the debug.
What am I doing wrong?


