STM32CubeProgrammer software for Raspberry Pi (raspian 64 bit ARM)
I'd like to use a STM32 Nucleo from my raspberry pi (raspian 64 bit ARM).
From my x86 PC I use this https://www.st.com/en/development-tools/stm32cubeprog.html#st-get-software and download the linux version of the tools: this works.
The same version doesn't work on raspberry pi as it's arm64 based: I get an " cannot execute binary file: Exec format error" error. I found no version of stm32cubeprog for raspberry pi arm on the STM web site (I tried macos arm version but get the same error than when setting up the linux version of the tool).
Is there a way to get stm32cubeprog to work on raspberry pi (raspian 64 bit ARM) ? How and where to get binaries?
