tags:

views:

66

answers:

1

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:

  1. setting the node to appless/unconfigured
  2. writing the EEPROM with the contents of the .nxe file I got from neuronbuilder
  3. calculating all checksums
  4. 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

A: 

I may have found an answer: the procedure is described in the Cypress Neuron Chip Technical Reference manual, Appendix B, item B.4.

See http://www.cypress.com/?rID=12632

Metiu