<?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>S3C2440 Interrupt problem</title><link>https://community.arm.com/developer/tools-software/tools/f/keil-forum/24903/s3c2440-interrupt-problem</link><description> 
Hi all, 

 
I am developing program for UART0 with Interrupt. 

 

void uart_init(void);
void uart_transmit(void);
void uart_interrupt_init(void);
void dely(U32 tt);
static void __irq Uart0RxInt(void);

char data,flag=0;

static void __irq Uart0RxInt</description><dc:language>en-US</dc:language><generator>Telligent Community 10</generator><item><title>RE: S3C2440 Interrupt problem</title><link>https://community.arm.com/thread/57277?ContentTypeID=1</link><pubDate>Wed, 18 Nov 2009 05:12:24 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:7453c38d-0b0f-4b5d-93cd-4fd0cc1a6d3c</guid><dc:creator>ImPer Westermark</dc:creator><description>&lt;p&gt;&lt;p&gt;
What is Dummy_isr error? Your code does not contain any symbol
with that name.&lt;/p&gt;

&lt;p&gt;
By the way - the lack of formatting indicates that you have
already done some bad copy/paste of that code making it
unreadable.&lt;/p&gt;

&lt;p&gt;
You shouldn&amp;#39;t have taken the broken code from your previous
thread. You should have copied the code from your source code editor.
And you shouldn&amp;#39;t have started a new thread - just added one more
post with corrected source code formatting.&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>