Buen día a todos.
Quería hacer una consulta, estoy intentando depurar una serie de CIAAs-NXP con el MCUXpresso (IDE v10.3.1 [Build 2233] [2019-02-20]) . Originalmente trabajé sobre la CIAA que siempre tuve en mi poder, que es la primera que configure con el Zadig y que funciona bien, puedo depurar sin problemas. El tema es cuando intento trabajar con otras CIAAs, al intentar depurar/programar obtengo el siguiente error:
GNU ARM Eclipse 64-bits Open On-Chip Debugger 0.9.0-00073-gdd34716-dirty (2015-05-19-09:55)
Licensed under GNU GPL v2
For bug reports, read
adapter speed: 2000 kHz
none separate
cortex_m reset_config vectreset
Started by GNU ARM Eclipse
Info : clock speed 2000 kHz
Info : JTAG tap: lpc4337.m4 tap/device found: 0x4ba00477 (mfg: 0x23b, part: 0xba00, ver: 0x4)
Info : JTAG tap: lpc4337.m0 tap/device found: 0x0ba01477 (mfg: 0x23b, part: 0xba01, ver: 0x0)
Info : lpc4337.m4: hardware has 6 breakpoints, 4 watchpoints
Info : lpc4337.m0: hardware has 2 breakpoints, 1 watchpoints
Info : accepting 'gdb' connection on tcp/3333
Reset Halt, due to gdb attached...!
Info : JTAG tap: lpc4337.m4 tap/device found: 0x4ba00477 (mfg: 0x23b, part: 0xba00, ver: 0x4)
Info : JTAG tap: lpc4337.m0 tap/device found: 0x0ba01477 (mfg: 0x23b, part: 0xba01, ver: 0x0)
Warn : Only resetting the Cortex-M core, use a reset-init event handler to reset any peripherals or configure hardware srst support.
Warn : Only resetting the Cortex-M core, use a reset-init event handler to reset any peripherals or configure hardware srst support.
target state: halted
target halted due to debug-request, current mode: Thread
xPSR: 0x01000000 pc: 0x10403e00 msp: 0x10089ff0
Error: timed out while waiting for target halted
TARGET: lpc4337.m0 - Not halted
in procedure 'reset'
in procedure 'ocd_bouncer'
Info : JTAG tap: lpc4337.m4 tap/device found: 0x4ba00477 (mfg: 0x23b, part: 0xba00, ver: 0x4)
Info : JTAG tap: lpc4337.m0 tap/device found: 0x0ba01477 (mfg: 0x23b, part: 0xba01, ver: 0x0)
Warn : Only resetting the Cortex-M core, use a reset-init event handler to reset any peripherals or configure hardware srst support.
Warn : Only resetting the Cortex-M core, use a reset-init event handler to reset any peripherals or configure hardware srst support.
Info : Halt timed out, wake up GDB.
Error: timed out while waiting for target halted
Info : Halt timed out, wake up GDB.
Info : JTAG tap: lpc4337.m4 tap/device found: 0x4ba00477 (mfg: 0x23b, part: 0xba00, ver: 0x4)
Info : JTAG tap: lpc4337.m0 tap/device found: 0x0ba01477 (mfg: 0x23b, part: 0xba01, ver: 0x0)
Warn : Only resetting the Cortex-M core, use a reset-init event handler to reset any peripherals or configure hardware srst support.
Warn : Only resetting the Cortex-M core, use a reset-init event handler to reset any peripherals or configure hardware srst support.
target state: halted
target halted due to debug-request, current mode: Thread
xPSR: 0x01000000 pc: 0x10403e00 msp: 0x10089ff0
Error: timed out while waiting for target halted
TARGET: lpc4337.m0 - Not halted
in procedure 'reset'
in procedure 'ocd_bouncer'
Error: timed out while waiting for target halted
Error: timed out while waiting for target halted
Warn : target not halted
Warn : lpc2000 prepare sectors returned 46682176
Error: failed erasing sectors 0 to 2
Error: flash_erase returned -902
Info : Halt timed out, wake up GDB.
Info : dropped 'gdb' connection
Espero puedan ayudarme.