Hi,
I am beginner for sysbios/TI-RTOS.
I would like to blink the LED on EK-TM4C123GXL launchPad.
I am thinking to use the watchdog timer for LED blinking. Watchdog sample code is prepared in TI-RTOS.
But I don't know how to use the driver of watchdog. In user guide of TI-RTOS, it is written Watchdog_setReload() funciton is prepared. I would like to change the period of LED blinking by this function.
But I don't know how to use this "Watchdog_setReload()" function. Is there some sample code? Or should I use
other timer for LED blinking?
Please advise me.
Best regards,
Michi