• 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...
  • 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 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...
  • 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...