2019-06-10 07:08 AM
I've started using STM32CubeIDE, hoping it would be , at least, a user friendly alternative to Keil or IAR.
First surprise is that there is no ready-to-use STM32CubeIDE project in STM32CubeH7. So I imported an existing SW4STM32 project to CubeIDE. The import project is confusing and painful and not similar as it is described in the user manual "importing project from AC6" but anyway it worked. The problem I have now is that the imported project has a generic name "STM32H743ZI-Nucleo". And if I rename it, the build process fails ... (C files not found anymore). So it's not possible to import 2 different projects in the same eclipse workspace...
Maybe someone has a solution for this ?