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.

AM5708: ti.deh.Watchdog

Part Number: AM5708

Hi,

Does TI provide ti.deh.Watchdog and where can I find the document of this component? I didn't find it from file ti-processor-sdk-rtos-am57xx-evm-06.00.00.07-Windows/bios_6_75_02_00/docs/cdoc/index.html

The customer wants to disable it in the cfg file. When he adds:

var WD = xdc.useModule('ti.deh.Watchdog');
WD.disableWatchdog = true;

The errors:

  • Hi Nancy,

    The Deh (Device Exception Handler) and Watchdog modules are part of the IPC 3.x code base and not BIOS. These provide functionalities associated with error recovery.

    You can find the code in <ipc>/packages/ti/deh. 

    Please ensure the <ipc>/packages is part of your selected BIOS-side build components.

    regards

    Suman