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.

cc1110flash读写操作问题

我在0-15k的代码内具有写一页flash的函数。对第31页空间进行写操作,用ccdebug读hex文件出来发现写操作是失败的。但是如果把需要操作的flash空间定义成__no_init const char __code flashDataAddr2[PAGE_SIZE] @ 0x7800;写操作是成功的.这是为什么?有什么方式可以直接对代码区进行读写操作吗?急求答案。