STM32CubeProgrammer v2.8.0 detects the wrong flash size for the STM32L152VDT6X causing the programming to fail
The STM32L152VT6X has 384KBytes of flash memory, but the STM32CubeProgrammer detects the flash size as being 128KB. When I try to flash an image of ~170KB it fails with the error "Operation exceeds memory limits". When I flash the same image with the STLINK Utility it flashes successfully.
The first image is from the stlink utility and the second is from STM32CubeProgrammer


