Skip to content

Commit

Permalink
Tools: openocd config for h7
Browse files Browse the repository at this point in the history
  • Loading branch information
andyp1per authored and tridge committed Sep 6, 2021
1 parent 5ca652a commit 36283da
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Tools/debug/openocd-h7.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# sample openocd config file for use with ArduPilot
# ChibiOS boards
#source [find interface/stlink.cfg]
source [find interface/stlink.cfg]
# replace the stm32f4x with the right value for
# your microcontroller
source [find target/stm32h7x_dual_bank.cfg]
init
$_CHIPNAME.cpu0 configure -rtos auto

0 comments on commit 36283da

Please sign in to comment.