<?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 Examples (Part 1)	</title>
	<atom:link href="https://iotexpert.com/freertos-psoc-examples/feed/" rel="self" type="application/rss+xml" />
	<link>https://iotexpert.com/freertos-psoc-examples/</link>
	<description>Engineering for the Internet of Things</description>
	<lastBuildDate>Sat, 20 Jan 2018 22:09:32 +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-examples/#comment-4416</link>

		<dc:creator><![CDATA[Alan Hawse]]></dc:creator>
		<pubDate>Sat, 20 Jan 2018 22:09:32 +0000</pubDate>
		<guid isPermaLink="false">https://iotexpert.com/?p=3606#comment-4416</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://iotexpert.com/freertos-psoc-examples/#comment-4407&quot;&gt;Darryl U.&lt;/a&gt;.

The Cy_SysInt functions are for PSoC 6 not PSoC 4.
To get vTaskList to be in your project you need to &quot;configUSE_TRACE_FACILITY and configUSE_STATS_FORMATTING_FUNCTIONS must be defined as 1 in FreeRTOSConfig.&quot; from the FreeRTOS documentation.

Alan]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://iotexpert.com/freertos-psoc-examples/#comment-4407">Darryl U.</a>.</p>
<p>The Cy_SysInt functions are for PSoC 6 not PSoC 4.<br />
To get vTaskList to be in your project you need to &#8220;configUSE_TRACE_FACILITY and configUSE_STATS_FORMATTING_FUNCTIONS must be defined as 1 in FreeRTOSConfig.&#8221; from the FreeRTOS documentation.</p>
<p>Alan</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Darryl U.		</title>
		<link>https://iotexpert.com/freertos-psoc-examples/#comment-4407</link>

		<dc:creator><![CDATA[Darryl U.]]></dc:creator>
		<pubDate>Fri, 19 Jan 2018 15:28:56 +0000</pubDate>
		<guid isPermaLink="false">https://iotexpert.com/?p=3606#comment-4407</guid>

					<description><![CDATA[Tried this example on PSoc Creator 4.2 but apparently some of the names have changed and some functions seem to be missing. Example: CyIntSetSysVector() becomes Cy_SysInt_SetVector().  Unfortunately vTaskList() does not seem to exist at all.]]></description>
			<content:encoded><![CDATA[<p>Tried this example on PSoc Creator 4.2 but apparently some of the names have changed and some functions seem to be missing. Example: CyIntSetSysVector() becomes Cy_SysInt_SetVector().  Unfortunately vTaskList() does not seem to exist at all.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Alan Hawse		</title>
		<link>https://iotexpert.com/freertos-psoc-examples/#comment-2711</link>

		<dc:creator><![CDATA[Alan Hawse]]></dc:creator>
		<pubDate>Tue, 23 May 2017 15:13:19 +0000</pubDate>
		<guid isPermaLink="false">https://iotexpert.com/?p=3606#comment-2711</guid>

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

OK... for sure on Tickless

As to the dual core P6.... that wasn&#039;t really the intent of the chip as the 2nd core (the CM0+) was really put there as a security processor and a link-layer manager for the BLE.  But I might try it.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://iotexpert.com/freertos-psoc-examples/#comment-2710">Carlos</a>.</p>
<p>OK&#8230; for sure on Tickless</p>
<p>As to the dual core P6&#8230;. that wasn&#8217;t really the intent of the chip as the 2nd core (the CM0+) was really put there as a security processor and a link-layer manager for the BLE.  But I might try it.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Carlos		</title>
		<link>https://iotexpert.com/freertos-psoc-examples/#comment-2710</link>

		<dc:creator><![CDATA[Carlos]]></dc:creator>
		<pubDate>Tue, 23 May 2017 14:35:12 +0000</pubDate>
		<guid isPermaLink="false">https://iotexpert.com/?p=3606#comment-2710</guid>

					<description><![CDATA[Hi,
Maybe i ask for a lot but here&#039;s a couple of projects i think might be interesting to see:
* A project using the FreeRTOS tickless mode.
* And i haven&#039;t saw the FreeRTOS examples using multi-core microcontrollers, but, what use cases can require running FreeRTOS on both cores on the P6? i don&#039;t know how the cores would &quot;talk&quot; to each other, using IPC or regular FreeRTOS semaphores and queues.]]></description>
			<content:encoded><![CDATA[<p>Hi,<br />
Maybe i ask for a lot but here&#8217;s a couple of projects i think might be interesting to see:<br />
* A project using the FreeRTOS tickless mode.<br />
* And i haven&#8217;t saw the FreeRTOS examples using multi-core microcontrollers, but, what use cases can require running FreeRTOS on both cores on the P6? i don&#8217;t know how the cores would &#8220;talk&#8221; to each other, using IPC or regular FreeRTOS semaphores and queues.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Alan Hawse		</title>
		<link>https://iotexpert.com/freertos-psoc-examples/#comment-2708</link>

		<dc:creator><![CDATA[Alan Hawse]]></dc:creator>
		<pubDate>Tue, 23 May 2017 12:57:01 +0000</pubDate>
		<guid isPermaLink="false">https://iotexpert.com/?p=3606#comment-2708</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://iotexpert.com/freertos-psoc-examples/#comment-2707&quot;&gt;Vasyl Yosypenko&lt;/a&gt;.

Thank you... I will give a try and write about it.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://iotexpert.com/freertos-psoc-examples/#comment-2707">Vasyl Yosypenko</a>.</p>
<p>Thank you&#8230; I will give a try and write about it.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Vasyl Yosypenko		</title>
		<link>https://iotexpert.com/freertos-psoc-examples/#comment-2707</link>

		<dc:creator><![CDATA[Vasyl Yosypenko]]></dc:creator>
		<pubDate>Tue, 23 May 2017 12:07:04 +0000</pubDate>
		<guid isPermaLink="false">https://iotexpert.com/?p=3606#comment-2707</guid>

					<description><![CDATA[Nice to for debugging FW under FreeRTOS: Tracealyzer: http://www.carnica-technology.com/visualanalysis/trace-diagnostics/trace-diagnostics.html
and video how to debug RTOS based application: https://www.youtube.com/watch?v=mW0F1mbjM10]]></description>
			<content:encoded><![CDATA[<p>Nice to for debugging FW under FreeRTOS: Tracealyzer: <a href="http://www.carnica-technology.com/visualanalysis/trace-diagnostics/trace-diagnostics.html" rel="nofollow ugc">http://www.carnica-technology.com/visualanalysis/trace-diagnostics/trace-diagnostics.html</a><br />
and video how to debug RTOS based application: <a href="https://www.youtube.com/watch?v=mW0F1mbjM10" rel="nofollow ugc">https://www.youtube.com/watch?v=mW0F1mbjM10</a></p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
