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.

AM5728: EtherCAT data not copied to CPU memory

Part Number: AM5728


Hi,

Problem: output data is not copied from EtherCAT frame to CPU memory.

void PDO_OutputMapping(void)
{

HW_EscReadIsr(((MEM_ADDR *)aPdOutputData), nEscAddrOutputData, nPdOutputSize );

APPL_OutputMapping((UINT16*) aPdOutputData);
}

nPdOutputSize is 11

nEscAddrOutputData is 0x1800.

Please advice.

no-output-data.zip

Thanks

Rasty