How to program stm32L552 using another microcontroller
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-02-21 10:36 AM
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.
- Labels:
-
Bootloader
-
STM32L5 Series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-02-21 11:14 AM
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
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-02-22 8:38 AM
yeah, not actually cut-n-paste crew but learning stuff. I'm new to this stuff, anyways thank you for the help
