STM32L072RB DFU system bootloader reports incorrect flash size
I'm working with an STM32L072RB, and it seems the system bootloader DFU descriptor reports an incorrect flash size. I couldn't find any documentation of this in the errata sheet for this part, so where would be the right place to report this?
The STM32L072RB that I'm using has 128K flash, but the DFU descriptor says 192K (1536 pages of 128 bytes each):
$ dfu-util -l
dfu-util 0.9
(... extra output removed ...)
Found DFU: [0483:df11] ver=2200, devnum=80, cfg=1, intf=0, path="1-1.1", alt=0, name="@Internal Flash /0x08000000/1536*128g", serial="0C4738420000"I'm pretty sure that the DFU descriptor is wrong and the device actually has 128k flash, since I just spent half a day trying to figure out why I could not upload any data to the upper 64k of flash (so >128k) under the assumption that I had a 192k device, based on the DFU descriptor...
