We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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.
what you need is:
* an existing file (example) * processor user manual (how does the processor startup?) * assembly manual
no magic wands here. read, learn, play.
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)
one more link:
http://www.keil.com/support/man/docs/gsac/GSAC_StrtupCodeARM7.htm
thsnk you for all reply. When I understand how can write start up file I will make a program that help people to write startup file!!!
IT's very necessry!:D
"IT's very necessry"
Is it?
Don't Keil give you enough with the provided examples?
See your previous thread on the same subject: http://www.keil.com/forum/docs/thread16418.asp