Tool/software:
Hi team,
I develop application with "ethercat_slave_demo".
Which is the function that write ESI data to eeprom offset 0x200 after boot?
and where is this function executed?
Best regard,
oyama
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.
Tool/software:
Hi team,
I develop application with "ethercat_slave_demo".
Which is the function that write ESI data to eeprom offset 0x200 after boot?
and where is this function executed?
Best regard,
oyama
Hello Oyama,
The API EC_API_SLV_init() takes care of EEPROM initialization and loading data into the EEPROM. This API is called from the API EC_SLV_APP_SS_applicationInit() in EtherCAT Slave Simple demo.
Kind Regards,
Hi Harsha,
Best regard,
oyama
Hello Oyama,
Kind Regards,