Hi,
My microcontroller has to chip erase by JTAG, because I program the pattern it will disable boot loader.
I found Doc. in page 406 have command "CHIP_ERASE_REQ". And I can read and write by 4-pin jtag to ram already, but still don't know how to into "Debug Features Supported Through WUC TAP".
I scan DR value 0x9500_0100 by following router(000010b), then scan DR(0x1500_0000) return value is 0x0003_0300. Is this value right?
Does anyone have any sample sequence or any idea to go erasing with command "CHIP_ERASE_REQ"?
And what Instruction wide is "Debug Features Supported Through WUC TAP"? All I know ICEPick is 6, and ARM is 4.