Return to the base of the memory destination when using DMA (STL library)
Hi there,
I wonder when I transmit the wrong data package from peripheral to memory, as the wrong size as I configured, where the offset pointer locates that the location for the next transmission is not at the start of the memory (memory 0 since I using direct mode), it starts as arbitrary locations within the range of memory location I configured.
How to return to the start of memory 0?
Thank you,
Have a good day.
At beginning of the program, the first of my data stored correctly in rxbuff[0]

However, when I transmitted the wrong size of the data package, the next time the first byte doesn't store at rxbuff[0].
