Fake STM32?
I had a board assembled through JLCPCB, which included mounting an STM32L071. When the PCB arrived, I loaded a program with a blinking LED in an infinite loop. Unfortunately, the program didn't behave as expected, and during debugging, I encountered what is shown in the image.
However, when I load the same program onto another board with an STM32 from Farnell, everything works as it should. This made me wonder if the MCU might be a clone. How can I tell? What does the error actually mean? Could it have a different vector table? I can step through a few lines, but once the program is running, I can't pause it to see where the program currently is.

