• Overlapping areas in MAP files
    Guys, I'm facing a bit strange problem. I'm not able to download the entire code (Hex file size : 48 K) using the uVision2 mon251 dll though I'm able to do the same for code of smaller sizes. After...
  • Code Area
    How do I set my c51 keil to a compact memory model?
  • RAM in Code memory area
    Note: This was originally posted on 20th June 2011 at http://forums.arm.com Hi, My board has 32K SRAM in the code memory area (within the first 0.5G), also has the same size of build in SRAM in data area...
  • Two different code area?
    Hi all , I want to run program which has some 2 different code area. In the example that I have written below CODEAREA1 gets executed until I branch to CODE AREA2….after branching to CODEAREA2 I am getting...
  • Use 251 library in C51 project?
    Hi, I have a library built for the 251 that I'd like to use in a C51 (RE2) project. Is there anyway to convert the library to C51 format? Assuming that I do not have the source code of the library. ...