Other Parts Discussed in Thread: MSPM0G3507
Tool/software:
I have a custom board based on MSPM0G3107-Q1 that I'm trying to debug using the XDS110 debugger. I get the following output in the debug console:Flash Programmer: Hard reset before programming
Writing Flash @ Address 0x00002000 of Length 0x00001398
Flash Programmer: Uploading RAM loader to device
Flash Programmer: RAM loader returned after 10 ms
Flash Programmer: Device init finished
Flash Programmer: Erasing main memory
Debug: Returning from main erase
Flash Programmer: RAM loader returned after 10 ms
Flash Programmer: Main erase finished
Flash Programmer: Attempting to halt device for write operation
Flash Programmer: Device halted for write operation
Flash Programmer: Beginning write operation
Flash Programmer: Writing 5016 bytes for address 0x2000, Checksum: a8bf97f7
Flash Programmer: RAM loader returned after 20 ms
Flash Programmer: Write speed 12.9 kB/sec
Flash Programmer: Hard reset after programming
Error: (Error -1001 @ 0x0) Requested operation is not supported on this device. (Emulation package 20.2.0.3536)
Trouble Halting Target CPU: (Error -2064 @ 0x0) Unable to read device status. Reset the device, and retry the operation. If error persists, confirm configuration, power-cycle the board, and/or try more reliable JTAG settings (e.g. lower TCLK). (Emulation package 20.2.0.3536)
Error: Connection to MSPM0 core failed. Possible root causes: 1) Debug access within NONMAIN was disabled or enabled with password. 2) Peripheral mis-configuration (e.g improper watchdog or clock). To see a more detailed diagnostic of the issue, please press the 'Read boot diagnostic'
Please note that verbose output is enabled. The same setup works on a different PC. I have tried reinstalling everything to no avail. How do I narrow down the problem?