User Activity

Hi there. I am using the STM32L4S9ZIY6TR MCU (just because its MIPI-DSI 2 lanes properties) . But when i try to configure the pinout with the ST Cube application, the DSI_MIPI is not selectable. What i am doing wrong? Thank you so much in advance !
Hello all!I am trying to play with the deep sleep mode of the stm32g031f8p6.Now i am using this: To sleep:  SystemClock_Decrease();  HAL_PWREx_ControlVoltageScaling(PWR_REGULATOR_VOLTAGE_SCALE2);  HAL_PWREx_EnableLowPowerRunMode();To wake up: HAL_PW...
Hello everyone, I am trying to read one pin with the HAL libraries, but i can not. This is my configuration:  1) I want to read the "BUTTON" pin ( PB3/PB4/PB5/PB6 ) 2 I am doing this:  GPIO_InitStruct.Mode = GPIO_MODE_INPUT; GPIO_InitStruct.Pull = GP...