• 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...
  • 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...
  • Uart interrupt read
    Merhabalar, uart interrupt almasını okumak istiyorum. Benim kesintim çalışıyor. Örneğin 0x02 gönderiyorum. bu değeri görmek istiyorum. mesela 0x02 aldığımda led yakabiliyorum. şimdilik kesintiye uğradığımda...
  • UART interrupt routine
    hi guys, can i have some help regarding the given code below. in the code i am capable of using the interrupt based receiving. but i have to tell how much byte i m sending. Now i wish...