2025-12-09 9:46 AM
I am running Linux Mint
And I have had STMCubeIDE 1.7 and 1.9 and just installed 2.0. It gave me an error the first time which I forgiot to write down, but it was in the window that normally lets me edit the .ioc file to assign my pins and activate the peripherals.
I looked in the community and someone said unclick CDT in the Available Software Sites. Now it does not even ask to create/edit the .ioc file.
I am wondering if things are getting confused because I have 3 versions of the STM32CubeIDE installed. How do I uninstall them, so I can try to install a clean copy?
I looked at one of my older projects and the .ioc file looks like a text file.
#MicroXplorer Configuration settings - do not modify
ADC1.Channel-0\#ChannelRegularConversion=ADC_CHANNEL_5
ADC1.Channel-1\#ChannelRegularConversion=ADC_CHANNEL_6
ADC1.Channel-2\#ChannelRegularConversion=ADC_CHANNEL_7
ADC1.Channel-3\#ChannelRegularConversion=ADC_CHANNEL_8
ADC1.Channel-4\#ChannelRegularConversion=ADC_CHANNEL_10
ADC1.Channel-5\#ChannelRegularConversion=ADC_CHANNEL_11
ADC1.Channel-6\#ChannelRegularConversion=ADC_CHANNEL_12
ADC1.Channel-7\#ChannelRegularConversion=ADC_CHANNEL_15
ADC1.Channel-8\#ChannelRegularConversion=ADC_CHANNEL_16
...So something did not install right for the editor for the .ioc file.
I think I need to uninstall all my versions of the IDE and try to reinstall.
So how do I uninstall in Linux all the versions (1.7, 1.9, and 2.0) of the IDE that are on my Linux Mint computer?
Solved! Go to Solution.
2025-12-09 10:12 AM
IDE 2.0 no more has integrated CubeMx . So for xx.ioc generator you need to load/use Cube separate.
I stay with 1.19 for this time. ...with integrated CubeMx .
2025-12-09 10:12 AM
IDE 2.0 no more has integrated CubeMx . So for xx.ioc generator you need to load/use Cube separate.
I stay with 1.19 for this time. ...with integrated CubeMx .
2025-12-09 10:25 AM
It's intentional: CubeIDE no longer integrates the MX functionality - it's now only available in the separate, standalone application:
Discussion about this here: IDE Version 2.0.0 - why remove MX ?