Other Parts Discussed in Thread: CC2538, Z-STACK
Hello,
I'm working with Z-Stack 2.5.1 in CC2538 microcontroller and I have two codes, one without WDT_IN_PM1 and other with WDT_IN_PM1 activated, the diference between them is when i program a device that have a key button in pin C5 with sofytware without WDT_IN_PM1, it Works fine, but when i program the same device with software with WDT_IN_PM1 enable, the device Works fine until key is pressed. After key pressed the interrupt is generated but only at the first time, after that the interrupt key never more work.
Anyone have some idea why that happens?