• POLLING
    Hi all How polling is done in the C code ? Do I need to use interval timers for that ? Elico
  • 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...
  • libray fun
    hi sir, i am new to stm32,i am trying to do coding using libray functions , but i am unable use those header files,can you please tell me the procedure...
  • 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 for a key press
    Hi, i am using a stellaris launchpad micro controller and i want to poll one of my switch's for a press. I have configured all the necessary ports and everything but i cant get it to work. I know that...