User Activity

I have been working on a self learning project with STM32G431 controller. I am having trouble switching on the PLL to get 170MHz.When I use the CubeIDE, I get the 170MHz clock. Given below is my code on how I am trying to Initialize the PLL//PLL sett...
Posted on March 10, 2018 at 18:54 Started asimple blinky withSTM32F103C8 (bluepill board). Changes I made after the code generation by Cube are as follows main.h volatile static uint32_t TickerCounts = 0;�? stm32f1xx_it.c void SysTick...