Page 1 of 1

Requesting watchdog register docs

Posted: Thu Jul 02, 2020 7:04 am
by jeeves
There are several watchdog registers I can't find documented anywhere, in the headers or the technical manual. For example

Code: Select all

DPORT_REG_SET_BIT(DPORT_APP_CPU_RECORD_CTRL_REG, DPORT_APP_CPU_PDEBUG_ENABLE | DPORT_APP_CPU_RECORD_ENABLE);
Requesting docs for these.

Re: Requesting watchdog register docs

Posted: Fri Aug 12, 2022 7:51 am
by ESP_wangfang
Watch dog registers are provided as part of TIMG module, see: https://github.com/espressif/esp-idf/bl ... reg.h#L255