<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Software Integrity Ltd &#187; Interrupts</title>
	<atom:link href="http://software-integrity.com/blog/category/rtos/interrupts/feed/" rel="self" type="application/rss+xml" />
	<link>http://software-integrity.com/blog</link>
	<description>Realtime and Embedded Software</description>
	<lastBuildDate>Fri, 21 Oct 2011 17:32:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>SKC++: Interrupt handling</title>
		<link>http://software-integrity.com/blog/2009/12/15/skc-interrupt-handling/</link>
		<comments>http://software-integrity.com/blog/2009/12/15/skc-interrupt-handling/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 20:26:51 +0000</pubDate>
		<dc:creator>Peter Bushell</dc:creator>
				<category><![CDATA[Interrupts]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[RTOS]]></category>
		<category><![CDATA[SKC++]]></category>

		<guid isPermaLink="false">http://software-integrity.com/blog/?p=446</guid>
		<description><![CDATA[When it comes to interrupts, SKC++&#8217;s guiding principle is &#8220;minimum interference&#8221;. Some kernels require that interrupts be processed internally, the internal Interrupt Service Routine (ISR) calling out to an ordinary user function, sometimes also called an ISR, confusingly. Some others let you code the ISR yourself but impose restrictions on how you do it. SKC++ [...]
Related posts:<ol>
<li><a href='http://software-integrity.com/blog/2009/10/14/skc-event-handling/' rel='bookmark' title='SKC++: Event Handling'>SKC++: Event Handling</a></li>
<li><a href='http://software-integrity.com/blog/2009/12/02/skc-mutual-exclusion/' rel='bookmark' title='SKC++: Mutual Exclusion'>SKC++: Mutual Exclusion</a></li>
<li><a href='http://software-integrity.com/blog/2010/01/07/skc-no-semaphores/' rel='bookmark' title='SKC++: No semaphores!'>SKC++: No semaphores!</a></li>
</ol>]]></description>
		<wfw:commentRss>http://software-integrity.com/blog/2009/12/15/skc-interrupt-handling/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

