You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
481 B
16 lines
481 B
10 months ago
|
set remote hardware-breakpoint-limit 1
|
||
|
set remote hardware-watchpoint-limit 1
|
||
|
set remote interrupt-on-connect on
|
||
|
set remote kill-packet off
|
||
|
set remote symbol-lookup-packet off
|
||
|
set remote verbose-resume-packet off
|
||
|
mem 0x20000000 0x3fefffff ro cache
|
||
|
mem 0x3ff00000 0x3fffffff rw
|
||
|
mem 0x40000000 0x400fffff ro cache
|
||
|
mem 0x40100000 0x4013ffff rw cache
|
||
|
mem 0x40140000 0x5fffffff ro cache
|
||
|
mem 0x60000000 0x60001fff rw
|
||
|
set serial baud 115200
|
||
|
file ./rtthread.elf
|
||
|
target remote /dev/ttyACM0
|