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.

CCS/AM3352: Watchdog examples

Part Number: AM3352


Tool/software: Code Composer Studio

Hi

      I can't find any examples about the watchdog.is there any API or example use for this.

My PDK version is pdk_am335x_1_0_13

  • Hi,

    There is a Watchdog timer example in Starterware. Please see <PDK>\packages\ti\csl\example\wdtimer\wdtimer_reset_app

    To build on Windows (similar instructions for Linux):

    > cd <PDK>\packages
    > pdksetupenv
    > cd ti\starterware
    > gmake wdt_app_cpu_reset PLATFORM=am335x-evm

    The build output is located in <PDK>\packages\ti\starterware\binary\wdt_app_cpu_reset\bin\am335x-evm\gcc.

    Regards,
    Frank