This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM6421: Question about the data shown in Memory Browser

Part Number: AM6421

Tool/software:

Hi,

In TI example code "C:\ti\mcu_plus_sdk_am64x_10_00_00_20\examples\drivers\udma\udma_memcpy_interrupt\am64x-evm\r5fss0-0_nortos", I try to debug it and set breakpoint to run it. When the code is at the line 122, the variable gUdmaTestDestBuf is still A5A5...... shown as follows:

according to my understanding, after the function of Udma_ringQueueRaw, the gUdmaTestDestBuf will be eaqual to gUdmaTestSrcBuf. why gUdmaTestDestBuf is still A5A5......

could you explain it for me?

thank you!