ARM7 and linux compatibiilty of STM32CubeIDE in 2025 (e.g. Raspberry Pi)
I saw a post from 2020, which said NO to raspberry pi, but that was before Apple's and Microsoft's latest machines started supporting ARMv7 architecture.
Per the "STM32CubeIDE installation guide", section 1, states the following:
- Only 64-bit OS versions are supported
- STM32CubeIDE supports STM32 32-bit products based on the Arm® Cortex® processor
From this, it appears that ST is telling us that Raspberry Pi is supported. I think ST should immediately update the instruction guide to fix the 32/64 bit contradiction, and it would be ideal to make a clear statement that ARMv7 is only supported for Apple and Microsoft OSs.
For another reason, I expect the instructions are wrong. When I attempt to install the debian version on my Pi, it tells me what packages are missing. Each one listed includes amd64 for architecture.
The following packages have unmet dependencies:
st-stlink-server:amd64 : Depends: libusb-1.0-0:amd64 but it is not installable
st-stm32cubeide-1.17.0:amd64 : Depends: st-stlink-udev-rules:amd64 but it is not installable
Recommends: libncurses5:amd64 but it is not installable
Recommends: libpython2.7:amd64 but it is not installable
Recommends: libwebkit2gtk-4.0-37:amd64 but it is not installable
Are there any modern updates to the ARM7 and linux compatibiilty of STM32CubeIDE?
