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