@fanoush:
What about UICR? (Maybe address 0x10001014 has to do with it?)
I think while I was disabling the flash protection (mass erase) I did also flash bank 1 with 0xFFs.
[EDIT] I checked and address 0x10001014 is indeed UICR.BOOTLOADERADDR.
So when flashing Espruino, not only bank 0 gets flashed but bank 1 as well with the 0x7a000 value.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
@fanoush:
What about UICR? (Maybe address
0x10001014
has to do with it?)I think while I was disabling the flash protection (mass erase) I did also flash
bank 1
with0xFF
s.[EDIT] I checked and address
0x10001014
is indeedUICR.BOOTLOADERADDR
.So when flashing Espruino, not only
bank 0
gets flashed butbank 1
as well with the0x7a000
value.