User Activity

I am looking for clarification re. the GPIO availability in Standby Mode.Table 26 in Reference Manual RM0444 (see below) seems to offer one of two (exclusive) possibilities:Without wakeup capability: wakeup pins are not available, but I/Os can be con...
Hello, this is my equipment: 1) MCU STM32G0B1RETx (LQFP64 packaging) on a custom board.2) STM32CubeIDE Version: 1.17.0.3) STM32CubeMX Version 6.13.0.For visual indicators (LEDs flashing) we use the TIM4 CH1 in OC Toggle mode (no output). The timer co...
Hello, the STM32G0 low-power state diagram (Figure 8 below) is in the ref. manual RM0444 on page 127.It shows that a direct transition from Run Mode to LP Sleep Mode is not possible.Questions:* Is there a simple method to transition from Run Mode to ...
Question about the above PWR_LPSLEEP example code.My test setup includes this:* STM32CubeIDE Version: 1.17.0, Build: 23558_20241125_2245 (UTC).* HAL library STM32Cube_FW_G0_V1.6.2.* NUCLEO-G0B1RE.The example code in main() reduces the clock frequency...
Hi, I implemented and tested the example TIM_OCActive, which is included in the  STM32Cube_FW_G0_V1.6.2 package, using a NUCLEO-G071RB and the STM32CubeIDE version 1.17.0. As the trigger signal for the oscilloscope I generated a 10 ms wide pulse by a...