Hi,
I am using Ashling EPKSC Emulator with uvision. I am trying to run MAP command {it allows memory map to be defined} on it but I am getting error "Command not supported in target mode".
In fact dscope manual says that when MAP command is given without any parameters it shows current memory map but I am getting same error when I type just MAP. I think I need to do some setting change. Any idea what I am missing?
Thanks
Regards, Anshul
The MAP command only works when using the uVision simulator. It does not work with the emulator and target hardware. The reason should be a little obvious. The memory map of the target hardware is defined by the hardware design and usually cannot be changed by software. For example, if you map Flash memory from address 0x100000 to 0x1FFFFF, you generally can use a software command to change that to RAM.
Jon