Hello everybody,
I need to use WDT to hardware reset CC3200.
I tried to include driverlib/wdt.h in energy.h but when I try to use some WDT function, like WatchdogRunning, the CC3200 go to freeze...
If I comment the code in the function and leave only "return 1;" the system freeze the same...
Can you help me?