mirror of
https://github.com/OpenRTX/OpenRTX
synced 2026-08-08 12:29:06 -04:00
OpenOCD script for STM32F4 MCU
This commit is contained in:
parent
cfed3ded6c
commit
b7ccbd5eb6
1 changed files with 17 additions and 0 deletions
17
scripts/openocd/stm32f4.cfg
Normal file
17
scripts/openocd/stm32f4.cfg
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
#
|
||||
# OpenOCD configuration file for in-circuit debugging the stm32f4discovery
|
||||
# To start debugging issue those commands:
|
||||
# arm-miosix-eabi-gdb main.elf
|
||||
# target remote :3333
|
||||
# monitor reset halt
|
||||
# load
|
||||
# break main
|
||||
# continue
|
||||
#
|
||||
|
||||
# Daemon configuration
|
||||
telnet_port 4444
|
||||
gdb_port 3333
|
||||
|
||||
# Board support is available in newer oocd
|
||||
source [find board/stm32f4discovery.cfg]
|
||||
Loading…
Add table
Add a link
Reference in a new issue