Skip to main content
Gaganraj2002
Associate
February 21, 2022
Question

How to program stm32L552 using another microcontroller

  • February 21, 2022
  • 2 replies
  • 903 views

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.

This topic has been closed for replies.

2 replies

Tesla DeLorean
Guru
February 21, 2022

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 (See Profile) Up vote any posts that you find helpful, it shows what's working..
Gaganraj2002
Associate
February 22, 2022

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