• uart interrupt receive read
    hi all, I want to read uart receive values. my interrupt is working. But for example when ı send 0x02, ı should light a led. I should understand the value. Can u help me please? my codes; #include ...
  • uart interrupt receive read
    hi all, I want to read uart receive values. my interrupt is working. But for example when ı send 0x02, ı should light a led. I should understand the value. Can u help me please? my codes; #include ...
  • Write & Read through UART
    Hi, I tried to write and read data through the UART pins using 'printf' and 'scanf' commands.The simulations in keil and Proteus seems to be OK but when I try to use the hardware the write string at...
  • Write & Read through UART
    Hi, I tried to write and read data through the UART pins using 'printf' and 'scanf' commands.The simulations in keil and Proteus seems to be OK but when I try to use the hardware the write string at...
  • RTE UART Driver read or write only 128 byte ?!
    Hi I manage to use RTE UART / USART Driver and it almost work fine but although I defined my own __USART1_TX_BUFFER_SIZE __USART1_RX_BUFFER_SIZE to 2048 (as it must be power of 2) my Driver_UART1.ReadData...