Other Parts Discussed in Thread: SYSBIOS
Tool/software: TI-RTOS
I have succeeded EtherCAT with EEPROM emulation(on QSPI ROM),
but another .xml file is not working on booting.
I've found the problem is at "while(u16PdiCtrl != 0x80);(in HW_Init() of tieschw.c)".
This means "u16PdiCtrl" is 0x80, but another .xml file has 0x08.(even if I use Ti_ESC.xml)
What does mean "u16PdiCtrl" value? And Can't I use another .xml file with EtherCAT sample code?
Thank you.