cancel
Showing results for 
Search instead for 
Did you mean: 

Bootloader for the mcu application throw SPWF01SX.1

voulgaristhanasis
Associate II
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
2 REPLIES 2
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
Associate
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