cancel
Showing results for 
Search instead for 
Did you mean: 

Why can't I build my demo project?

scott h
Associate II

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:

0693W000000VDf9QAG.jpg

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:

0693W000000VDg7QAG.jpg

I can build BGT_Part but not UART.

thank you,

Scott

1 ACCEPTED SOLUTION

Accepted Solutions

You need something like this in your project explorer window:0693W000000VEUvQAO.jpg

When you are importing your project, select the folder "SW4STM32", accept the conversion, it should work.

View solution in original post

4 REPLIES 4
emil28
Senior

Hello,

What software do you use to compile the code ?

Emil

scott h
Associate II

I'm using:

STM32CubeIDE Version: 1.3.0

You need something like this in your project explorer window:0693W000000VEUvQAO.jpg

When you are importing your project, select the folder "SW4STM32", accept the conversion, it should work.

scott h
Associate II

That worked. Thank you!!