• debug STM32F103
    Hi everyone I'm kinda new to Keil and STM32 MCU I managed to build very small projects but now I want to try something more complicated and I would like to use the debug, especially the debug (printf...
  • STM32f103 IWDG
    Hey All, I was trying to use a watchdog for any potential software faults and then disable the watchdog before I put the board to sleep (so the board doesn't keep waking itself up). Is this possible...
  • GPIO
    can any one explain the difference between REGULAR PORT and FAST PORT in LPC2366.Thanks in advance.
  • Assembler references for STM32F103
    Hi Guys, can someone point me in the right direction for assembler programming on the STM32F103. I've been programming ATmega chips for years now in Assembler and now have started on ARM. I just love...
  • Timeperiod calculations in Stm32F103
    hai, In stm32F103,How can we calculate prescaler and time period. say for example i need 5 ms delay.so need procedure for it. how to selct prescaler ? TIM_TimeBaseStructure.TIM_Prescaler = 5; TIM_TimeBaseStructure...