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.

CC26XX Watchdog timer is availiable?

Other Parts Discussed in Thread: TIMAC

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?

  • Hi,

    Please refer to the post below :
    e2e.ti.com/.../1787782
  • 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.

     

  • make sure your search path is define correctly. And I am not that familiar with TI-mac, for more question about how the TI-mac has been set up, you can go to e2e.ti.com/.../158