2022-10-24 12:49 PM
I wanted to use STM32CubeIDE with the NUCLEO-H753ZI and to my surprise there are no examples in the list to pick from. I there a !:1 compatible board? I was able to make my own example but would like to see some ST demo solutions.
Solved! Go to Solution.
2022-10-25 09:23 AM
You can have both. Use the standalone CubeMX, generate for Keil.
2022-10-25 09:29 AM
The Nucleo H743 examples in the Cube repo and on github should be configured for the new board (ZI2) and work as is, all needed defines should be already in the projects.
If not so, please post a bug report.
2022-10-25 09:49 AM
Is there a gihub link to a project workspace that presumably would just work? I'm using the project wizard in the IDE.
2022-11-01 02:44 PM
MMmm, but where is the code for the preloaded demo that blinks the three LEDs at three different frequencies and switches between them when pushing the button? That looks like a great place to start, but I can't find it.