Hi!
What settings are necessary to run a program in stand alone mode (without the ulink)? I'm new to Keil uVision and the ADuC 70xx (arm7 core).
typically, you would download the program to the on-chip or on-board Flash memory of your target hardware. Then, each time you power-up the device, the program would begin running.
Take a look at the ULINK manual for more details on downloading to Flash:
www.keil.com/.../ulink_su_downloading.htm
Jon