• setting RCC of STM32F103
    Hi, I have set PLL of STM32F103RE chip with the following function to 36Mhz, but the operation frequency is much lower?? void Config_clock(void) { /* SYSCLK, HCLK, PCLK2 and PCLK1 configuration...
  • setting RCC of STM32F103
    Hi, I have set PLL of STM32F103RE chip with the following function to 36Mhz, but the operation frequency is much lower?? void Config_clock(void) { /* SYSCLK, HCLK, PCLK2 and PCLK1 configuration...
  • Read /write on rcc clock register
    Hey geeky folks, I am facing the issue in writing the values on RCC clock configuration register. Which would be more efficient? direct binary writings, using pointers, bit fields. I don't understand...
  • Any Idea about setting RCC regs!!
    Hi, After setting of the RCC registers like those in many examples in the web I found, I see that a toggling led does not match with the frequency of STM32f103RE. I have set the PLLmul to 9 and HSE...
  • Read /write on rcc clock register
    Hey geeky folks, I am facing the issue in writing the values on RCC clock configuration register. Which would be more efficient? direct binary writings, using pointers, bit fields. I don't understand...