How to connect STM32F411CEU6 to FT232RL USB to TTL
Hi, I'm trying to connect my STM32F411CEU6 to my laptop by using USB to TTL. The USB to TTL I use is FTDI FT232RL module, and I connect my STM to my FT232RL like these following (FT232RL -> STM32):
VCC -> 5V
GND -> GND
TX -> PB7
RX -> PB6

Then, I connect my FT232RL to my laptop and then open Arduino IDE. In the Arduino IDE, I open up the serial monitor but it doesn't print anything.
But, when I connect my STM32 directly to my laptop without using FT232RL, my program works fine and I can see the serial monitor printing. So I'm sure the problem isn't located at my program, I suspect the problem is located at the connection between the STM32 and the FT232RL.
Can somebody please help me with this problem?
Thank you very much
-Wildan
