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.

CC2541 HAL_NV_PAGE_END问题

Other Parts Discussed in Thread: CC2541, CC2540

        我们基于CC2541设计了一套板子,程序是基于OAD的imgA,imgB的形式,根据OAD的文档,flash的最后两页可以define为imgA和imgB的公共区。

只需要更改hal_board_cfg.h中的HAL_NV_PAGE_END,由126改为124即可。在我们之前的基于CC2540的产品中验证过可行。

         问题在于CC2541改了HAL_NV_PAGE_END后,就无法正常启动了。我们用Sensortag试了下,也是一样。HAL_NV_PAGE_END改为124或者125都不行。

        请问CC2541不能有2页的公共页吗?和CC2540的差别在哪里呢?

       谢谢