2015-09-03 02:22 AM
Hello,
I'm using STM32F030 in my project. I'm using UART2 with Tx and Rx interrupts. While debugging, it works well but when i work it standalone, it stops before transmitting data and microcontroller probably stops. I observed the Tx line in standalone mode and couldn't see any data while it sends the data in debug mode. What may cause this problem. #uart #debug #stm32f02015-09-03 06:12 AM
You're probably not enabling a clock you need, GPIOA perhaps?
Try using a GPIO/LED to indicate how far/where in your code it's getting.