Failed to read STM32L051 memory after some successful attempt
Hi guys,
I;m writing a PC program to communicate with STM32L051 bootloader bia USB-serial and CH340C IC. Getting MCU's ID and bootloader version is fine, which is version 3.1 and ID 0x417
I'm stuck at reading this MCU memory. Every time I try to read more than 512 bytes of memory by reading chunks of 128 bytes, bootloader stop responding within 1 second timeout after some successful readings beforehand. Reading 512 bytes from memory is fine though.
P/S: I follow communication instruction from document AN3155.
Did I overload the bootloader ?
