<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comments on: FreeRTOS PSoC Template Project	</title>
	<atom:link href="https://iotexpert.com/freertos-psoc-template-project/feed/" rel="self" type="application/rss+xml" />
	<link>https://iotexpert.com/freertos-psoc-template-project/</link>
	<description>Engineering for the Internet of Things</description>
	<lastBuildDate>Wed, 11 Oct 2017 11:39:10 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: Alan Hawse		</title>
		<link>https://iotexpert.com/freertos-psoc-template-project/#comment-3774</link>

		<dc:creator><![CDATA[Alan Hawse]]></dc:creator>
		<pubDate>Wed, 11 Oct 2017 11:39:10 +0000</pubDate>
		<guid isPermaLink="false">https://iotexpert.com/?p=4097#comment-3774</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://iotexpert.com/freertos-psoc-template-project/#comment-3764&quot;&gt;Mark&lt;/a&gt;.

Nope... but Ill try that..]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://iotexpert.com/freertos-psoc-template-project/#comment-3764">Mark</a>.</p>
<p>Nope&#8230; but Ill try that..</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Mark		</title>
		<link>https://iotexpert.com/freertos-psoc-template-project/#comment-3765</link>

		<dc:creator><![CDATA[Mark]]></dc:creator>
		<pubDate>Tue, 10 Oct 2017 17:36:49 +0000</pubDate>
		<guid isPermaLink="false">https://iotexpert.com/?p=4097#comment-3765</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://iotexpert.com/freertos-psoc-template-project/#comment-3608&quot;&gt;Carlos&lt;/a&gt;.

The uC/OS products (II and III) are both very good. They have been around a while, are reliable, and offer the usual features in a small footprint. For the most part all embedded RTOS offer the usual range of features, like tasks, semaphores, queues, events, mailboxes, and mutexes. The are pre-emptive and deterministic. They are typically configurable and fit in a small footprint. I like FreeRTOS because it also offers the task-specific semaphores, queues and notify features that Alan has touched upon. It is nothing that you cannot do in another OS but FreeRTOS makes it really simple and neat. It also does cooperative scheduling where you can run a number of threads that share a stack, which can be good when you do not have oodles or RAM.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://iotexpert.com/freertos-psoc-template-project/#comment-3608">Carlos</a>.</p>
<p>The uC/OS products (II and III) are both very good. They have been around a while, are reliable, and offer the usual features in a small footprint. For the most part all embedded RTOS offer the usual range of features, like tasks, semaphores, queues, events, mailboxes, and mutexes. The are pre-emptive and deterministic. They are typically configurable and fit in a small footprint. I like FreeRTOS because it also offers the task-specific semaphores, queues and notify features that Alan has touched upon. It is nothing that you cannot do in another OS but FreeRTOS makes it really simple and neat. It also does cooperative scheduling where you can run a number of threads that share a stack, which can be good when you do not have oodles or RAM.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Mark		</title>
		<link>https://iotexpert.com/freertos-psoc-template-project/#comment-3764</link>

		<dc:creator><![CDATA[Mark]]></dc:creator>
		<pubDate>Tue, 10 Oct 2017 17:30:39 +0000</pubDate>
		<guid isPermaLink="false">https://iotexpert.com/?p=4097#comment-3764</guid>

					<description><![CDATA[Did you try the Copy to My Templates feature in PSoC Creator?  if you do that then you can create new projects with the usual New Project dialog and skip your copy/rename steps.]]></description>
			<content:encoded><![CDATA[<p>Did you try the Copy to My Templates feature in PSoC Creator?  if you do that then you can create new projects with the usual New Project dialog and skip your copy/rename steps.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Alan Hawse		</title>
		<link>https://iotexpert.com/freertos-psoc-template-project/#comment-3678</link>

		<dc:creator><![CDATA[Alan Hawse]]></dc:creator>
		<pubDate>Sun, 01 Oct 2017 13:08:26 +0000</pubDate>
		<guid isPermaLink="false">https://iotexpert.com/?p=4097#comment-3678</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://iotexpert.com/freertos-psoc-template-project/#comment-3608&quot;&gt;Carlos&lt;/a&gt;.

No I haven&#039;t... I have been using ThreadX for WICED.  And I am interested in Zephyr]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://iotexpert.com/freertos-psoc-template-project/#comment-3608">Carlos</a>.</p>
<p>No I haven&#8217;t&#8230; I have been using ThreadX for WICED.  And I am interested in Zephyr</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Carlos		</title>
		<link>https://iotexpert.com/freertos-psoc-template-project/#comment-3608</link>

		<dc:creator><![CDATA[Carlos]]></dc:creator>
		<pubDate>Sun, 24 Sep 2017 00:54:29 +0000</pubDate>
		<guid isPermaLink="false">https://iotexpert.com/?p=4097#comment-3608</guid>

					<description><![CDATA[Thanks for the writeup, it&#039;s very useful.
OffTopic:
¿Have you used uC/OS-III RTOS? It have support for PSoCs, but the example projects are pretty old (developed in Creator 2 IIRC and uC/OS-II), a comparative between those RTOSes may be interesting.]]></description>
			<content:encoded><![CDATA[<p>Thanks for the writeup, it&#8217;s very useful.<br />
OffTopic:<br />
¿Have you used uC/OS-III RTOS? It have support for PSoCs, but the example projects are pretty old (developed in Creator 2 IIRC and uC/OS-II), a comparative between those RTOSes may be interesting.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
