2020-04-02 05:02 AM
I have a STM32F407VG DISCOVERY kit and I'm trying to load a project from
C:\Users\<user>\STM32Cube\Repository\STM32Cube_FW_F4_V1.25.0\Projects
I'm using File->"Open Projects from Existing System".
In the Project Explorer it shows:
But the "hammer" is grayed-out so I cannot compile the code.
Is there something else I need to do.
I noticed that projects which I can compile have an IDE symbol will let me build, eg:
I can build BGT_Part but not UART.
thank you,
Scott
Solved! Go to Solution.
2020-04-02 07:04 AM
You need something like this in your project explorer window:
When you are importing your project, select the folder "SW4STM32", accept the conversion, it should work.
2020-04-02 05:29 AM
Hello,
What software do you use to compile the code ?
Emil
2020-04-02 05:46 AM
I'm using:
STM32CubeIDE Version: 1.3.0
2020-04-02 07:04 AM
You need something like this in your project explorer window:
When you are importing your project, select the folder "SW4STM32", accept the conversion, it should work.
2020-04-02 07:31 AM
That worked. Thank you!!