I have an STM32H757I-Eval, I wanted to use CubeMX to generate a Makefile like I do for other targets, but the option is greyed out so I can't selected it.
Do you know why is not supported? Do you know when it will be supported?
I got exactly the same issue for stm32mp157a-ev1, running CubeMX version 5.6.0 on Linux. At first I thought I am missing some plugin or setting, so is this rather a missing feature?
Just chiming in. Recently moved my current project from F7-based to H7, and the lack of makefile auto-generation is causing a fairly significant work overhead. Would love to see this fixed ASAP. Eclipse-based IDEs are not an option in my case.
Eclipse - exact sentiment here. My usual strategy is to avoid the IDE, use MX and get the Makefile. But it's grayed out on H7. I assume this has something to do with there being two cores.
Cube MX 6.3.0 and Nucleo-H745ZI-Q.
I only purchased it because the stm32h735 dev kit wasn't available.
The two cores aren't well supported in the IDE anyway.
I wanted the H735 it actually runs faster and it's easier to develop for without the 2nd core "start/stop" complexity.
Long story - I'm fine ignoring the M4 for now. I just need the Makefile for the M7.
More confirmation that this is related to poor support for the dual-core in H745...
I had CubeMX make two projects: an H735 for GCC Make and an H745 IDE project. This got me all the Drivers for the M7. I took the H735 makefile and modified it to build the M7 in the H745. Most of the work seems to be in adjusting the makefile for all the new folder arrangements for sources strewn about in the M4, M7 and Common folders.