2024-04-09 01:30 AM
Hello everyone,
I'm currently facing an issue with migrating an ESP8266 project from EWARM IDE to CUBE IDE for use with the STM32F769I-DISCO board for WiFi connection.
When attempting to open the project from the example selector in CUBE MX, I received an indication stating that this example is not supported by stm32CubeMX, indicating that the project is MX non-compatible. Consequently, my IDE options are restricted to EWARM/SW4STM32/MDK-ARM.
Could you please provide guidance on how to resolve this issue and successfully transition the project to CUBE IDE?
I appreciate your assistance with this matter.
Thank you,
2024-04-09 01:39 AM - edited 2024-04-09 01:41 AM
EWARM is a proprietary toolchain - completely different from STM32CubeIDE - so you wouldn't expect the CubeIDE to be able to open an IAR project. Or vice-versa.
It's going to be a porting exercise...
How easy that porting is going to be will depend on how portable your existing code is - ie, how much it relies on specific features of the IAR tools ...
2024-04-12 09:33 AM
Hello @NB1 ,
depending on your project the STM32CubeIDE may be able to migrate the SW4STM32 project when you open it with Cubeide you can try this if you have the project in SW4STM32 version.
BR
2024-04-12 01:16 PM
@NB1 Staying with EWARM can save you time and effort. It is a well supported software with good reputation.