This repository has been archived on 2023-07-17. You can view files and clone it, but cannot push or open issues or pull requests.
bl_mcu_sdk/tools/openocd/bl70x_gdb.init

22 lines
433 B
Plaintext
Raw Normal View History

2021-04-13 19:23:11 +08:00
set mem inaccessible-by-default off
set architecture riscv:rv32
set remotetimeout 250
mon reset
2021-04-13 19:23:11 +08:00
set $pc=0x21000000
set $mie=0
set $mstatus=0x1880
mem 0x22008000 0x22014000 rw
mem 0x42008000 0x42014000 rw
mem 0x22014000 0x22020000 rw
mem 0x42014000 0x42020000 rw
mem 0x22020000 0x22030000 rw
mem 0x42020000 0x42030000 rw
mem 0x22030000 0x2204C000 rw
mem 0x42030000 0x4204C000 rw
mem 0x23000000 0x23400000 ro