2022-10-27 02:20 AM
I have been using STM32CubeIDE (Version: 1.10.1) with STM32CubeMX - STM32 Device Configuration Tool Version: 6.6.1-RC2.
But when i do some modification in device configuration and then try to generate the code , it does not generate the code. But when i create the new project using same device configuration file (project.ioc) it does generate the code with new changes , just popup appears for less than a second saying "device configuration Tool updating code .." and then just disappears without updating the code or any error.
What could be the problem?
Solved! Go to Solution.
2022-10-31 05:26 AM
Tried that too, still not working.
2022-10-31 05:36 AM
2023-08-22 03:28 AM
I tried unchecking the backup option. Still not able to create the .main file
2024-07-11 12:20 AM
I had similar problem ( I just used ctrl+s , then clicked generate code. but nothing happened ). My issue was I didn't have some drivers but IDE didn't tell me that I need to log in. And the solution was :
I logged in to my ST account in cubeide ( in my case I used button near help ). After that IDE does what it wants (e.g. updates, installs needed packages . etc. ) and generates code .
2024-07-30 08:10 AM
Login in to my ST account worked for me, thanks