source: asp3_wo_tecs/trunk/target/nucleo_f401re_gcc/gdb.ini@ 303

Last change on this file since 303 was 303, checked in by ertl-honda, 7 years ago

nucleo_f401re依存部の追加

File size: 499 bytes
Line 
1target remote localhost:3333
2set host-charset CP1252
3set target-charset CP1252
4
5# Reset to known state
6monitor reset
7
8# Load the program executable
9# load
10
11monitor program ./asp.bin verify 0x08000000
12
13
14# Reset the chip to get to a known state. Remove "monitor reset" command
15# if the code is not located at default address and does not run by reset.
16monitor reset halt
17monitor reset init
18
19# Enable Debug connection in low power modes (DBGMCU->CR)
20set *0xE0042004 = (*0xE0042004) | 0x7
21
22#continue
Note: See TracBrowser for help on using the repository browser.