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

intrrupt

Hi to all

there is question in my mind about interrupt of LPC214x
i want to enable 3 IRQ and 1 FIQ interrupt and i fill all register which are needed.
but i don't know how many changes are necessary in start up file

for example these are function of my interrupts which i declared them:
Timer_IRQ()
EINT1_IRQ()
ADC_IRQ()
PLL_FIQ()

why i should change start-up file? is there any one tell me these changes?

thanks