Leaving Stop 2 Mode on the STM32L4P5 causes hard faults
I have been trying to figure out why I keep getting consistent hard faults when trying to access peripheral instances after waking from Stop Mode 2. Here is the code I am usingFor entering stop mode:static void SystemClockConfig_STOP(void) { /* ...