Search found 3 matches

by o_eoin
Fri Dec 03, 2021 8:27 am
Forum: General Discussion and Questions
Topic: Micropyhton Method to program an STM32 connected
Replies: 3
Views: 2027

Re: Micropyhton Method to program an STM32 connected

Is there an existing Micropython module or library that can do this? I do not know how to compile C into micropython
by o_eoin
Fri Dec 03, 2021 8:22 am
Forum: General Discussion and Questions
Topic: Micropyhton Method to program an STM32 connected
Replies: 3
Views: 2027

Re: Micropyhton Method to program an STM32 connected

I use this already like I said, but how can I do it from micropython?
by o_eoin
Thu Dec 02, 2021 4:39 pm
Forum: General Discussion and Questions
Topic: Micropyhton Method to program an STM32 connected
Replies: 3
Views: 2027

Micropyhton Method to program an STM32 connected

I have a PCB with an STM32H7 that runs micropyhton, there is a second STM32 on the PCB and I would like to be able to program from the H7 processor running MP. I have access to the second STM32 over the native UART bootloader and the SWD pins. In Linux for example I use a tool called stm32flash that...