2018-06-20 04:55 AM
I have a requirement in stm32F373C8T6 for Over The Air (OTA) firmware update. How to get the example code of the bootloader for the same
2018-06-20 05:24 AM
Requirements sound like job function expectations.
You should review the assorted IAP (In Application Programming) examples provided for assorted STM32 and over various interfaces (USART, CAN, Ethernet, USB-Flash, etc)
2018-06-20 08:18 AM
Is this both are same (OTA) Over the Air and
IAP (In Application Programming) ?2018-06-20 08:27 AM
Over-the-air implies wireless connectivity, but the writing the flash portion is going to be the same, right?
2018-06-22 12:23 AM
I am beginner in this. if both are same, how to get writing the flash portion example code..?
2018-06-22 01:48 AM
Try digging around in the source code trees for the F3 parts, and other STM32 parts and boards...
STM32Cube_FW_F3_V1.9.1\Projects\STM32373C_EVAL\Applications\IAP\IAP_Main
STM32Cube_FW_F3_V1.9.1\Projects\STM32373C_EVAL\Examples\FLASH\FLASH_EraseProgram
STM32Cube_FW_F3_V1.9.1\Projects\STM32373C_EVAL\Applications\USB_Device\DFU_Standalone
STM32Cube_FW_F4_V1.21.0\Projects\STM324x9I_EVAL\Applications\USB_Host\FWupgrade_Standalone