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.
我在做软件在线升级功能,写了一个测试程序,测试flash的读写操作,代码如下。
代码中:
1.读取flash的0x80001地址里的数据,能正确读到tmp1变量中。
2.向flash的0xBE001地址写入数据0xf1f2,以及后面向flash写的8个数据,都写不成功。从CCS的memory browser窗口看到要写入的地址及邻近地址上的数据都是0xFFFF。
麻烦给予我们指导,如何才能将数据写进片内flash?以及程序运行过程中,如何实现将新程序分块写入片内flash?