2021-06-02 08:24 AM
I'm currently using NUCLEO board H743ZI-Q and using software STM32CubeIDE.
The first time I build a new project everything is going fine. But when I build the second project, after I choose the project name and press finish, I cannot initialize all peripherals with default mode. There is not an option for me to choose. As shown in the pics.How can I correctly initialize all the peripherals?
Plz help.
2021-06-02 08:38 AM
im confused, what do you mean with "But when I build the second project, "
2021-06-02 09:13 AM
In order to have this option, you need to select a board using the "Board Selector" tab instead of an mcu.
2021-06-02 06:26 PM
Just mean I start a new project.
2021-06-02 06:27 PM
I did select the Nucleo board, not MCU.
2021-06-03 12:40 AM
Isnt the first project you start also a new project?
2021-06-03 10:26 PM
I don't seem to be able to reproduce the behavior. Does anything change if you switch workspace?
2021-06-04 02:21 AM
Not able to reproduce myself neither. Maybe wrong usage of project end user location ?
Despite you've not fully shared =) I'm able to see you're relying on 'workspace' as latest segment of you path ...
Takes care (Not STM32CubeIDE specific but Eclipse basis) such location has to promote a path including project repository !!!
In other words havng Test_3 project name I would be more comfortable to see <some path>/workspace/Test_3 as location ...
By the way which IDE release are you relying on ? 1.6.x is adding some extra check about such location being safe (already discussed on such forum)