• 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...
  • 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...
  • Re: DMA with USART1 & USART2
    I m tying to do FIFO emulation using DMA with USART1 and USART2 in circular mode. The target that i m using is STM32F103VBT6. My application requires that the data received in the USART1 is to be...
  • Re: DMA with USART1 & USART2
    I m tying to do FIFO emulation using DMA with USART1 and USART2 in circular mode. The target that i m using is STM32F103VBT6. My application requires that the data received in the USART1 is to be...
  • 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.