How can I download/start program into/from SRAM (not FLASH) with uVision? I have DK-ARM and ADuC7020 QuickStart Kit. Thanks. Dr. Tychinsky.
The ADuC7000 series has just 8K RAM and therefore loading a program to RAM makes only little sense. I suggest that you debug the code using the simulator before you rush to hardware. In this way you can save a lot of time. Reinhard
I need to debug drivers for real hardware, in particulary, uart-net. I think simulator does not allow full options. However does uVision allow to download into SRAM?
"I need to debug drivers for real hardware, in particulary, uart-net. I think simulator does not allow full options." The simulator can use the PC's COM port for UART simulation - so you can connect your simulation to real external devices. This is an ideal way to debug serial protocols.
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