2016-05-26 10:43 AM
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 #bootloader2016-05-29 11:26 PM
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)2016-06-17 05:31 AM