• 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...
  • Use SWO on STM32F103 , example etc
    I have board with STM32F103 with SWD (Serial wire debug) including SWO (Serial Wire Output) for debugging have ULINK 2 and Segger J-Link. I would like SWO used to output debug information, unfortunately...
  • STM32F103 example for RL USB CDC
    Hello, can Keil provide example for RL USB CDC (based on STM32F103) ? Thanks in advance
  • 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 GPIOs
    Hi, I need to write 16bit value to pins: PB0(0),PB1(1),PA2(2),PB3(3),PB4(4),PB5(5),PB6(6),PB7(7),PB8(8),PB9(9),PC6(10),PC7(11),PB12(12),PB13(13),PB14(14),PB15(15) (STM32F103). Is there someone...