I have done many Arm embedded design projects in gcc using Maxim chips. Every few years I attempt to download STM tools to see if STM stuff is working yet. (Five years ago I got some tools working but the SWD interface on STM chips was unresponsive. At the time I was happy to switch to Maxim as a result. Now there are supposedly some new MCUs out and I want to see for myself if this is real, or just more vaporware and/or impossibly steep learning curves.)
Today I downloaded the STM32CubeIDE from here. I used the Debian version for Ubuntu as recommended in UM2563 (the STM32CubeIDE installation guide). Then I did
./st-stm32cubeide_1.18.0_24413_20250227_1633_amd64.deb_bundle.sh It claims to have succeeded:
: N: Download is performed unsandboxed as root as file '/root/stm32/makeself_dir_XiCZzS/libtinfo5_6.4-2_amd64.deb' couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied) STM32CubeIDE installed successfully Note the sentence "STM32CubeIDE installed successfully". Now, according to this site, I am next supposed to Launch the software. With no hints about how to do that.
I am not getting any autocompletes for st-, stm, or STM. Has anyone gotten this software working? What is the secret?