hello,
I cann't find ti/drivers/watchdog/WatchdogCC26XX.h file.
In reference, I am using tirtos_simplelink_2_11_01_09...
How can I find watchdogCC26XX.C/H ?
And is there any example code to use WDT on cc26xx?
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.
hello,
I cann't find ti/drivers/watchdog/WatchdogCC26XX.h file.
In reference, I am using tirtos_simplelink_2_11_01_09...
How can I find watchdogCC26XX.C/H ?
And is there any example code to use WDT on cc26xx?
Dear lee,
thank you. and i got the watchdogcc26xx.c/h .
but i yet have problem of link error like below.
Error[Li005]: no definition for "Watchdog_Params_init" [referenced from D:\Solum_svn2\branches\TI_2630\simplelink\timac_1_05_02_43299\Projects\
mac\Esl\cc26xx_RTOS\IAR Projects\Application\Prj\CC2650-PG2-RFD\Obj\main.o]
Error[Li005]: no definition for "Watchdog_open" [referenced from D:\Solum_svn2\branches\TI_2630\simplelink\timac_1_05_02_43299\Projects\mac\Esl\
cc26xx_RTOS\IAR Projects\Application\Prj\CC2650-PG2-RFD\Obj\main.o]
Error[Li005]: no definition for "Watchdog_setReload" [referenced from D:\Solum_svn2\branches\TI_2630\simplelink\timac_1_05_02_43299\Projects\mac\
Esl\cc26xx_RTOS\IAR Projects\Application\Prj\CC2650-PG2-RFD\Obj\main.o]
Error[Li005]: no definition for "Watchdog_clear" [referenced from D:\Solum_svn2\branches\TI_2630\simplelink\timac_1_05_02_43299\Projects\mac\Esl\
cc26xx_RTOS\IAR Projects\Application\Prj\CC2650-PG2-RFD\Obj\main.o]
I already include like below.
#include <ti/drivers/Watchdog.h>
#include <ti/drivers/watchdog/WatchdogCC26XX.h>
In reference,i use TIRTOS 2.11.