Hi,
We are using AM3359 ICE Board, SDK 1.1.0.3 "etherCAT" application
Can any one help me out where these vendor ID, Product code, Revision number is stored ( from where the master reads these information from slave device ) ?
Regards,
Bindu
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.
Hi,
We are using AM3359 ICE Board, SDK 1.1.0.3 "etherCAT" application
Can any one help me out where these vendor ID, Product code, Revision number is stored ( from where the master reads these information from slave device ) ?
Regards,
Bindu
Hi Bindu,
that is a stack related question. So for the SSC used in our examples you can find that info in the file ecat_def.h. Of course it needs to match your ESI...
Also a file search does reveal this in seconds.
Regards,
Hi Frank,
Thanks for the reply
Wanted to know, Is the Vendor ID, Product Code, Revision details are stored in any Memory of slave : example
1) EEPROM?
2) FLASH?
Regards,
Bindu
Bindu,
again, that is totally application (and hardware) dependent. On ICE boards we can store the ESI in SPI FLASH. The application is in SPI FLASH too or gets loaded from SDcard (boot mode options...).
Regards,
Hi Frank,
We are using SPI_FLASH....
How can we store the ESI to SPI FLASH?
Regards,
Bindu