Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
I am using mbed to send data to PACHUBE. I calculate POWER and send it every 100 seconds using a ticker interrupt. I have a WATCH DOG TIMER to reset the mbed whenever it hangs.
I calculate POWER in a VOID function and the TICKER calls the function every 100 seconds. On occasionally the VOID function repeats without the program returning to the main loop and the WATCH DOG TIMER does not reset the mbed. The program eventually hangs on the last PUT request to PACHUBE.
Attached is the code; Do I have something in the wrong place /media/uploads/wjlmbed/main..txt
Thanks Bill Lynn