Teensy LC EEPROM location

Status
Not open for further replies.

zachtos

Well-known member
Hello, I'm using a custom bootloader on the teensyLC that uses mass storage device loading of firmware, but still uses teensyduino IDE and chipset. Do you know where in the flash memory the emulated EEPROM is stored so I can avoid starting my application in those sectors?
 
I don't know, but perhaps this from hardware/teensy/avr/cores/teensy3/eeprom.c:

#elif defined(KINETISL)

#define FLASH_BEGIN (uint16_t *)63488
#define FLASH_END (uint16_t *)65536
 
Status
Not open for further replies.
Back
Top