How to read FLASH data from a fixed address? I use s110 V8.00,and nrf51822qfaa.
How to read FLASH data from a fixed address? I use s110 V8.00,and nrf51822qfaa.
The flash memory can be read just like any memory. At the simplest level, you can set a pointer to the location and read it just like you would your RAM memory. You could also use the pstorage functionality if you need to write flash memory safely.
The flash memory can be read just like any memory. At the simplest level, you can set a pointer to the location and read it just like you would your RAM memory. You could also use the pstorage functionality if you need to write flash memory safely.