Skip to main content
jdcowpland
Associate III
December 2, 2014
Question

Flash Loader Demonstrator Code

  • December 2, 2014
  • 3 replies
  • 658 views
Posted on December 02, 2014 at 14:39

Hi,

Does anyone know if ST have any resources that show how the flash loader works? I'm using ST's SPWF01S wifi module as a slave to an ST32F415 and I want to flash the wifi module(which is made up of an ST processor) with new code from my master(ST32F415), so I basically need to translate the flash loader demonstartor into C code that I can run from my processor. Anyone got any ideas?

Cheers!

#lmgtfy
    This topic has been closed for replies.

    3 replies

    Tesla DeLorean
    Guru
    December 2, 2014
    Posted on December 02, 2014 at 15:11

    The STM32's protocol is pretty well documented, and not particularly complicated as such loader protocols go. I've written my own, and I'd swear there was an open source one floating around too.

    Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
    Tesla DeLorean
    Guru
    December 2, 2014
    Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
    jdcowpland
    Associate III
    December 3, 2014
    Posted on December 04, 2014 at 00:23

    Perfect, thanks!