Question
DMA buffer position
In the M0 I used this code to get the current pointer position
U1RxBufferPtrIN = U1RxBufSize - huart2.hdmarx->Instance->CNDTR;but on the H7 this register is not available.
How can I find the current Rx pointer position from the Uart DMA controller ?