Programming STM32F722RET6 from Raspberry Pi via UART
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2019-05-27 6:30 PM
Hi,
I would like to use a Raspberry Pi to program the STM32F722RET6 micro controller via the RPI UART. My Problem is, that the Cube Programmer is not made for ARM architecture, so it cant run on the Pi.
I cant find a solution for this, apart from emulating a x86 environment on the PI which I would like to avoid.
Is there any simpler version of the Programmer which could run on a Raspberry PI?
Thank you for your help.
- Labels:
-
STM32CubeProgrammer
-
STM32F7 Series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2019-05-27 7:33 PM
The protocol is well documented, and there are open source implementations.
https://github.com/shima-529/stm32prog
https://github.com/ARMinARM/stm32flash/blob/master/protocol.txt
Up vote any posts that you find helpful, it shows what's working..
