This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC1310 存储少量数据

Other Parts Discussed in Thread: CC1310

Hi,all

 最近需要永久存储一些网络的基本配置数据在CC1310中,存放的数据量少(几十个字节左右),

1.最好的解决方法是不是存储在flash中?

2.如果存储在flash中,是不是需要在flash中单独开辟一个存储数据的区域,剩余的区域存放代码?

3.我在contiki编译生成的map文件中看到有一块内存是FLASH_CCFG占88个字节,在flash的最后区域。这块区域可以直接用来存放数据吗?

map文件内容
Memory Configuration
Name             Origin             Length             Attributes
FLASH            0x00000000         0x0001ffa8         xr
FLASH_CCFG       0x0001ffa8         0x00000058         xr
SRAM             0x20000000         0x00005000         xrw
GPRAM            0x11000000         0x00002000         xrw
*default*        0x00000000         0xffffffff