What happens when an Exception occurs in Exception Handler I'm working with the STM32H755ZI and gcc.
Dear people,I do not understand the following behavior of the STM32H755ZI:I implemented a stack test by configuring a safety zone with MPU. When the stack overflows, the MemManage Handler is called. So far so good.In this MemManage Handler I only sav...