Skip to content

Instantly share code, notes, and snippets.

@sidprice
Created March 17, 2018 16:16
Show Gist options
  • Save sidprice/a2766abc3131934088247934510950c6 to your computer and use it in GitHub Desktop.
Save sidprice/a2766abc3131934088247934510950c6 to your computer and use it in GitHub Desktop.
PS C:\iccv9cortex\GnuARM\bin> .\arm-none-eabi-gdb.exe C:\iccv9_samples\NewProjectWizard\JSAPI-F4\bin\Debug\JumpStart_STM
32F4xx.elf
GNU gdb (GNU Tools for Arm Embedded Processors 7-2017-q4-major) 8.0.50.20171128-git
Copyright (C) 2017 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "--host=i686-w64-mingw32 --target=arm-none-eabi".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from C:\iccv9_samples\NewProjectWizard\JSAPI-F4\bin\Debug\JumpStart_STM32F4xx.elf...done.
(gdb) target extended-remote //./com11
Remote debugging using //./com11
(gdb) mon sw
Target voltage: 3.3V
Available Targets:
No. Att Driver
1 STM32F411
(gdb) attach 1
Attaching to program: C:\iccv9_samples\NewProjectWizard\JSAPI-F4\bin\Debug\JumpStart_STM32F4xx.elf, Remote target
0x00000000 in ?? ()
(gdb) load
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment