2019-09-12 11:20 PM
Dear team,
I am facing issue with STM32 uart.
I have stm32f103c8 (you can google "stm32 bluepill ") board with me.
I want to use uart communication on this, i am using Stm32 Cube ide 1.0.0 .
when i transmit data from uart i receive garbage value on my laptop.
I am using usb to serial converter.
Please find zip file for code and snap shots.
Imp points:
I have tested my usb to serial converter with another controller which runs on 3.3v.
i have checked with another uart also its also giving same problem.
Solved! Go to Solution.
2019-09-13 02:41 AM
Make sure to use a CMOS Serial level adapter, the STM32 does not output RS232 compatible levels.
2019-09-13 01:27 AM
2019-09-13 01:54 AM
@David,
i check with your hex file.. still having same issue and same output.
i checked my adapter with another uc its working fine and same serial terminal application is also working fine.
Do i need to add some pull up or pull down on my st bluepill board.
2019-09-13 02:41 AM
Make sure to use a CMOS Serial level adapter, the STM32 does not output RS232 compatible levels.
2019-09-13 03:20 AM
@David SIORPAES & @Community member
Dear team,
i issue was with converter.
I check with another converter, now its working fine.
Thank you for your valuable time and responses.