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

c-file befor startup code

How can I run a c-file bevor the usual startup code?

Which changes do I have to made in the startup code? I'm working with the lpc2214.

thanks in advance
JChris

Parents
  • "I want to fill the area between the stack and the heap to get to know if both areas are big enough for my project."

    So why do you specifically need a 'C' file to do that?

    Isn't that precisely the sort of thing that is far more appropriate in assembler?

    Why not just include this in the startup?

Reply
  • "I want to fill the area between the stack and the heap to get to know if both areas are big enough for my project."

    So why do you specifically need a 'C' file to do that?

    Isn't that precisely the sort of thing that is far more appropriate in assembler?

    Why not just include this in the startup?

Children