• USART Char Send problem
    Hi… I am transferring “TEST” string from the USART 1 to the hyper terminal. But at hyper terminal end I get only the char “T”. After that microcontroller unable to transfer the data. Please go through...
  • USART Char Send problem
    Hi… I am transferring “TEST” string from the USART 1 to the hyper terminal. But at hyper terminal end I get only the char “T”. After that microcontroller unable to transfer the data. Please go through...
  • 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...
  • 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...