• POLLING
    Hi all How polling is done in the C code ? Do I need to use interval timers for that ? Elico
  • UART Communication: Polling or Interrupt?
    There are basically two ways to interface UART in 8051: 1) Receive by polling the RI register in the main() loop, Transmit by using printf finction. Advantage: it's easy. Disadvantage: it's tricky as...
  • polling in LPC2378
    Hi!! I am a newbie to ARM7 microcontrollers, and i am going to work on the LPC2378. I have read a little bit on programming th microcontroller, and i can now comfortably flash LEDs. But, now i want to...
  • uart interrupt on str9 without polling
    Hi , I am looking for the code for uart0 for STR9 in which wnen ever I send some character form the terminal it should just jump to the interrupt handler print taht character then come back can any...
  • STR9 uart interrupt without polling
    Hi ' I am using STR912Fw44 based board I want a code of uart that should jump to the interrupt handler whnn come character is typed from keyboard and print that and comes out from interrupt handler...