2019-03-26 12:14 AM
I want to update the firmware on an STM using a raspberry pi 3 that has been connected to it. How can I do so? Please help me with the names of the families of STM that are capable of going through with this process. Also, can this be done using the USB protocol? If so, please guide.
Thanks in advance.
Siddharth
2019-03-26 12:32 AM
See application note AN2606. Many support USB/DFU connectivity, all support serial connectivity.
2019-03-26 05:50 AM
Thanks for the reply. I can find the controllers that support the updating through Raspberry pi, but what is the procedure to actually do it? The STM MCU that I will be using belongs to the F family. How can I exactly use the raspberry pi to upload new code on the STM? Kindly help me with the procedure.
Thanks
Siddharth
2019-03-28 05:33 AM
You can use dfu-util for USB connectivity or stm32flash for UART connectivity.