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.

EDMA+PCIE



Hi, 

   There is something wrong with my code which servers as EDMA transfer. Here is the name of the function:

            HAL_writeDMA(srcAddr, DestAddress,TransferSize);

and the configuration for DMA opt is :

          DEVICE_REG32_W(PARAM_0_OPT,0x00100004);

if the TransferSize is 0x100000, then the PC will restart,but it works well if the TransferSize is less than 0x100000.

The board is EVM6678, and the PC is windows.

I will appreciate it if anyone could give me some advice as soon as possible.

Regards

Wang aichen