cancel
Showing results for 
Search instead for 
Did you mean: 

How to import an EWARM project into CubeIDE and build the project?

ota-s
Associate II

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.

2 REPLIES 2
Cartu38 OpenDev
Lead II

I would advice to import SW4STM32 example part. File > Import > Sw4stm32.

Such should do job for you.​

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.