I am looking to implement a watchdog reset for a device which will use a cc26xx chip. The documentation in the RTOS User Guide lists out the process to init the module and setup the resetMode and callbackFxn. These seem straightforward. However, when looking at the documentation generated in doxygen - I see a note that claims that:
"Note that the watchdog driver has not been fully validated, and thus should be considered experimental."
Moreover, right below it states something about the SPI API - is this a copy paste error in your documentation?
For reference, I am using the Ti-RTOS SimpleLink v2.13.00.06.
I would also appreciate pointers to a couple of examples which implement and use this functionality. Additionally, I would also like to understand what remains to be validated with the watchdog driver?