• 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...
  • 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 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...
  • Timer interrupt on stm32f103
    The weather is fine, so I'm having a little suprise with timer interrupt on update event. I thought that if timer is configured to count up, update event will occure just after the overflow, i.e. when...