• To check external memory location
    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...
  • simulating external memory
    when i execute code for external memory in the simulator it is showing a data abort error.the code compiled without error.i specified the external memory location in the target option.But the problem...
  • Can I Simulate External Memory?
    I'm using uVision to test a program I am writing for a project and I was wondering if there was anyway I can put value in some sort of external memory so I can test that my program is reading from those...
  • simulating external memory with out P2 addressing
    I'm trying to simulate a simple design (written in assembler), in uVision4, that has a few memory mapped peripherals and uses P2 for GPIO. In "options for target" I set "Off-chip Ddata memory" to: Start...
  • Locating Variables to Specific Memory Location
    I wish to locate a structure to a specific memory range in External RAM. No other data can be allowed to use this memory range. What I am trying to do is to re-claim RAM for other purposes using...