User Activity

I'm trying to debug the board based on STM32L4P5RG in low power mode using the SEGGER tools (J-Link, RTT viewer, SystemView)The device enters the low power mode periodically using the callHAL_PWR_EnterSTOPMode(PWR_LOWPOWERREGULATOR_ON, PWR_STOPENTRY_...
Hello,I'm debugging the following piece of code that is executed as part of the fault handler:currentExceptionData.data.CFSR = SCB->CFSR;currentExceptionData.data.HFSR = SCB->HFSR;currentExceptionData.data.DFSR = SCB->DFSR; //TODO: Not copied correct...
Kudos given to