• PROGAM FOR INTERFACING LCD
    REQUEST TO SEND PROGRAM .
  • Multi-application progam issue
    Hi all, Now, I am writting a multi-application program. There are two projects (A, B). I have read some articles about " Application Note 180:Multi-Application Programming for 8051 Devices with PK51...
  • RTOS FOR LPC2138 IS NOT RUNNING ON PROTEUS
    Can anyone help please i started RTOS on lpc2138 i wrote code in keil , when i debug in keil the output is comming and hardware is also not at all a problem , i got output on hardware also but when...
  • Why this shift doesn't run?
    Hi, I've the following question about this code fragment: ... char BuffRX xdata UCHAR BuffRX[10]; idata unsigned short ValCRCcomp; idata unsigned short ValCRCappo; idata unsigned short ValCRCappo2;...
  • is this why the RTOS 'need' is so prevalent
    I just realized that when wait I/O is all over the place using a RTOS is a feasible workaround. Even the 'C' library is wait I/O ARGH. Is it the average coders inability to make no_wait_I/O that is the...