I have a problem with the STM32CubeProgrammer V1.2.0 when programming an STM32F76x processor.
The following defines an Intel hex file that should program Internal memory at 0x08018040 with:
0xFFFFFFFF, 0x00001520, 0xFFFFFFFF, 0xFFFFFFFF
:020000040801F1
:10804000FFFFFFFF20150000FFFFFFFFFFFFFFFF07
:00000001FF
When I use the Cube programmer to load this into the processor I find that the memory at 0x08018050 is set to:
0x00DB385E, 0x00000000, 0x73617265, 0x30203A65 in addition to the desired operation
