Other Parts Discussed in Thread: CC2650, CC2640, BLE-STACK
Hello,
i plan on using the external flash on the CC2650 SensorTag.
First i wanted to make sure, that i won't write into any of the reserved pages in there.
In the SensorTag project, that i use for my product, there is a ext_flash_layout.h.
Out of that i took the information that address 0x40000 is for user applications and a size of 0x20000.
All i wanted to write in the flash is a single double number, maybe 2.
Am i save, when i use the address 0x40000 as start for that?