• Simulated Peripheral DLLs - AMD flash
    Anyone have a simulated peripheral DLL for an AMD-compatible flash memory that they'd be willing to share? (Is there a library of such add-ons for the uVision simulator? I found the app note (154...
  • Not storing the data from SBUF
    Hi MCU is recieving the data from other MCU& i am unable to store the data using SBUF..so pls help me.. only the last byte is receiving again & again... thanks here my source code p = 0;...
  • calling C from Assembly
    I am trying to learn to call some C floating point routines from Assembly. I am quite proficient in writing Assembly programs which | have done commercially for many years. I have read the < http:...
  • Construct a byte from bits
    Hello everybody, I am very new to C language. In my project I get data serially from a port pin. I want to save the first 8 bits to one variable, another to second & so on. In all I want to save...
  • Link function from ROM
    I want to write a small OS for 8051 (ROM Based). The initialization code needs to be placed in ROM let at the starting address. Next, the user needs to write the code such that the initialization functions...