2021-01-25 01:24 AM
For an application, I need to implement FOTA through UART/USB for STM32L0 microcontroller. Are there any examples or firmware packages available for this?
Solved! Go to Solution.
2021-01-25 02:27 AM
Look for the IAP and DFU example firmwares.
For ROM based ISP the USART and other protocols are described in documentation, host side software being available in the form of flash demonstrator or OSS projects.
2021-01-25 02:27 AM
Look for the IAP and DFU example firmwares.
For ROM based ISP the USART and other protocols are described in documentation, host side software being available in the form of flash demonstrator or OSS projects.