2014-02-17 05:24 AM
Hi!
I tried to establish USART connection between my STM32F103RB with PC and I cannot do it. I searched many topics and forums and tried different possiblities and nothing worked. I also tried to make a USART connection on my board (between USART1 and USART2) and it worked fine. Unfortunately after rewiring cables to connect USART1 with ZL4USB (this is board with opto-isolation using FT232R) I send and receive some rubbish. I'd be grateful for getting some help. #usart-stm322014-02-22 06:17 PM
While that might be possible, I suspect the reason for it not working is much more mundane.
Off by one, or PA9/PA10 reversed?2014-02-22 07:55 PM
2014-02-23 05:38 AM
Ok, reasonable. Is the serial the same arrangement you tested with the VL-Discovery?
2014-02-23 09:03 AM
Yes, everything is exactly the same as the VL-discovery except the board.
Any initialization is needed for a brand new chip?