Part Number: TDA4VE-Q1
Other Parts Discussed in Thread: TDA4VH
Tool/software:
hello ti,
Our own board uses TDA4VE chips and PDK uses ti-processor-sdk-rtos-j721s2-evm-08_06_01_03. We need to use an internal watchdog, which is implemented using MCU_RTI0. When the timer overflows, an event interrupt (event number 104) will be generated to the ESM module, hoping that the ESM module can pull down the error pin MCU_SAFETY_ERRORN. There is a WdgApp_Startup. c routine for j721s2 mcu10 in MCAL. We followed this routine and enabled the MCU's ESM. However, during testing, when timer overflow occurs, it can enter the interrupt handling function, but the error pin has not been lowered. Please help me understand why. I also tried to write 0xA to the ESM_PIN_CTRL register, and according to the manual, it should be able to force the error pin to drop. However, I did not encounter the error pin drop and the value of the register was still 0. Please also help confirm this phenomenon. I took a screenshot of the register of MCU ESM and didn't find any configuration issues.

