stm32f0 Bootloader
Posted on March 15, 2018 at 11:08MCU: stm32f072c8t6I am trying to implement the UART Bootloader to my project. I have successfully tried all command except the erase. For the BL v3.1, the extended erase memory is supported with cmd: 0x44 + 0xBB. How...