STM32F4 + UART + DMA + IDLE detection + High Rates + Variable Length Messages = CHAOS!
Hi!I have an INS that sends the following frames: Frame 1 of 60 bytes every 40 ms Frame 2 of 70 bytes every 20 ms Frame 3 of 32 bytes every 1s Frame 4 (unwanted, but impossible to deactivate) of almost 500 bytes every 2s. I am implementing receive wi...