This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

adding startup file

Can anyone please tell me how to add startup file in keil version 4?

Parents
  • 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>
    

Reply
  • 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>
    

Children