How can I update the code on an STM32 board with the help of a raspberry pi?
In our product, a raspberry pi 3 is connected to an STM32 MCU of F series. I want to update the code that is running on STM using the raspberry pi. How can I do that? I basically want to perform OTA update on the code of STM MCU using the raspberry p...