User Activity

I have a problem with erasing sector 0 in Bank 1 of a stm32h7 CPU. See my code snipped below...When I run the code in the debugger, the CPU never returns from the call to HAL_FLASHEx_Erase. When I interrupt the programm the PC is set to 0xFFFFFFFE wh...