コメを噛め

コメを噛め

rerofumi の電子工作メモ

hatena bookmark

toolchain 製作の rake スクリプトに gdb を加えた。
OpenOCD と JTAG ケーブルなどを使ってダウンロードやデバッグをリモートで行う用。

Download: fumi2_cortexM3_toolchain-0.0.2.tar.gz

メモ、GDBサーバーとの繋げ方例(ポートが3333のとき)

$ arm-none-eabi-gdb example.elf
(gdb) target remote localhost:3333
(gdb) monitor reset halt
(gdb) load
(gdb) continue

Leave a Reply