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.

How to change CC2530 Code Area define

Hello

I want allocate a block of flash put the user define data in end device(not use osal nv function), current code space define (Zstack 2.5.1)use page from page 0 ~ page 120, how can I change the code space define from page 0 ~ page 100, then I can use the page 101 from 120.

If I use current define, I can write data into page 100, but I can not erase this page, so I think may be it has some relation about code area define.

Thanks