How can I download/start program into/from SRAM (not FLASH) with uVision? I have DK-ARM and ADuC7020 QuickStart Kit. Thanks. Dr. Tychinsky.
Basically you can also load to RAM. However we do not have a prepare example (since with 8K RAM you cannot load anything that is useful). Take a look to the example: C:\Keil\ARM\Boards\Keil\MCB2130\Blinky. There you can find a target which is configured for RAM. The same should work on the ADuC board. Reinhard