Hi,
I'm actually using TMS570/RM48HDK and need to store some small data permanently. Avoiding the use of SDcard (non practical for my application) how can this be done?
In particular my application should read MAC address somewhere on startup before setting up the network but, being the ethernet the only communication channel on the final setup, I need to set this up with some other way.
Modify and recompile the code for every item running my application is obviously not a practical way.
I think something like a permanent memory location that can be written using JTAG or serial/USB communication (that's only a suggestion but perhaps this is a common problem with a common solution).
Thank you