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...
Posted on February 25, 2016 at 15:31Hi, thank you, b) was the reason why it doesn't work! The NRST pin was connected directly to 3.3V. I think it should work with a series resistor between NRST and 3.3V. Best regards FD