• STM32F103 change startup file from startup_stm32f10x_md.s TO startup_stm32f10x_cl.s
    Hi, I'm using STM32103C8 board, during creating program in manage run time environment I select CMSIS and startup under DEVICE then it creates "startup_stm32f10x_md.s" startup file. Can I change it...
  • 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...
  • 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...
  • Setup Startup and main to run only in RAM
    Hi: I am new at programming the ARM device (LPC2194) and the Keil tools. I am writing small programs to learn with but am having no success at getting them to run because I don't have a license from...