Connecting STM32F7 DISCO to WiFi Using ESP8266
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-04-09 1: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,
- Labels:
-
STM32CubeMX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-04-09 1:39 AM - edited ‎2024-04-09 1: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 ...
A complex system designed from scratch never works and cannot be patched up to make it work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-04-12 9: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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-04-12 1:16 PM
@NB1 Staying with EWARM can save you time and effort. It is a well supported software with good reputation.
