User Activity

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...
I am using a NUCLEO-G071RB, STM32CubeIDE v1.17.0, and STM32Cube_FW_G0_V1.6.0 with patch STM32Cube_FW_G0_V1.6.2. I compiled and downloaded the timer example TIM_OCActive.Please confirm that the four output signals turn permanently active (high) after ...
I downloaded the firmware STM32Cube_FW_G0_V1.6.2 for testing code using the development board NUCLEO-STM32G071RB. However, the folder ../Drivers/BSP/STM32G0xx_Nucleo is missing. Where can I obtain it and the nucleo-specific files?Thank you!
This is a question about programming style, preferences, efficiency, and risk.We are working on a state machine were multiple conditions are checked for a potential state transition. We are debating what is better, safer, more efficient, or simply mo...