2022-05-11 01:35 PM
2022-05-11 10:55 PM
Hello @Abdra
Can you be more precise?
How do you proceed, with STM32CubeMX or directly with STM32CubeIDE, From scratch or you start with an existing project...
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2022-05-12 01:46 AM
In the STM32CubeMX I click "File -> New project", choose the board(STM32F302R8). Then I click generate code, enter the project path and project name, and click generate code again. After the code is generated, the following window pops up.I click "Open Project", and the following image pops up with the error "Not a valid ioc file."
Please find the project folder attached below.
2022-05-12 03:52 AM
Please try to open the temp.ioc via File... Open dialog.
Do not open the .project file with CubeMX, it is an Eclipse (CubeIDE) project.
2022-05-12 07:17 AM
I've realized that was a dumb question... I opened the project with CubeIDE. Thanks a lot!