• I have a problem with lpc2148 uart receiver (with interrupt)for bulk of data
    Hello Sir, when I use lpc2148 UART receiver interrupt then microcontroller is receiving value but if I receive bulk of data then data is lost and overrun occurs. what should my interrupt routine for...
  • I have a problem with lpc2148 uart receiver (with interrupt)for bulk of data
    Hello Sir, when I use lpc2148 UART receiver interrupt then microcontroller is receiving value but if I receive bulk of data then data is lost and overrun occurs. what should my interrupt routine for...
  • having problem with 8051 multi transmitter and single receiver
    these is regarding multi controller communication actually i am using one master that recieve from more than 1 slave which act as transmitter (all controller here are 8051). system works properly till...
  • having problem with 8051 multi transmitter and single receiver
    these is regarding multi controller communication actually i am using one master that recieve from more than 1 slave which act as transmitter (all controller here are 8051). system works properly till...
  • 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 ...