2023-03-06 05:40 AM
Hi! This is my first project using stm32f407 board, After all the configuration, I generate a code on cubeMX but cubeIDE gives me an empty page. Sorry if the question is stupid, I am not familiar with this software
Solved! Go to Solution.
2023-03-06 07:33 PM
Hello @LimoGr
Try right-clicking the C/C++ perspective icon in the upper right corner and click reset.
Alternatively, click Window > Show View > Project Explorer, and browse from there, import your projet if need be.
Also, you might want to use CubeMX directly from CubeIDE. New > STM32 Project will eventually lead you to CubeMX perspective and you can directly generate your code from there.
Regards,
Ryan
2023-03-06 07:33 PM
Hello @LimoGr
Try right-clicking the C/C++ perspective icon in the upper right corner and click reset.
Alternatively, click Window > Show View > Project Explorer, and browse from there, import your projet if need be.
Also, you might want to use CubeMX directly from CubeIDE. New > STM32 Project will eventually lead you to CubeMX perspective and you can directly generate your code from there.
Regards,
Ryan
2023-03-06 11:59 PM
It worked! Thank you!
2024-07-29 07:09 AM
This also worked for me. I could see the build target and folders underneath, but no src code files inside the folders. Right-clicking as described reset the view and the build target tree and now the code is visible. Thanks!