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
  • For instance, a ram test coded in C could be called before the startup code initializes the static C variables

    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.

    That means I have to run this c-file after the startup code and befor the main function. How can I do that? Where is the right place and the right call for the function?

    JChris

Reply
  • For instance, a ram test coded in C could be called before the startup code initializes the static C variables

    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.

    That means I have to run this c-file after the startup code and befor the main function. How can I do that? Where is the right place and the right call for the function?

    JChris

Children