need to guide on startup code

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

need to guide on startup code

1,617 Views
girishrevadigar
Contributor I
Dear sir/ madam,
 
         I am fresher with working on the HCS08GT60 micocontroller, i need to understand properly that how the startup code works? and from where the exact code start running(what is the first instruction that runs in the beginning?). Please can anybody guide me where to get the necessary study material regarding all these startup file descriptions?
Please help me out.
Labels (1)
0 Kudos
2 Replies

347 Views
CrasyCat
Specialist III
Hello
 
First of all, which development tool chain are you using (CodeWarrior, .....)?
Startup code is vendor specific. It is completely different depending on the compiler vender you are using.
 
CrasyCat
0 Kudos

347 Views
OldMan
Contributor I
I am a newbie here and do not know much. But if I were you, I would search CW for source code of
"startup" or "CRT0". I would also disassmble the code pointed by the reset vector with debugger.
0 Kudos