cancel
Showing results for 
Search instead for 
Did you mean: 

gday in stm32cube ide, making a new STM32 project, i get the Initialization of all peripherals dialog but not the STM32CubeMX perspective opening dialog - it used to appear, now does not - how do i get it back again? thanks

jmart.2
Associate II
 
1 ACCEPTED SOLUTION

Accepted Solutions
TDK
Guru

Double click the .IOC file in the project.

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

View solution in original post

6 REPLIES 6
TDK
Guru

Double click the .IOC file in the project.

If you feel a post has answered your question, please click "Accept as Solution".
jmart.2
Associate II

thanks very much TDK.

but now i am muddled ...

in the top right there is the MX icon which goes to the same place you point to

which is the CubeMX perspective, no?

CubeMX is the pinout and timing graphical setup, yes?

under Code Generator i am getting only the code generator page

with no button or page to actually generate code.

dismissing this page [the CubeMX page gives me the project page

with file on the left, editor in the centre.

i am going to uninstall and reinstall to try and get the behaviour which

i recall from the first use of the IDE. it's a bit of a trick when things seem

to move and change behind one's back :-))

regards

joe

TDK
Guru

> which is the CubeMX perspective, no?

> CubeMX is the pinout and timing graphical setup, yes?

Correct on both points. CubeMX is a standalone program but they've integrated it into STM32CubeIDE for convenience.

> under Code Generator i am getting only the code generator page

> with no button or page to actually generate code.

After editing the pinout or making other changes, save the IOC file (File -> Save). Then select Project -> Generate Code from the menu to regenerate the code.

0693W000003PhpiQAC.png

You can also right click the IOC file to regenerate code.

If you feel a post has answered your question, please click "Accept as Solution".
jmart.2
Associate II

i think it is probable that i am muddled between the IDE and CubeMX interfaces.

at this stage i think i will just have to accept things as they are

and learn more about both applications with use.

your original response was just the thing and gives a firm place to start.

regards

joe

jmart.2
Associate II

thanks again for your concise teaching

it is very much appreciated.

joe

You’re welcome. Hope it helps. STM32CubeIDE isnt too bad once you figure it out.
If you feel a post has answered your question, please click "Accept as Solution".