STM32CubeProgrammer page erase error
When using STM32CubeProgrammer to program STM32F103VET6, it is found that using the "page erase" function will erase the first page error by mistake (erase pages 1, 3, 5).
Upon inspection, it is found that the page erase data sent by STM32CubeProgrammer v2.13 is 0x03 0x01 0x03 0x05 0x00 0x04, while the data sent by STM32CubeProgrammer v2.7.0 is 0x02 0x01 0x03 0x05 0x05.
By consulting the AN3155 manual, it is found that the data sent by v2.7.0 is correct and the data stream sent by v2.13 is wrong.

