• Virtual registers STM32F103RB
    This is a continuation of the old and now locked thread: http://www.keil.com/forum/59594/ Before spending a full day with Google, it might have been a good thing to spend a couple of minutes on...
  • STM32F103RB ADC CODE
    I'm trying to write a code for ADC but there are 2 problems: 1.''ADC_CommonInitTypeDef ADC_CommonInitStructure;'' something is wrong in there. Should i add a library?. I've added "stm32f10x_adc.h...
  • Back up battery for RTC of STM32F103RB
    Dear friends, I have a problem when reading counter register of RTC in STM32F103RB. After resetting the MCU, the value starts from zero. I have a 3V backup battery connected to VBAT pin. My code to...
  • STM32F103RB problem with TIM2 interrupt on DMA USART
    Hi, I am having problems with STM32F103RB in MCBSTM32 with Keil UVision. I am trying to use the TIM2 interrupt on DMA USART with tasks. The problem is that the interrupt never happen. Sure that I am...
  • Stucking at breakpoint
    Hi, sometimes the debugger stucks at a breakpoint and even if I use single-step, step-over or just run the program, the PC does not change. Deleting the breakpoint does not fix the problem. I have...