We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
has anyone created a startup code for lpc2468 in Keil GNU . I tried creating one. But have problems with the interrupt. The ISR is not getting serviced. Dont know why. I've given the following LDR PC, [PC, #-0x0120] /* Vector from VicVectAddr*/ as suggested. but it still aint working. The code worked properly with the Keil ARM compiler but not with the GNU compiler in KEIL. Do you have any suggestion on what to do to make it work. Thankyou.
"The code worked properly with the Keil ARM compiler but not with the GNU compiler"
I don't think startup code should ever be expected to be portable...?