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

How to write startup file in C for cortex m3 using keil real view compiler

I am trying to write startup code in C for lpc2148 using arm real view compiler. please kindly help me.

Parents
  • yes the start up file from keil works perfectly and gcc start up code is not portable since its compiler specific. There is a challenge for me to write start up code in C for real view arm compiler and i personally like to do that to understand how stack initialization and vector table initialization can be done in C. Kindly help me how to do it and where to start it.

Reply
  • yes the start up file from keil works perfectly and gcc start up code is not portable since its compiler specific. There is a challenge for me to write start up code in C for real view arm compiler and i personally like to do that to understand how stack initialization and vector table initialization can be done in C. Kindly help me how to do it and where to start it.

Children