I'm trying to program an application to a neuron chip (lonworks echelon neuron chip, pl3120) on the network through another neuron chip. What are the involved steps? Right now I'm:
- setting the node to appless/unconfigured
- writing the EEPROM with the contents of the .nxe file I got from neuronbuilder
- calculating all checksums
- setting the node to configured
Unfortunately, the node comes up with a watchdog error, which means something like "corrupted EEPROM". I am read-verifying the EEPROM after writing it, and it is ok. Is there anything else I need to do? Thank you