cancel
Showing results for 
Search instead for 
Did you mean: 

How to program stm32L552 using another microcontroller

Gaganraj2002
Associate

Hello,

I am using a Nucleo-L552ZE-Q board and I want to flash a hex file using another microcontroller such as Arduino Mega or Uno or Any. I Found AN3155 but not able to figure out so can I find an example or source code for STM32 bootloader IAP AN3155

Thanks in advance.

2 REPLIES 2

The protocol description really should be sufficient, and several examples of the implementation do exist for the cut-n-paste crew.

https://github.com/arduino-libraries/MKRWAN/tree/master/examples/MKRWANFWUpdate_standalone

https://github.com/stm32duino/stm32flash

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

yeah, not actually cut-n-paste crew but learning stuff. I'm new to this stuff, anyways thank you for the help