Part Number: TMS320F28P650DK
Other Parts Discussed in Thread: LAUNCHXL-F28P65X, C2000WARE
Dear Team:
I am testing the EtherCAT Demo program in C2000Ware (V5.01) and have encountered some issues. My LAUNCHXL-F28P65X serial number starts with CL652312, which should not be among the serial numbers mentioned in this post.
So I'd like to first try the f28p65x_cpu1_pdi_hal_test_app example program, but during execution, it gets stuck at
ESC_signalFail();
After investigating, the cause is because EEPROM Timeout
while(ESC_loadedCheckEEPROM() != ESC_EEPROM_SUCCESS)
{
eepromTimeOut--;
//
// On time out, return fail
//
if(eepromTimeOut == 0U)
{
return(ESC_HW_INIT_FAIL);
}
}
How can this be resolved?
Best Regards

