Hi team,
I am trying to use DMA method to copy data from the source and transfer to shared memory region 0xA7000000. When i try to do this .. I am not able to transfer 40)KB data at one shot. The maximum i can transfer is 16KB.
SDK details:
MCU SDK version 11.00.00.15
Processor SDK version 11.01.05.03
I have refered to this example AM64x MCU+ SDK: UDMA Memcpy Interrupt .
Is there any restriction for UDMA tranfer.
My final goal is to use to merge the shared memory example between remote core and linux and the dma tranfer concept.
I also tried sending the 400KB data in chuncks of 10 KB and i found it was taking almost 5ms , to write the data to shared memory.
Please provide the input on this .
Thank You
Mamatha B M