Created
August 5, 2012 08:35
-
-
Save ObKo/3262976 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
target remote localhost:2331 | |
monitor reset | |
monitor flash device = STM32F100C8 | |
monitor flash download = 1 | |
monitor flash breakpoints = 1 | |
monitor clrbp | |
monitor endian little | |
monitor speed 400 | |
load | |
monitor reg r13 = (0x00000000) | |
monitor reg pc = (0x00000004) | |
break Reset_Handler | |
break main | |
continue |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment