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

problem LPC2148 VIC IRQ request

For example, the following two lines assign slot 0 to SPI0 IRQ interrupt request(s) and slot
1 to TIMER0 IRQ interrupt request(s):
VICVectCntl0 = 0x20 | 10;
VICVectCntl1 = 0x20 | 4;

HOW TO GET VALUE OF VIC CHANNEL(10,4)?CAN YOU EXPLAIN ?

0