cancel
Showing results for 
Search instead for 
Did you mean: 

Cube-F4 v1.28.2 examples can't build in CubeIDE v1.18.1

testcode99
Associate II

Using latest STM32CubeIDE version 1.18.1 and STM32Cube_FW_F4_V1.28.2 available for use.

Note that this new firmware has board examples in STM32CubeIDE project format and no longer in SystemWorkbench.

Using STM32CubeIDE to Import STMCube example, after selecting the board, e.g., STM32F4469I-DISCO, then an example, e.g., GPIO_EXTI, you get a STM32 project, but it doesnt compile with the IDE. It doesnt seem to have any .ioc file, etc., even though the target board was specified from the beginning. 

Pic 2 selects board and example, then last pic shows the project. But IDE isnt able to compile this project (hammer is gray, etc.).

Why? How to create the example so that it will compile for selected target board? Is the new FW useless, eventhough it shows STM32CubeIDE projects for the examples, applications, etc?

 

1.png

2.png

3.png

4.png

5.png

2 REPLIES 2
TDK
Super User

ST broke something on existing installations. To correct, delete the directories listed here (or update):

Solved: v1.16.0: STM32Cube Option disabled during project ... - STMicroelectronics Community

If you feel a post has answered your question, please click "Accept as Solution".
Andrew Neil
Super User

@testcode99 wrote:

Using latest STM32CubeIDE version 1.18.1 


Latest is v1.19.0:

https://community.st.com/t5/stm32cubeide-mcus/stm32cubeide-1-19-0-released/td-p/819568

A complex system that works is invariably found to have evolved from a simple system that worked.
A complex system designed from scratch never works and cannot be patched up to make it work.