While(1) loop stops executing
Hello,For my project Im checking on a data request by using DMA and UART Idle interrupt. After a few minutes my while loop just stops executing. The code keeps executing the USART1_IRQHandler and doesn't return to the main code anymore. If Im not usi...