Tool/software: Code Composer Studio
Hi
I need to enable the watchdog,but I don't confirm which timer is used for watchdog,
what is the base address to config the register?
how can I config watchdog timer?
when I write data to watchdog regiser with base address 0x4ae14000,
when call to
HW_WR_FIELD32(
baseAddr + WD_TIMER_WDSC,
WD_TIMER_WDSC_SOFTRESET,
WD_TIMER_WDSC_SOFTRESET_RESETCMD);
it is crashed.
in my application code,I have use a timer for interrupt.
my PDK version is pdk_am335x_1_0_13