User Activity

Hi together,I am trying to enter standby mode on my stm32wb15 during ble application using the following code:void UTIL_SEQ_PreIdle( void )   {   if(Custom_App_Context.current_state == APP_SLEEP_STATE){   HAL_SuspendTick();   if( (LL_PWR_IsActi...