I managed to build Espruino for the ID115, flash the nrf51822 and drive the LCD, that's super awesome :-)
Just discovered that when doing a save() with a very short script, everything is fine, but with a longer script the same instruction save() fails. Espruino seems to freeze, and the console does not respond anymore. Do you think this issue is related to a misalignment between the linker script and the flash memory map? However my board.py file (/Espruino/boards) is inherited from the NRF51822DK.py configuration, which is for a nrf51422, having the same memory map as the nrf51822.
Does anyone encountered problems saving the script to flash on NRF51 devices?
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.
Just discovered that when doing a
save()
with a very short script, everything is fine, but with a longer script the same instructionsave()
fails. Espruino seems to freeze, and the console does not respond anymore. Do you think this issue is related to a misalignment between the linker script and the flash memory map? However my board.py file (/Espruino/boards) is inherited from the NRF51822DK.py configuration, which is for a nrf51422, having the same memory map as the nrf51822.Does anyone encountered problems saving the script to flash on NRF51 devices?