<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.element14.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>PSoC4 Smarter Life Challenge - DAS Project :Example 1 Blinky</title><link>https://community.element14.com/challenges-projects/design-challenges/smarter-life/w/documents/16748/psoc4-smarter-life-challenge---das-project-example-1-blinky</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>PSoC4 Smarter Life Challenge - DAS Project :Example 1 Blinky</title><link>https://community.element14.com/challenges-projects/design-challenges/smarter-life/w/documents/16748/psoc4-smarter-life-challenge---das-project-example-1-blinky</link><pubDate>Wed, 17 Dec 2014 03:55:17 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:dfeb5b32-f07f-4f52-92e4-ef2e3269070b</guid><dc:creator>bose</dc:creator><comments>https://community.element14.com/challenges-projects/design-challenges/smarter-life/w/documents/16748/psoc4-smarter-life-challenge---das-project-example-1-blinky#comments</comments><description>Current Revision posted to Documents by bose on 12/17/2014 3:55:17 AM&lt;br /&gt;
&lt;p style="margin:0;"&gt;This example deals with setting up a PWM to blink an LED on the Cypress PSoC4 Pioneer Kit.&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;Here is the Application schematics:&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;span&gt;&lt;a href="https://community.element14.com/resized-image/__size/620x330/__key/communityserver-wikis-components-files/00-00-00-01-96/0358.contentimage_5F00_45789.png"&gt;&lt;img alt="image" src="https://community-storage.element14.com/communityserver-components-secureimagefileviewer/communityserver/wikis/components/files/00/00/00/01/96/0358.contentimage_45789.png-620x330.png?sv=2016-05-31&amp;amp;sr=b&amp;amp;sig=J92d%2BHPHRXqdeyqQyrBt4lwMWnOdWMx02i6OdoWw3Pg%3D&amp;amp;se=2026-08-13T23%3A59%3A59Z&amp;amp;sp=r&amp;amp;_=SiZdpKo9LMbDGyCBs5w/BA==" style="max-height: 330px;max-width: 620px;" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;span&gt;&lt;a href="https://community.element14.com/resized-image/__size/1080x596/__key/communityserver-wikis-components-files/00-00-00-01-96/8863.contentimage_5F00_45790.png"&gt;&lt;img loading="lazy" alt="image" src="https://community-storage.element14.com/communityserver-components-secureimagefileviewer/communityserver/wikis/components/files/00/00/00/01/96/8863.contentimage_45790.png-1080x596.png?sv=2016-05-31&amp;amp;sr=b&amp;amp;sig=hMhM8ZP7A2f9qI8gQq4KOTniEumWpmRh8GPBXf43Xks%3D&amp;amp;se=2026-08-13T23%3A59%3A59Z&amp;amp;sp=r&amp;amp;_=YDeUawBdvyoA7s9NaYI2vQ==" style="max-height: 596px;max-width: 1080px;" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin:0;"&gt;Also one needs to configure the PWM block { &lt;strong&gt;PWM (TCPWM mode) [v1.0]&lt;/strong&gt; }:&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;span&gt;&lt;a href="https://community.element14.com/resized-image/__size/620x653/__key/communityserver-wikis-components-files/00-00-00-01-96/6710.contentimage_5F00_45791.png"&gt;&lt;img loading="lazy" alt="image" src="https://community-storage.element14.com/communityserver-components-secureimagefileviewer/communityserver/wikis/components/files/00/00/00/01/96/6710.contentimage_45791.png-620x653.png?sv=2016-05-31&amp;amp;sr=b&amp;amp;sig=qCc9xk90vsLTg0gXb8HKSoGc0LFzMsEFWYPRZATJPDc%3D&amp;amp;se=2026-08-13T23%3A59%3A59Z&amp;amp;sp=r&amp;amp;_=NrPO6oxRsR/vf3RQIOaKtA==" style="max-height: 653px;max-width: 620px;" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin:0;"&gt;Source Code for the Example:&lt;/p&gt;&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;#include &amp;lt;project.h&amp;gt;
int main()
{
  // Start the PWM for blinky
  PWM_1_Start();
  while(1);
}&lt;/pre&gt;&lt;/p&gt;&lt;div style="display:none;"&gt;&lt;/div&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;After building and loading the example the Blue Color on the RGB LED should blink.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: psoc4, examples, smarter, das_project, smarter_life&lt;/div&gt;
</description></item></channel></rss>