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.

RM44L520: Disabling watchdog of TPS65381AQDAPRQ1 using SPI through JTAG debugger

Part Number: RM44L520
Other Parts Discussed in Thread: TPS65381A-Q1, SN74LVC1G125

Multi-rail power supply: TPS65381AQDAPRQ1

Micro-controller: RM44L520APZT

There is connection between TPS IC/pin-6 (NRES) and uC/Pin-31 (nPORRST) with pull-up. We face one issue regarding programing of uC using JTAG.

  1. First, we can able to program the uC (Unloaded, fresh uC), which enable the external watch dog (TPS IC – U1).
  2. In next time, if we try to program the uC, the JTAG not able to access uC.
    • Reason: 'NRES' is on LOW, which reset the uC (as it is connected to 'nPORRST').
    • Root cause suspected: When JTAG is trying to access uC, it will reset the uC and hence, uC will not able to serve the Watch dog to TPC IC. So, the TPS IC enable 'NRES' is to LOW state. 

My query:

Kindly confirm whether there is any option to disable the Watchdog through JTAG using ICE debugger. We wanted to disable the Watchdog during programming through JTAG and watchdog will be active during normal operation. Or is there any other solution typically followed for this scenario?