• RTX STM32F103 Stop standby modes
    How can I implement stop and standby power modes with RTX RTOS? Power modes are working fine if used without RTX. With RTX I am getting hard fault exception. Any examples for stop and standby modes...
  • Operating Systems
    Hello, I seen the C251 Development Tools, as in large programs RTOS is required; in C251, which RTOS we have to use; Same as RTX51 (Full) or not available.
  • how to unlocking pin stm32f103
    Hi, i'm fai I learning stm32f103 programming, and I'm confuse, I want using void GPIO_PinLockConfig(GPIO_TypeDef* GPIOx, u16 GPIO_Pin) . How to unlocking pin after I using it? please help...
  • 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...