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.
Hello?
Thanks for your help in advance.
I refer to the ping-pong example in the following location.
C: \ ti \ pdk_c667x_2_0_7 \ packages \ ti \ csl \ example \ edma \ edma_test.c
We converted the local address to a global address and confirmed the operation.
(Used in core 2)
However, if you test by setting srcAddr, dstAddr as DDR area (example: src = 0x90000000, dst = 0x90001000), you can not copy data.
Transmission is completed through regionInter. But it does not copy.
I do not know what I'm missing.
(Note that DDR regions have allocated independent regions for each core (via the make platform))
Waiting for help.
Thank you.