How to import an EWARM project into CubeIDE and build the project?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-04-01 8:02 PM
Hello.
I am facing difficulties while trying to change the integrated development environment from EWARM to CubeIDE.
Specifically, I am trying to import the source code of GPIO_EXTI in the example of STM32Cube_FW_F4_V1.25.0.
I'm checking in using the following steps, but I can't resolve the error.
・Select "File"-> "New"-> "STM32 Project" and select "32F411EDISCOVERY" to create a new project file.
・Replace Inc and Src files with GPIO_EXTI source files.
・Replace the Drivers file with the STM32Cube_FW_F4_V1.25.0 file.
If you have any materials or wisdom, could you help me?
Thank you.
- Labels:
-
STM32Cube MCU Packages
-
STM32CubeIDE
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-04-02 12:14 AM
I would advice to import SW4STM32 example part. File > Import > Sw4stm32.
Such should do job for you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-04-02 12:26 AM
Thank you for your reply.
As you mentioned, in the SW4STM32 example, I understand that GPIO_EXTI can be imported into CubeIDE.
However, the original purpose is to import from the EWARM project file and source file only, and there is no SW4STM32 project file or ioc file in the first place.
Therefore, I need to import from source files or EWARM project files into CubeIDE.
Does anyone know how to achieve this?
Thank you very much.
