Other Parts Discussed in Thread: Z-STACK
您好,
现在我希望cc2530第一次上电时在flash的特定位置上写一个字节的数据,并且当以后每次cc2530掉电再重新上电时读取到这个数据,但是我担心写的区域不合适会影响程序的运行,或者在程序的运行过程中这个区域的值遭到了更改,导致下次上电读取到的数据不对。
请问我应该如何确定一个合适的区域,既不影响flash上的程序,在程序运行时也不影响flash上该位置的值,或者是否有关于这个问题的相关资料。
谢谢。
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.
您好,您这边可以参考以下链接,希望可以帮助到您。
AN118 -- Flash programming of CC253x/4x devices (ti.com.cn)
同时为您提供了memory map进行参考
CC253x/4x User's Guide (Rev. F) (ti.com.cn)
希望可以帮助到您
https://blog.csdn.net/hnxyxiaomeng/article/details/82354011
我为您找到了一个链接,希望可以帮助到您。
感谢 YiKai的回复,您可以参考YiKai的建议。