User Activity

Posted on May 04, 2016 at 11:27Hi All,Sometime ago, I developed a bootloader for firmware update over the air (GSM/GPRS network) for STM32F0xx SOC; many thanks to ample information shared by the community members and ST's documentation. To make the ...
Posted on January 29, 2016 at 11:17I've implemented DFU-OTA over GSM network with Fail-back feature (reverting back to older firmware if the upgrade failed, sudden shutdown during the upgrade and in the event of network error) and so far it seem to ...
Posted on January 07, 2016 at 16:29 Hi, I'm developing an IAP application for firmware upgrade over GSM network. I've a SIM800H module connected to STM32 over UART interface and I'm able to establish GSM connection, setup HTTP GET request an...
Posted on December 08, 2015 at 11:30I need to find out the sector and page size on my particular SOC, which is STM32F072C8T6. According to the part number information from the data sheet (DM00090510), this is a 64 kB flash memory version. From the r...
Posted on December 03, 2015 at 11:07 Lately, I've been trying IAP over UART using Ymodem protocol for STM32F072C8 SOC based custom board. The goal is to try IAP with this mode with different upgrade scenarios and later transform these into my ac...