<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.arm.com/utility/feedstylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>problem LPC2148 VIC IRQ request</title><link>https://community.arm.com/developer/tools-software/tools/f/keil-forum/29865/problem-lpc2148-vic-irq-request</link><description> 
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 ? 
 </description><dc:language>en-US</dc:language><generator>Telligent Community 10</generator><item><title>RE: problem LPC2148 VIC IRQ request</title><link>https://community.arm.com/thread/80863?ContentTypeID=1</link><pubDate>Mon, 31 Dec 2012 03:04:21 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:dc8ede26-0805-4e29-a815-4ad512eb29a1</guid><dc:creator>gaurav upadhyay</dc:creator><description>&lt;p&gt;&lt;p&gt;
TIMER0 Match 0 - 3 (MR0, MR1, MR2, MR3) 4 0x0000 0010 Capture 0 -
3 (CR0, CR1, CR2, CR3)&lt;/p&gt;

&lt;p&gt;
sir i am also confused. i just want to ask that when we use above
code then according to manual slot 1 assign to TIMER 0 . HOW
????????&lt;/p&gt;

&lt;p&gt;
for example according to second line (Connection of interrupt
sources to the Vectored Interrupt Controller (VIC)) VIC CHANNEL # IS
4 AND HEX MASK IS 0X00000010&lt;br /&gt;
HOW WE GET THESE TWO VALUES FROM SINGLE CODE VICVectCntl1 = 0x20 |
4;???????????&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: problem LPC2148 VIC IRQ request</title><link>https://community.arm.com/thread/67958?ContentTypeID=1</link><pubDate>Mon, 31 Dec 2012 01:38:40 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:f190b5d8-2890-498d-9fa2-010b66e17efd</guid><dc:creator>ImPer Westermark</dc:creator><description>&lt;p&gt;&lt;p&gt;
How to get _what_ value?&lt;/p&gt;

&lt;p&gt;
Have you checked the user manual for the processor? Specifically
the registers for the VIC? You can enable, and poll, interrupt state
for all channels.&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>