• How to determine the actual usage for XDATA?
    Hello, I have a project with 512K flash for code and 64K SRAM for XDATA. After compiling with PK51, I got following infos about program size: "data=188.0 xdata=51140 const=166971 code=203033". ...
  • 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 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...
  • 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...
  • How check memory usage?
    Hi, I'm new to this compiler. My application behaves strange using a AT89C51CC03. I would like to have some tips on how to check if data or xdata usage is not exceeding processor memory. I checked...