STM32G0 hardfault and signal handler FFFFFFF1
I'm trying to find the cause of a hard fault in my code. The problem repeatedly appears after a few or more minutes after starting the code, sometimes not at all, sometimes every time at close startup after enabling interrupts, and somethimes after a few seconds, as if it were dependent on the compilation. Somethimes watchdog re-runs code.
CubeIDE, STM32G0
I tried debugger IDE and here apears something like this:


What does mean signal handler FFFFFFF1 and FFFFFF9 ? Maybe it helps me to find the problem.
I dont use freertos, I dont use dynamic memory allocations. Only interrupts with 4 priority levels
_Min_Heap_Size = 0x1000 ; /* required amount of heap */
_Min_Stack_Size = 0x2000 ; /* required amount of stack */
