Hi All,
My software context:
The LPC802 is configured to have WKT interruption each 100ms. And inside WKT_IRQHandler, I increments a counter.
LPC802 goes to "power down" mode after the execution of WKT_IRQHandler.
My issue:
When i look the real time "global variable", my counter is well incremented but it takes some unexpected value
Solved! Go to Solution.
Hello ,
Const data should in Flash memory, not SRAM, please check on your side.
ANd in Power-down mode, the FLASH is off.
BR
Alice
Hello,
"but it takes some unexpected value"
->> Could you please describe more about the unexpected value? What value it is? And what value it should be?
BR
Alice
Hello,
For example about a constante variable:
- During active mode, constante variable equals to 200. ==> OK for me.
- During low power mode, this constante variable equals to 53765 or 53760 ==> Normal behavior??
Hello ,
Const data should in Flash memory, not SRAM, please check on your side.
ANd in Power-down mode, the FLASH is off.
BR
Alice