User Activity

I am trying to implement output capture using the LL APIs but cannot get it to blink the LED every one second on the NUCLEO board, however, I cannot get it to blink at all. Is there a register I missed?Here is my code:#include "stm32c0xx_ll_bus.h"#in...
Trying to get started with a Nucleo board and STM32CubeIDE. I added directories via Paths and Symbols under Includes, however, the folders/directories (STM32C0xx Include, CMSIS Include, HAL Driver Inc) show as empty in the IDE. How can I fix this?