Eclipse IDE(LPC-Link2) デバッグの実行でエラーになる
Eclipse IDE(LPC-Link2) デバッグの実行でエラーとなる
Eclipse デバックの実行でLPC-Link2のCMSIS-DAPを認識後、
タイムアウトでエラーが出てしまいます
後一歩の気がするのですが、、かれこれ1ヶ月ほど悩んでおります
○ IDEは2つ試しましたが結果は同じでした
①Eclipse 2019.03 + macOS 10.14.5 (Mojave)
②Eclipse 2019.03 + Ubuntu 16.04
○ Eclipseのコンソールとエラー内容
For bug reports, read
http://openocd.org/doc/doxygen/bugs.html
Info : auto-selecting first available session transport "swd". To override use 'transport select '.
adapter speed: 1000 kHz
cortex_m reset_config sysresetreq
Started by GNU MCU Eclipse
Info : Listening on port 6666 for tcl connections
Info : Listening on port 4444 for telnet connections
Info : CMSIS-DAP: SWD Supported
Info : CMSIS-DAP: JTAG Supported
Info : CMSIS-DAP: FW Version = 1.10
Info : CMSIS-DAP: Interface Initialised (SWD)
Info : SWCLK/TCK = 1 SWDIO/TMS = 1 TDI = 1 TDO = 1 nTRST = 0 nRESET = 1
Info : CMSIS-DAP: Interface ready
Info : clock speed 1000 kHz
↑ここで
下記のエラーがダイヤログに表示される
Error in final launch sequence
Failed to execute MI command:
-target-select remote localhost:3333
Error message from debugger back end:
localhost:3333: Operation timed out.
Failed to execute MI command:
-target-select remote localhost:3333
Error message from debugger back end:
localhost:3333: Operation timed out.
localhost:3333: Operation timed out.
○ LPC-Link2
・FirmwareはLPCScrypt v2.1.0で書込み
(lpcscrypt_2.1.0_842/scripts/program_CMSIS を実行)
・lsusbの結果
Bus 020 Device 006: ID 1fc9:0090 NXP Semiconductors LPC-LINK2 CMSIS-DAP V5.224 Serial: I3FWBSKS
・JP1 Close(緑丸印)
・JP2 Open(青丸印)
○Spresense
・シリアルコンソールでデバッグ待ちを確認しました
Waiting for debugger connection..
・Firmware 1.3.0
・SWDコネクタ KEY(NC)ピンは切断し接続しない状態にしてあります
宜しくお願い致します