2025-05-26 12:32 AM
Installed STM32Cubde IDE on my machine and selected my board.
I was expecting some of the pins/peripherals are set by default but as shown in the screenshot they are not.
How to fix this issue please?
Solved! Go to Solution.
2025-05-27 1:36 AM - last edited on 2025-05-27 1:38 AM by Andrew Neil
Hi Andrew,
> But you can tell it to not generate the main.c file at all.
But I assume you lose the initialisations in main.c? Or where will they go?
2025-05-27 1:37 AM
Yes - you have to call them yourself.
2025-05-27 2:52 AM - edited 2025-05-27 2:53 AM
It is "Do not generate the main()".
"main.c" is always created apparently.
2025-05-27 2:58 AM
@TechyAry wrote:It is "Do not generate the main()".
So it is: