Can anyone please tell me how to add startup file in keil version 4?
thank you for your help.. finally I created a startup file.
The tabs for configuration/text are only shown for source files that happens to have special configuration wizard markup in comments.
An example of configuration wizard markup from an assembly file:
;// <e> Clock Setup ;// <h> System Controls and Status Register (SCS) ;// <o1.4> OSCRANGE: Main Oscillator Range Select ;// <0=> 1 MHz to 20 MHz ;// <1=> 15 MHz to 24 MHz ;// <e1.5> OSCEN: Main Oscillator Enable ;// </e> ;// </h> ;// ;// <h> Clock Source Select Register (CLKSRCSEL) ;// <o2.0..1> CLKSRC: PLL Clock Source Selection ;// <0=> Internal RC oscillator ;// <1=> Main oscillator ;// <1=> RTC oscillator ;// </h>
actually my keil is not showing any tabs (configuration/text)
I consider that you have MDK-ARM V4.xx installed. See: www.keil.com/.../uv4_ca_config_start_code.htm http://www.keil.com/support/man/docs/gsac/gsac_strtupcodearm7.htm www.keil.com/.../gsac_startupcodecortex.htm
View all questions in Keil forum