2016-05-04 01:58 AM
hello every one
i want to design stm board which should has device firmware upgradebut in this case i have no access to boots pinsmy upgrade data will be send by 3g (GSM module) to board and 3g module just have serial communication (usart) to micro controller i can store upgrade data on eeprom or spi flash and after the receive has been completed , use for upgrade the devicewhat is the best solution? can i use High-density devices ?or i should use Connectivity line devices and DFU ?sorry for my bad englishbest regards2016-05-04 02:34 AM
Search IAP (in aplication programing)
2016-05-04 02:48 AM
Doesn't matter what part you choose. If you have the new image staged in SPI etc all you need is a smaller loader you don't erase to copy and burn the image at boot time. You don't need access to the BOOT pin to do this robustly. You'd want access to the boot pins to give you options in the factory programming scenario