I'm using the Arduino IDE to program my STM32 using an ST-Link. Everything works fine, but I can't receive any data from the STM32 in the Serial Monitor. So, I decided to use an FTDI232 for serial communication, but I'm not sure how to set it up.
Here's the wiring :
FTDI232 GND to STM32 GND
FTDI232 VCC to STM32 3V3
FTDI232 TX to STM32 RX (PA10)
FTDI232 RX to STM32 TX (PA9)
Can you provide guidance on how to proceed with this setup?