how can i install stm32cubeprogrammer on raspberry ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-02-24 06:27 AM
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-02-24 09:10 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-02-24 09:10 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-02-24 11:13 AM
It worked perfectly .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-02-26 12:56 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-02-26 01:00 AM
No. If you can get it to work, that's fine, but I think there is no official support for it.