This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How I can customize the build for target with a specific location of code memory?

Hi all,

Please help ..
I am coding program using KEIL's C51. My problem is at every build the build process start the coding from C:0x0800 address onwards. I want to change this location to C:0x0100. How I can do this?

Sham

Parents
  • "My problem is at every build the build process start the coding from C:0x0800 address onwards"

    That'll be because you're using the free evauation, aren't you?

    So it's not a "problem" - it is behaving exactly as described:
    http://www.keil.com/demo/limits.asp
    (C51 tools; 6th bullet point)

    "How I can do this?"

    Buy the full version!

    http://www.keil.com/product/ordering.asp

    Remember: nobody ever gives away a completely unrestricted version of any commercial product - there is always some limitation.
    Therefore you must always be sure to understand the limitations and/or restrictions before using any "free evaluation" of anything!

Reply
  • "My problem is at every build the build process start the coding from C:0x0800 address onwards"

    That'll be because you're using the free evauation, aren't you?

    So it's not a "problem" - it is behaving exactly as described:
    http://www.keil.com/demo/limits.asp
    (C51 tools; 6th bullet point)

    "How I can do this?"

    Buy the full version!

    http://www.keil.com/product/ordering.asp

    Remember: nobody ever gives away a completely unrestricted version of any commercial product - there is always some limitation.
    Therefore you must always be sure to understand the limitations and/or restrictions before using any "free evaluation" of anything!

Children