User Activity

I am using an stm32c011 MCU and want to put my device into standby mode and then periodically wake it up (every 30s or so).I have seen guides which use the RTC to do that, but cube mx doesn't show me a WakeUp option on my RTCAm I missing something or...
I have created my first PCB with a STM32C011F6P6 on it, but I am not able to measure a GPIO I set high from my testpoint.I am setting PB6 high the following way:I flashed the code to the MCU via the cube ide and it told me that everything went fine.T...
I have made a PCB with the STM32C011F6P6 on it and am trying to program it via an ST-LinkV2. While trying it out yesterday, it connected just fine with the cube programmer. Now I am trying to do the same thing again, but both the cube programmer and ...
I want to use input capture mode in my stm32l432kc nucleo-32 board to measure the length of a signal from a sensor of mine. I have set it up the following way:int main(void) { // ... MX_USART2_UART_Init(); MX_TIM16_Init(); HAL_TIM_IC_Start_IT...
I am unable to find documentation on the different registers for hardware. I see registers like `TIM2->CCR1` mentioned everywhere, but I can not seem to find docs for it.Does someone have an idea where I can find the documentation for registers and f...
Kudos from
Kudos given to