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.

AM2431: EtherCAT can't run on AM2431

Genius 13655 points
Part Number: AM2431
Other Parts Discussed in Thread: AM2434,

Hello Champs,

The EtherCAT code can run AM2434 but can't run on AM2431. It stuck at below code. 

#ifdef SUPPORT_CMDACK_POLL_MODE
volatile uint16_t ack;

do
{
   ack = bsp_pruss_cmd_intfc_read_word(&pHost2PruIntfc->cmdlow_ack);
}while(ack);
#else

The ack always return 1. 



Thanks
Regards
Shine