Question
STM32CubeProgrammer Issue erasing sectors past 127
Using STM32CubeProgrammer V2.11.0 on Windows 10
I have issues erasing sectors past 127 on the STM32L496RET6 MCU.
Erasing sectors 0-127 appears to work okay.
Erasing sectors 128-255 does not show an error, however when I re-connect the programmer to the MCU the data is still shown in flash.
My option bytes are set as:
WRP1A_STRT = 0x10
WRP1A_END = 0x17
WRP1B_STRT = 0xff
WRP1B_END = 0x0
