Is there any official example code for device firmware update over USART for STM32 MCU?
I've referred their AN3155 and AN2606 but I wanted to know whether I can find an official implementation of the flows mentioned in their application notes. Also I wanted to know the duration for which the RST pin of the controller has to be pulled LOW so that it considers it as a valid RESET. This is needed so as to put the MCU into DFU mode (Bootloader) by resetting the MCU while the BOOT 0 pin is being held HIGH. I'm using STM32F0 and STM32G0.
