Разобрался немного, как это всё работает. Хочу двигаться дальше на базе платы с LPC1788. Создал шаблонный проект, добавил либы, пытаюсь законнектиться - выдаёт ошибку:
GNU ARM Eclipse 64-bit Open On-Chip Debugger 0.8.0-00063-gbda7f5c (2015-01-31-18:41)
Licensed under GNU GPL v2
For bug reports, read
http://openocd.sourceforge.net/doc/doxygen/bugs.htmlInfo : only one transport option; autoselect 'jtag'
adapter speed: 10 kHz
adapter_nsrst_delay: 200
jtag_ntrst_delay: 200
cortex_m reset_config sysresetreq
cortex_m reset_config sysresetreq
Started by GNU ARM Eclipse
Warn : Using DEPRECATED interface driver 'ft2232'
Info : Consider using the 'ftdi' interface driver, with configuration files in interface/ftdi/...
Info : max TCK change to: 30000 kHz
Info : clock speed 10 kHz
Info : JTAG tap: lpc1788.cpu tap/device found: 0x6af6902b (mfg: 0x015, part: 0xaf69, ver: 0x6)
Warn : JTAG tap: lpc1788.cpu UNEXPECTED: 0x6af6902b (mfg: 0x015, part: 0xaf69, ver: 0x6)
Error: JTAG tap: lpc1788.cpu expected 1 of 1: 0x4ba00477 (mfg: 0x23b, part: 0xba00, ver: 0x4)
Error: Trying to use configured scan chain anyway...
Error: IR capture error at bit 4, saw 0x21 not 0x...3
Warn : Bypassing JTAG setup events due to errors
Warn : Invalid ACK 0x6 in JTAG-DP transaction
Info : accepting 'gdb' connection from 3333
undefined debug reason 7 - target needs reset
Error: Target not examined yet
Error: Target not examined yet
Info : JTAG tap: lpc1788.cpu tap/device found: 0x6af6902b (mfg: 0x015, part: 0xaf69, ver: 0x6)
Warn : JTAG tap: lpc1788.cpu UNEXPECTED: 0x6af6902b (mfg: 0x015, part: 0xaf69, ver: 0x6)
Error: JTAG tap: lpc1788.cpu expected 1 of 1: 0x4ba00477 (mfg: 0x23b, part: 0xba00, ver: 0x4)
Error: Trying to use configured scan chain anyway...
Error: IR capture error at bit 4, saw 0x21 not 0x...3
Warn : Bypassing JTAG setup events due to errors
Warn : Invalid ACK 0x6 in JTAG-DP transaction
Error: Target not examined yet
in procedure 'reset'
Error: Target not examined yet
in procedure 'halt'
Error: Target not examined yet
in procedure 'arm'
Error: Target not examined yet
Info : JTAG tap: lpc1788.cpu tap/device found: 0x6af6902b (mfg: 0x015, part: 0xaf69, ver: 0x6)
Warn : JTAG tap: lpc1788.cpu UNEXPECTED: 0x6af6902b (mfg: 0x015, part: 0xaf69, ver: 0x6)
Error: JTAG tap: lpc1788.cpu expected 1 of 1: 0x4ba00477 (mfg: 0x23b, part: 0xba00, ver: 0x4)
Error: Trying to use configured scan chain anyway...
Error: IR capture error at bit 4, saw 0x21 not 0x...3
Warn : Bypassing JTAG setup events due to errors
Warn : Invalid ACK 0x6 in JTAG-DP transaction
Error: Target not examined yet
in procedure 'reset'
Error: Target not halted
Error: failed erasing sectors 0 to 1
Error: flash_erase returned -304
Error: Target not examined yet
Error: Target not examined yet
Info : dropped 'gdb' connection
В чём может быть проблема? В CrossWorks работает. С LPC1769 в Eclipse с OpenOCD тоже всё гуд.