• View USART1 in Debugger??
    Hello, New with STM/Keil don't "kill" me. (I already went true a lot of documentation) But now I took the next step "Hello" on Uart1. Configured all settings with STMCUBE Then added this code in...
  • USART1 tx problem
    Hi guys .. i am not getting proper output on HT for transmission of character from STM32f4xx discovery board . please let me know where i am wrong. I am using Teraterm HT for Serial Communication on...
  • STM32, printf wiindow and USART2 to printf
    Hello, I got PCB where a Bluetooth modul is SMD mounted at USART2 and a STM32F103ZE T6 (High Density). I'm using Keil + cmsis + stlib3.5.0 I'm trying to get the BT Modul working. For that I...
  • STM32F103VCT USART2 False Reception issue
    Hi, I would need 3 USARTs for a project (I am using stm32f103vct6 microcontroller). One USART is already functional properly which is USART1. I am trying same with USART2. Transmit is working fine...
  • In Stm32f4 i am using USART1. in USAT1_rx how to configure the gpio pin?
    1) if i use GPIO_Mode = GPIO_Mode_AF; then how to configure the GPIO_OType? 2)Generally what are the cases that PUSH_PULL will be used? Can any one Please help out.