2021-06-01 11:43 PM
2021-06-02 12:55 AM
are you "calling tick" inside an interruption?
2021-06-02 01:02 AM
I'll check it. thanks.
2021-06-02 06:36 AM
Need more info here. What does "call tick" mean? What do the SCB registers indicate as the source of the hard fault?
2021-06-02 08:12 AM
Unpack what's actually faulting the processor and look at that code.
Perhaps uninitialized pointer/structures.
A while(1) in the Hard Fault Handler will tell you very little.