Why placing breakpoints after enabling and starting USART DMA transfer in STM32F429I Discovery board corrupts my program execution?
Hi EveryoneI am working on a FreeRTOS based application in which I have to enable USART DMA channel to transmit 16 bytes of buffer from memory to USART Data Register in a task. It happens every time my task is invoked. Everything seems to work fine u...