• How to change the DATA memory usage ?
    Dear all, I have one question about DATA memory usage. Original situation:(quoted from .m51 file) ... fno = 0x00;iflag=arg2; // C-code and below is machine code C:0x0E38 78A1 MOV R0,#fno(0xA1...
  • part memory usage?
    How do I view how much program and ram space a compiled program will use? I'm looking for something like a memory map such as is provided by other tool sets. I've been able to figure out the program...
  • Usage of memory model large
    hi, I am using the external data memory (xdata) to store some variables,since my internal data memory(256 bytes)overflows. The test case executes without error for small memory model(If i remove...
  • Usage of CAN memory
    I am involved in c515c software development activity. i would like to know if I can make use of 256 bytes of data memory taken up by CAN (I am not using CAN in this case) as XRAM area. So in all XRAM...
  • How to minimize data memory usage in programm
    Hi, I am using p89v51rd2 micro controller,Kiel software for my application. when i built my program it is showing that Program Size: data=12.2 xdata=626 code=44379 creating hex file from "SGW"... "SGW...