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
  • So get on and take up your challenge, then!

    Don't just sit there expecting others to do your research for you - where's the challenge in that?!

    "gcc start up code is not portable"

    Isn't it?

    Have you actually looked?

    Have you thought about how the "compiler specifics" could either be made non-specific, or ported to the specifics of Keil...?

Reply
  • So get on and take up your challenge, then!

    Don't just sit there expecting others to do your research for you - where's the challenge in that?!

    "gcc start up code is not portable"

    Isn't it?

    Have you actually looked?

    Have you thought about how the "compiler specifics" could either be made non-specific, or ported to the specifics of Keil...?

Children