2014-01-11 03:51 AM
Hello everyone,
I would be very gratefull if you help me with this or give me some idea. I have problem with STM32100RB USART module. It uses Cortex M3 and I am developing in Keil uvision.The USART uses hardware flow control (RTS/CTS). When I start debugging and try to read data in USART registers it is always different scenario. Data deepends on where I put breakpoints!For example, if I put breakpoint just before function that reads data register and after that press RUN to instruction for reading register the data is correct, but if I press RUN immediately after reset and go directly to this instruction data is corrupted....Did anyone had similar problems and can give me some ideas? I tought it is timing problem so I put delays everywhere I could, but it didn't help. Thank you,Nikola #debugging #stm32 #stm32-usart2014-01-11 10:35 AM
Cross-post:
2014-01-11 05:16 PM
Yes, thank you. I put the same post on both websites...