This is an automated email from Gerrit.

Tarek BOCHKATI ([email protected]) just uploaded a new patch set to 
Gerrit, which you can find at http://openocd.zylin.com/5316

-- gerrit

commit 2c78d1bb1578739216ec664d5ea11ccdcde6c3d2
Author: Tarek BOCHKATI <[email protected]>
Date:   Fri Oct 4 16:58:15 2019 +0200

    tcl/board: add ST NUCLEO-H745ZI-Q configuration file
    
    this board embeds and STLINK DAP capable firmware
    
    Change-Id: I276e9f44ad6cf7d1ff664898bbc884676bdbc967
    Signed-off-by: Tarek BOCHKATI <[email protected]>

diff --git a/tcl/board/st_nucleo_h745zi.cfg b/tcl/board/st_nucleo_h745zi.cfg
new file mode 100644
index 0000000..9120f9c
--- /dev/null
+++ b/tcl/board/st_nucleo_h745zi.cfg
@@ -0,0 +1,15 @@
+# This is an ST NUCLEO-H745ZI-Q board with single STM32H745ZITx chip.
+
+source [find interface/stlink-dap.cfg]
+transport select dapdirect_swd
+
+# STM32H745xx devices are dual core (Cortex-M7 and Cortex-M4)
+set DUAL_CORE 1
+
+# enable CTI for cross halting both cores
+set USE_CTI 1
+
+source [find target/stm32h7x_dual_bank.cfg]
+
+reset_config srst_only
+

-- 


_______________________________________________
OpenOCD-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to