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.

snv读写



程序中调NV page的宏定义

#if defined NON_BANKED

#define HAL_NV_PAGE_END                30
#elif defined HAL_BOARD_CC2541S
#define HAL_NV_PAGE_END                125
#else
#define HAL_NV_PAGE_END                126
#endif
结果是126。
写和读返回值正常,但读出来的数却不是我写进去的数,如下图
求解答。