cancel
Showing results for 
Search instead for 
Did you mean: 

OpenOCD board config support for NUCLEO-H755ZI-Q

TOlli
Senior

Hi,

I was looking through the supported boards and chips for the NUCLEO-H755ZI-Q, and could not find a right file.

Has anyone in here made their own they would like to share?

I'm using CLion with OpenOCD for development.

Best regards,

Tero

2 REPLIES 2
Andreas Bolsch
Lead II

Depends on whether you need flash programming only, debugging for H7 core only or debugging for both cores. In the first two cases there's almost nothing necessary, you could use e.g. http://openocd.zylin.com/#/c/4321/7/tcl/board/nucleo-h743zi.cfg and remove the QUADSPI stuff. Essentially this means 'source [find target/stm32h7x_dual_bank.cfg]' and set up the PLL and wait states if needed. In the last case ... I don't know.

Hello Andreas,

Unfortunately this is my main development environment for now, so I'm looking to debugging both cores.

Oh well, I guess it is time to start studying.

-Tero