I'm using an ARM7 Philips LPC2294. The cstartup.as file that came with the sample programs works fine with the sample programs, but has anyone needed to add information to this file when they tried their own programs? Did you have to add the definitions for mode bits, interrupt flags, stack size and write the assembly code for the IRQ, FIQ and other exceptions? I have an interrupt-driven uart program that works with another compiler, but not this one, and I need it to work with this one, the HI-TIDE ARM-C Compiler. The startup code for the other compiler includes the mode bits, interrupt flags, etc. Just wondering if anyone had to add that information to the startup code for this compiler.
Thanks, Marc
|