Serial DMA position
Hi,
I am developing an application on SPC58EC that uses the serial with DMA for reading.
I'd like to know if there is a way to know and get the position where it's writing in the buffer. I mean something like the corresponding "__HAL_DMA_GET_COUNTER(...)" or to the "...->CNDTR" register of the STM32.
I already use the receive callback that trigger at the end, but it's not enough for my purpose.
Thanks,
Rob
