Keil™, An ARM® Company

Discussion Forum

Keil monitor w/ user program in internal RAM?

Next Thread | Thread List | Previous Thread Start a Thread | Settings

DetailsMessage
Read-Only
Author
Harri Siirtola
Posted
2-Oct-2000 04:59
Toolset
None
New! 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
Read-Only
Author
Jon Ward
Posted
2-Oct-2000 08:35
Toolset
None
New! RE: Keil monitor w/ user program in internal RAM?

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

Next Thread | Thread List | Previous Thread Start a Thread | Settings