I'm using a STM32F4 for receiving data from a FPGA (now it only relays data from a PC) using DMA UART. The DMA UART is working as it should, but it can only give an interrupt when the buffer for the UART it is half full or full. The problem is that I want to know if I got new data in the buffer without it being half or full.
In short I am looking for a register which point to where the next byte from the UART should go in the DMA buffer. Does anyone know of a register like that.
Thank you!