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.

MSP432处理器 看门狗复位 后 为何变量会清零

请问TI工程师:

      我初始化全局变量  uint16_t    Sleep_NUM;

      没有给初始   程序中按需给

      但是测试如果看门狗复位    Sleep_NUM这个变量就清零了  

      如何让这个全局变量   看门狗复位不清零