STM32H563ZI, Openocd configure and flash
Greetings!
Getting back into embedded after a long while. As the title says I am wanting to use STM32H563ZI with openocd, but it is not supported out of the box. I have gone through the readme and it looks like I need to create a specific `target/stm32h5x.cfg` file to use with this board. I just want to get working on command line right now. I am on a Mac.
I think I am missing something fundamental and/or gotten tunnel vision.
* Is there a template to create a new .cfg for this board somewhere.
* What is the usual process to get support for a new board ? Fork below repo, add new file, and submit a PR?
* I have looked at the following links but must be missing something. Thanks in advance!
https://openocd.org/doc/pdf/openocd.pdf
https://github.com/STMicroelectronics/OpenOCD
https://community.st.com/t5/stm32-mcus-products/nucleo-stm32h5-debugging-openocd/td-p/618225
