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
You can't!
that's why it's called "start-up" code: it's required to get things started - and that has to happen before you can run any 'C' code!
You most certainly can! You just can't rely on a standards-compliant execution environment until the "start-up" code has provided it for you.