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
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?
What is the difference between
StartCode(); main(); and void main (void) { StartCode(); ....
Erik