• uart interrupt
    Hi everybody, Could you please help me: i need to use an uart interrupt routine in a RTX code. I've already found some examples for the uart interrupt routine, but i cannot make it work using tasks...
  • uart interrupt
    hello dear all, i am working on a project about uart interrupt. I want to send a hex file or number and show that on my LCD but i can't show any thing on my LCD i dont know whats my problem. i write...
  • uart interrupt
    hello dear all, i am working on a project about uart interrupt. I want to send a hex file or number and show that on my LCD but i can't show any thing on my LCD i dont know whats my problem. i write...
  • uart interrupt
    Hi everybody, Could you please help me: i need to use an uart interrupt routine in a RTX code. I've already found some examples for the uart interrupt routine, but i cannot make it work using tasks...
  • LPC2148 UART interrupt
    I am using LPC2148 with SIM800L on UART1 using interrupt. When I use memset(buff, 0 , sizeof(buff)); in line "75" at first the program works fine but when while(1) loop runs again it prints error over...