cancel
Showing results for 
Search instead for 
Did you mean: 

Connecting STM32F7 DISCO to WiFi Using ESP8266

NB1
Associate II

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,

 

3 REPLIES 3
Andrew Neil
Evangelist III

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...

https://community.st.com/t5/stm32cubemx-mcus/how-to-migrate-a-project-from-iar-to-stm32cubeide/td-p/99203

https://community.st.com/t5/stm32cubeide-mcus/how-to-open-the-eww-file-iar-workbench-project-with-the/td-p/150280

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 ...

STea
ST Employee

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

In order to give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
Pavel A.
Evangelist III

@NB1 Staying with EWARM can save you time and effort. It is a well supported software with good reputation.