Good People,
Back from the frozen tundra (Eastern U.S.), where (thanks to the hard work of the 'pjrc' people) the two teensy 3.1 PV monitors performed ok at various customers' sites.
Thinking about another project. Would need to be able to read/write about 38kbytes of non-volatile calibration constants, where the storage space size would not change (like a static array). Would like to do this in on-board flash, but do not see how without interfering with boot loader. Based on comments in this thread http://forum.pjrc.com/threads/24385-Flash-Teensy-3-0-from-sd-card, seems to be an ad-hoc and risky approach.
Is there a code library for the read and/or write of on-board flash, and have it available after each power-on cycle? Would rather not go the SD route. Thanks much.
Back from the frozen tundra (Eastern U.S.), where (thanks to the hard work of the 'pjrc' people) the two teensy 3.1 PV monitors performed ok at various customers' sites.
Thinking about another project. Would need to be able to read/write about 38kbytes of non-volatile calibration constants, where the storage space size would not change (like a static array). Would like to do this in on-board flash, but do not see how without interfering with boot loader. Based on comments in this thread http://forum.pjrc.com/threads/24385-Flash-Teensy-3-0-from-sd-card, seems to be an ad-hoc and risky approach.
Is there a code library for the read and/or write of on-board flash, and have it available after each power-on cycle? Would rather not go the SD route. Thanks much.