cancel
Showing results for 
Search instead for 
Did you mean: 

how can i install stm32cubeprogrammer on raspberry ?

AEzzi.1
Associate II
 
1 ACCEPTED SOLUTION

Accepted Solutions
berendi
Principal

I was able to install it by

java -jar SetupSTM32CubeProgrammer-2.3.0.exe

but could not start it afterwards. You may have more luck with it, because I've just tried it on a headless system, didn't bother to plug in a monitor and keyboard. I don't know if it is all written in java, or there are some native plugins that don;t exist on ARM.

You might be interested in this tutorial on turning the Pi itself into a programming device, using its I/O pins instead of ST-Link to program (and maybe debug) the MCU.

https://learn.adafruit.com/programming-microcontrollers-using-openocd-on-raspberry-pi

View solution in original post

4 REPLIES 4
berendi
Principal

I was able to install it by

java -jar SetupSTM32CubeProgrammer-2.3.0.exe

but could not start it afterwards. You may have more luck with it, because I've just tried it on a headless system, didn't bother to plug in a monitor and keyboard. I don't know if it is all written in java, or there are some native plugins that don;t exist on ARM.

You might be interested in this tutorial on turning the Pi itself into a programming device, using its I/O pins instead of ST-Link to program (and maybe debug) the MCU.

https://learn.adafruit.com/programming-microcontrollers-using-openocd-on-raspberry-pi

thank you .
It worked perfectly .
good morning . is stm32cubeprogrammer supported in raspberry pi 3 b+ ? thanks . Le lun. 24 févr. 2020 à 20:13, ezzine ameur a écrit :

No. If you can get it to work, that's fine, but I think there is no official support for it.