re-write variables on Teensy 3.2

Status
Not open for further replies.

SHIFT838

Well-known member
I am not sure if this can be done but I believe variables can be stored in a specific address space on the Teensy's EEPROM. What I need to know if I want to change it can I change it via a windows program (configuration settings will be stored in the EEPROM)

Not sure if it's really worth it since changing the variable in the code and recoding the teensy only takes a minute to do.

Just curious if it could be done and if so if anyone has done it and can point me to read up somewhere with some examples of doing it with a windows program.

Thanks,
 
The Teensy EEPROM is only accessible to the Teensy code so you can certainly save configuration information but you will need to add code to do that within your program by say parsing serial data and writing to EEPROM.
 
Status
Not open for further replies.
Back
Top