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.

cc2650 noinit parameter

Other Parts Discussed in Thread: CC2650

Hi All

環境:cc2650, Zigbee, OTA

編譯器:IAR7.6

用途:用來判斷電池是否被拔掉(no hw pin)

添加code:main.c

__no_init uint8_t keep_pam;

但執行到的watchdog reset後似乎會清掉ram中需keep住的參數,

請問有辦法在watchdog reset情況下不清掉noinit的參數嗎??