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

Keil monitor w/ user program in internal RAM?

Where could I find information about which portions of memory the Keil monitor uses?
What should I preserve for it when linking my program, other than the serial interrupt?
Thanks,
Harri


  • Where could I find information about which portions of memory the Keil monitor uses?


    Probably the best place to start looking for assistance is the Support Solutions Knowledgebase at:

    http://www.keil.com/support

    Both the 8051 and 166 monitors use the memory you specify when you configure them.

    The following shows how to configure the 8051 montitor:

    http://www.keil.com/support/docs/1221.htm

    The following shows how to configure the 166 monitor:

    http://www.keil.com/support/docs/1243.htm


    What should I preserve for it when linking my program, other than the serial interrupt?


    Typically, you only need to reserve the interrupt vectors for the serial interrupt as well as the memory area that the monitor uses (so your program doesn't overwrite it and crash the monitor).

    Keil Support