TICKER and WATCH DOG TIMER

12 Feb 2011

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