Skip to main content
TOlli
Senior
October 31, 2019
Question

OpenOCD board config support for NUCLEO-H755ZI-Q

  • October 31, 2019
  • 1 reply
  • 2952 views

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

This topic has been closed for replies.

1 reply

Andreas Bolsch
Lead III
October 31, 2019

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.

TOlli
TOlliAuthor
Senior
November 1, 2019

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