Help me please to set the External Memory ranges (Target Options) from uVision according to the following Memory Map(KitCON161). I need settings for both modes.
MODE = 1 (flash programming): 00:0000h -> 03:7FFFh - FLASH 03:8000h -> 03:FFFFh - 32kByte Bootblock 04:0000h -> 0F:FFFFh - Mirror Image of the FLASH 10:0000h -> 10:FFFFh - RAM 11:0000h -> 1F:FFFFh - Mirror Image of the RAM 20:0000h -> 2F:FFFFh - I/O1 30:0000h -> 3F:DFFFh - I/O2 3F:E000h -> 3F:FFFFh - /RD > USR Mode MODE = 0 (debugging with monitor which is downloaded via bootstrap loader): 00:0000h -> 00:FFFFh - RAM 01:0000h -> 0F:FFFFh - Mirror Image of the RAM 10:0000h -> 13:7FFFh - FLASH 13:8000h -> 13:FFFFh - 32kByte Bootblock 14:0000h -> 1F:FFFFh - Mirror Image of the FLASH 20:0000h -> 2F:FFFFh - I/O1 30:0000h -> 3F:DFFFh - I/O2 3F:E000h -> 3F:FFFFh - /RD > USR Mode
Thank you.
P.S.: I read some threads about this subject. I tried some ranges, but the target doesn't work(debugging on target/normal execution) as I expect because I didn't define correctly.