Template:MCU resources

From DiLab
Revision as of 23:55, 28 October 2021 by Leo (talk | contribs) (GDB)
Jump to: navigation, search

Resources

Make

GDB

  • Remote debugging example, using 12345 as the communications port on localhost
qemu-arm -L /usr/arm-linux-gnueabi -g 12345 md1 10 &
gdb-multiarch md1
  target remote localhost:12345
  continue

ARM


Xscale