User Activity

Hi,I have configured my Nucleo-64 board with the STM32F030R8 with the STMCube software.The HSI is set as system clock (no PLL) and measured over the MCO pin (PA8). I will attach the main.c.The measurement you can see below.There are breaks within the...
Posted on February 24, 2016 at 16:02Hello together, I have some problems with the IWDG of the STM32F103RBT6. I hope you can help me. The initialization:   // Clear reset flags   if( RCC_CSR & (1 << 29))   {     RCC_CSR |= (1<<24);   }        /* Conf...