2019-05-11 11:41 PM
I am working on STM32L071CB
Want to divide internal flash in 3 parts
1. for boot-loader code
2. for Application code
3. for storing Image received on UART for Upgrade Application Source
Please Provide example source code.
2019-05-12 05:20 AM
You should look for ST's IAP (In Application Programming) examples in the HAL repositories for the part and similar boards. Likely also App Notes on topic area.