<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: I want PWM sample code (SMAC codbase) for MC1322x. Please help me. in Wireless MCU</title>
    <link>https://community.nxp.com/t5/Wireless-MCU/I-want-PWM-sample-code-SMAC-codbase-for-MC1322x-Please-help-me/m-p/399802#M405</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;Dear Charnon,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt;An easy and fast way to learn how to use the Timer module and the TMR drivers described in 22xDRVRRM is to check the BuzzerInit() function inside the Sound.c file of your project. The Buzzer configures the timer module to generate interrupts.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt;I am also sending you an example code I wrote some time ago using the SMAC Generic App. This code implements the TMR drivers of the MC1322x MCU and their basic functionality. The program starts a timer that toggles its output (PIN 1 in SRB) every 100 ms and enters a callback function every time the counter is reached (every 100 ms). Feel free to use it as an example for your implementation.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt;Please refer to the timer configuration example for fixed-frequency PWM mode of the timer mode included in the MC1322x Reference manual- chapter 12.7.11 Fixed-Frequency PWM Mode. There are many other configuration examples you may use too.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt;MC1322xRM:&lt;/SPAN&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt; &lt;A href="http://cache.freescale.com/files/rf_if/doc/ref_manual/MC1322xRM.pdf"&gt;http://cache.freescale.com/files/rf_if/doc/ref_manual/MC1322xRM.pdf&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;AngelC&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Apr 2015 20:29:37 GMT</pubDate>
    <dc:creator>AngelC</dc:creator>
    <dc:date>2015-04-13T20:29:37Z</dc:date>
    <item>
      <title>I want PWM sample code (SMAC codbase) for MC1322x. Please help me.</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/I-want-PWM-sample-code-SMAC-codbase-for-MC1322x-Please-help-me/m-p/399801#M404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want PWM sample code (SMAC codbase) for MC1322x. Please help me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Apr 2015 11:12:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/I-want-PWM-sample-code-SMAC-codbase-for-MC1322x-Please-help-me/m-p/399801#M404</guid>
      <dc:creator>charnonpoolsin</dc:creator>
      <dc:date>2015-04-11T11:12:32Z</dc:date>
    </item>
    <item>
      <title>Re: I want PWM sample code (SMAC codbase) for MC1322x. Please help me.</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/I-want-PWM-sample-code-SMAC-codbase-for-MC1322x-Please-help-me/m-p/399802#M405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;Dear Charnon,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt;An easy and fast way to learn how to use the Timer module and the TMR drivers described in 22xDRVRRM is to check the BuzzerInit() function inside the Sound.c file of your project. The Buzzer configures the timer module to generate interrupts.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt;I am also sending you an example code I wrote some time ago using the SMAC Generic App. This code implements the TMR drivers of the MC1322x MCU and their basic functionality. The program starts a timer that toggles its output (PIN 1 in SRB) every 100 ms and enters a callback function every time the counter is reached (every 100 ms). Feel free to use it as an example for your implementation.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt;Please refer to the timer configuration example for fixed-frequency PWM mode of the timer mode included in the MC1322x Reference manual- chapter 12.7.11 Fixed-Frequency PWM Mode. There are many other configuration examples you may use too.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt;MC1322xRM:&lt;/SPAN&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt; &lt;A href="http://cache.freescale.com/files/rf_if/doc/ref_manual/MC1322xRM.pdf"&gt;http://cache.freescale.com/files/rf_if/doc/ref_manual/MC1322xRM.pdf&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;AngelC&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Apr 2015 20:29:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/I-want-PWM-sample-code-SMAC-codbase-for-MC1322x-Please-help-me/m-p/399802#M405</guid>
      <dc:creator>AngelC</dc:creator>
      <dc:date>2015-04-13T20:29:37Z</dc:date>
    </item>
  </channel>
</rss>

