Hi,
I had the same problem ([solved] reTerminal: Flashing STM32 firmware fails && Display no longer recognized)
Flashing with openOCD kept failing.
I’m unsure why but i think it transferred enough bytes to at least boot up and respond to i2c commands.
Try flashing a couple of times and make sure the leads of the programmer aren’t lose.
Repeat until the STM show’s up on the i2c bus with address 0x56 and then flash again with the procedure for board revision 1.7+
Edit:
This was for the worst case scenario. If you have rev. 1.8 of the board, did you swap the address of the STM32 chip? The instructions are for revisions lower than 1.7
You could simply use stm32flash or if you want to flash it with openOCD use address 0x56
Good luck