Arm Community
Site
Search
User
Site
Search
User
Support forums
Keil forum
To check external memory location
State
Not Answered
Locked
Locked
Replies
1 reply
Subscribers
19 subscribers
Views
1142 views
Users
0 members are here
Microcontroller (MCU)
Options
Share
More actions
Related
How was your experience today?
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
To check external memory location
shashi RAMACHANDRA
over 23 years ago
unsigned char xdata temp _at_ 0x8000; temp= 0xab;
In the above program, using the DEBUG MODE, how do I see the external data memory contents.In the above example
" ab" at location 0x8000.
PLEASE HELP ME ON THIS
BY USING THE WATCH MEMORY IN DEBUG MODE
I AM ABLE TO ACCESS THE CODE MEMORY, BUT NOT EXTERNAL DATA MEMORY
0
Quote