low level flash access #1780
Replies: 3 comments
-
Posted at 2016-12-17 by stevie4711 The puck is not an STM processor but a Nordic NRF 52. So I am not sure if what is written there applies to the puck at all... |
Beta Was this translation helpful? Give feedback.
-
Posted at 2016-12-17 by @MaBecker @pk910 you can use module FlashEEPROM on Puck.js too.
|
Beta Was this translation helpful? Give feedback.
-
Posted at 2016-12-19 by @gfwilliams As @MaBecker says you can just use that module - or you can go lower-level and use the flash module: http://www.espruino.com/Reference#Flash With the flash module you need to be a bit more careful as you can damage the interpreter - however I have tried to restrict access so that you can't destroy the bootloader and 'brick' your Puck |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2016-12-17 by pk910
Hello,
Is it possible to write to unused persistent storage?
According to http://www.espruino.com/STM32F1Flash the Puck doesn't use address 468992 to 479232 (10kB)
but STM32F1Flash.js or poke calls are not able to write to these addresses.
Do I miss something?
Beta Was this translation helpful? Give feedback.
All reactions