I am dealing with a mismatch between the OTP bank 3 register 0 definitions for disabling JTAG/SWD between documentation and the SDK...
SDK_2.11.1_LPC54608J512_base.tar.gz devices/LPC54608/LPC54608.h defines a JTAG disable in bit 31
UM10912 LPC546xx user manual section 46 defines SWD_DISABLE_L and SWD_DISABLE_H on bits 3 and 10
Which one is the correct way to disable access to the device via debugger? Obviously trial and error when blowing fuses in the OTP area is not a good approach to figuring out which one is real. So I would appreciate a clarfication here.
Thanks,
Maury