Skip to main content
voulgaristhanasis
Associate
May 26, 2016
Question

Bootloader for the mcu application throw SPWF01SX.1

  • May 26, 2016
  • 2 replies
  • 923 views
Posted on May 26, 2016 at 19:43

I am using a STM32F0 mcu that run my application. How can i make a bootloader to my mcu appliccation throw the SPWF01SX.1.

I was thinking of downloading throw AT+S.HTTPDFSUPDATE but it is not a secure connection.

Did anyone done this?

Thanks in advance

#bootloader
This topic has been closed for replies.

2 replies

Gerardo GALLUCCI
ST Employee
May 30, 2016
Posted on May 30, 2016 at 08:26

Hi,

HTTPDFSUPDATE, followed by FSR, is the right way. Secure connection is not part of http module. If you need secure download, use SOCKON (with 's' parameter)

r-d
Visitor II
June 17, 2016
Posted on June 17, 2016 at 14:31

Hi Gallucci,

Thanks for the information.

But i think ST should put HTTP files in secure mode.

Thanks