• USART RECEIVE BUFFER INITIALIZE
    hello i am using the CMSIS USART DRIVER to communicate with a BT module, i am using a stm32f205vft6. when setting the usart interface to receive data , the buffer is always appended with data...
  • Send and receive simultaneously via USART
    Hello Here is my USART's settings: USART_InitTypeDef USAR; GPIO_InitTypeDef GPIOStruc; RCC_APB2PeriphClockCmd(RCC_APB2Periph_GPIOB |RCC_APB2Periph_AFIO,ENABLE); RCC_APB2PeriphClockCmd(RCC_APB2Periph_USART1...
  • Hard Fault at send and receive simultaneously with USART & Ethernet
    Hello Here is my circuit diagram obrazki.elektroda.pl/3624808600_1477118608.jpg Here is my program volatile unsigned char flagSerial; volatile unsigned char flagEthernet; volatile unsigned...
  • usart
    can the usart port act as both input as well as output port at the same time.
  • USART
    Hi I'm having issue getting the data send from the usart1; I initialised properly, but the problem is not the rightdata is display on my PC terminal; I'm using stm32f407VG #include "stm32f4xx.h"...