STM32CubeIDE absolutely useless for STM32CubeH7 ?
I've been fighting for several days with STM32CubeIDE. Right now, I just want to play with existing projects from STM32CubeH7 to learn more about the product, do some evaluations and get more familiar with the whole ecosystem.
But it turns out that using both the IDE and the MCU package is a real nightmare. There is no ready-to-use project for STL32CubeIDE so I have to import projects from SW4STM32 but the import mechanism is everything but reliable. For example it is not possible to rename the imported project : if you do so, the C files are not found anymore. Which is an issue since all projects have the name of the eval board so all projects for Nucleo have the same name. Even worse, switching from a workspace to another one breaks the project and prevents building them again. Just to compile a basic SPI project I already had to re-do the import at least 4 times.
So frustrating and disappointing. I don't really understand the point to propose a "new" IDE if it basically cannot be used.