cancel
Showing results for 
Search instead for 
Did you mean: 

Programming STM32F722RET6 from Raspberry Pi via UART

PLuca
Associate

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.

1 REPLY 1

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

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..