• USART not receiving
    Hi, I'm using the MCBSTM32E development board equiped with an STM32F103ZE microcontroller. I configured the USART2 transmitter according the Reference Manual and it works fine. I configured...
  • receive data in buffer uart1
    hi.. I am using LPC2387 board. By using sample code of UART1 i am trying to store data in buffer. I am sending Data using .exe Data sent by .exe is in byte. but I cant store this data in buffer...
  • Receive Buffer lpc1768
    Hey, I tried to debug your example with the CAN-Bus (cantest.c). (1) there are two counters CAN1RxCount and CAN2RxCount but there are never requested (2) When I debug this program I have always...
  • 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...
  • RL-TCPnet - receive buffer length
    while receiving over UDP from PC to ARM, in the udp_callback function how to determine the total number of bytes received in the receive buffer (the parameter U8 *buf is the pointer to the memory where...