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.

CC3200 Hang problem.

Other Parts Discussed in Thread: CC3200

Hi all.

I programmed with CC3200 and this is the time to production phase but it happens severe problem.

CC3200 power is feed by gpio control. and use I2C, I2S(DMA PingPong), ADC, periodic internet connection to report data to server

1. I used WDT (Watch Dog Timer).

2. When I simulate WDT without WDT ACK, it runs good. --> So WDT works properly

    (when WDT happens inside WDT interrupt handler, reset with PRCMMCUReset(true) because reboot the system to maintain gpio state)  

3. But after some time(6  ~ 10Hours), the power is going down.

4. I doubt if WDT happens, it would have reset with GPIO pin is maintained, but it doesn't.

So. my question Is

When processor going down(network, application), is WDT handler works properly?

Any advise and opinion please.