• 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...
  • 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...
  • RCC->AHBENR the symbol -> it's meaning
    what does the symbol " -> " mean in KEIL MDK? RCC->AHBENR |= RCC_AHBENR_GPIOAEN; also list of all syntax symbols used in KEIL MDK. I am trying to do one project in ARM Cortex M0(STM32F0 R8). please...
  • RCC->AHBENR the symbol -> it's meaning
    what does the symbol " -> " mean in KEIL MDK? RCC->AHBENR |= RCC_AHBENR_GPIOAEN; also list of all syntax symbols used in KEIL MDK. I am trying to do one project in ARM Cortex M0(STM32F0 R8). please...