• 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;...
  • how to store data
    Hi, I am using keil C compiler using AT89S8252 as target device. I am good at assembly but a beginer for C language. Using C language, I need to know how do we store and retrive the data in code and...
  • Storing data after reset
    Hello all, We have with us a AT89C51ED2 board with an external AT29LV020 flash. We have our CODE in the external flash. There are two types of data that we want to retain between system resets....
  • How to make use of xdata space when combining C lang and Assembly
    Hello Sir, This is Vijay Manohar. I am trying to add C code to the already existing code. Assembly code also making use of XDATA space. As I was getting memory overflow problems, I have been...
  • is there a way to just insert a piece of assembly lang code in keil c
    i am interested to know if , in keil c there is an option to insert a piece of assembly code into a c program as in sdcc where there are options like _asm ....codes and _endasm; k.vigneswaran