STM32G431KB Nucleo 32 - USART1 RX help
I'm trying to use USART1 for Async however I cannot send data to the board. I'm using an FTDI USB-UART converter cable to test, the Nucleo is sending correct data my PC data no problem.
I can prove my code and terminal program on the PC works 2 way with the USART2 and VCP via STLINK.
When code is set to use USART1. USART1_Rx has nothing coming in.
I saw a reference in the UM for USART1:
"Only one USART is available and shared between ARDUINO® Nano and VCP. The selection is done by remapping (no need to change the hardware configuration)."
I think there might be something I don't understand about this. I have done the "remapping" with cube MX to assign the default UART1 pins PA9&10.
Any guidance is welcome on how to get Rx working.