Question
STM32F030 global buffer getting corrupted
Posted on May 05, 2018 at 16:50
Hi All.
I am using STM32F030 as my development platform. I have a RF module connected to UART2.
The uart is operating at 9600, UART_RX is configured as interrupt. Things work fine, but sometimes a global buffer defined as static in some other file is getting corrupted with values received over UART.
Any inputs on finding the issue will be of great help?
Thanks.!
#stm32 #stm32-uart #memory-corruption