How to import an EWARM project into CubeIDE and build the project?
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.