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

start up file

Hi.
I need some reference for start up file in keil uvision.
some information about keil assemble code and about all of thing I need to I can writing start up file.

thank you.

Parents
  • Actually, the startup file is to do with the Compiler - not uVision.

    Did it occur to you to look at the Manuals:

    http://www.keil.com/support/man/

    The one called the "Primer" would seem the obvious place to start.

    It has a section about configuring startup code...

    " ... writing start up file"

    as Tamir says, it's most unlikely that you actually need to write the startup file - take one of the existing files, and just modify it to suit your requirements
    (it might not even need modification)

Reply
  • Actually, the startup file is to do with the Compiler - not uVision.

    Did it occur to you to look at the Manuals:

    http://www.keil.com/support/man/

    The one called the "Primer" would seem the obvious place to start.

    It has a section about configuring startup code...

    " ... writing start up file"

    as Tamir says, it's most unlikely that you actually need to write the startup file - take one of the existing files, and just modify it to suit your requirements
    (it might not even need modification)

Children