<?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>Kinetis Design StudioのトピックRe: KL03Z</title>
    <link>https://community.nxp.com/t5/Kinetis-Design-Studio/KL03Z/m-p/479305#M5403</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;Thanks for your help , I found my mistake and can generate PWM in the frequency that I need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But still I want to understand why a blank code is 9KB and code with PWM and 1 GPIO is 16KB ?&lt;/P&gt;&lt;P&gt;( I tried code optimization for size the there is not difference )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I reduce it? &lt;/P&gt;&lt;P&gt;(for example in kl04 I removed the IO option it the begining of the project and it reduces 5KB from the project)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 10 Apr 2016 10:51:15 GMT</pubDate>
    <dc:creator>davidra7</dc:creator>
    <dc:date>2016-04-10T10:51:15Z</dc:date>
    <item>
      <title>KL03Z</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/KL03Z/m-p/479301#M5399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi,&lt;/P&gt;&lt;P&gt;Finally I go a FRDM-KL03Z board and I saw that I can't open the project in Eclipse CodeWarrior , So I installed the KDS 3.2.0 with KSDS 1.3.&lt;/P&gt;&lt;P&gt;I opened a project without any change and tried to program on FRDM board and it don't work.&lt;/P&gt;&lt;P&gt;I upgraded the FRDM to OpenSDA and trying to program using the OpenOCD inside the KDS , Any suggestions ?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also , How do I configure PWM channel ? I tried to add the PWM timer and it says that the component doesn't work on this device.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!!&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2016 11:42:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/KL03Z/m-p/479301#M5399</guid>
      <dc:creator>davidra7</dc:creator>
      <dc:date>2016-04-04T11:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: KL03Z</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/KL03Z/m-p/479302#M5400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;If you have updated the FRDM-KL03Z debug firmware to use OpenSDA you should use the GDB PEMicro Interface Debugging configuration for your example project and not OpenOCD.&lt;/P&gt;&lt;P&gt;In KDS_1.3 the following has example of implementing PWM to control duty cycle of signal connected to LED to alter its brightness:&lt;/P&gt;&lt;P&gt;C:\Freescale\KSDK_1.3.0\examples\frdmkl03z\driver_examples\tpm\kds&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The PWM functionality is implemented using the on-chip TPM (Timer Processing Unit) that the KL devices have.&amp;nbsp; Kinetis K series use FTM module for PWM capabilities.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;P&gt;PS&lt;/P&gt;&lt;P&gt;I just updated my PEMicro firmware for FRDM-KL03Z&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.pemicro.com/opensda/index.cfm" title="http://www.pemicro.com/opensda/index.cfm"&gt;P&amp;amp;E Microcomputer Systems: Over 30 years as an Industry leader in Embedded Systems Development Tools, debug probes, and …&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PSS&lt;/P&gt;&lt;P&gt;Also at the &lt;A href="http://www.nxp.com/products/software-and-tools/hardware-development-tools/freedom-development-boards/freedom-development-platform-for-kinetis-kl03-mcus:FRDM-KL03Z"&gt;FRDM-KL03Z product page&lt;/A&gt; there is a "Getting Started" tab that walks user through the process of getting board up and running.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2016 16:12:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/KL03Z/m-p/479302#M5400</guid>
      <dc:creator>DavidS</dc:creator>
      <dc:date>2016-04-04T16:12:13Z</dc:date>
    </item>
    <item>
      <title>Re: KL03Z</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/KL03Z/m-p/479303#M5401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;Thank you for the help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using the PnE programming worked. I configured the InitTPM using the Timer on PTA6 but there is not Output on the signal.&lt;/P&gt;&lt;P&gt;I checked that it is enabled and started but no output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another Question, when I opened a new project 9KB of the project is occupied, How I can reduce it? &lt;/P&gt;&lt;P&gt;After adding TPM it is 13KB and I didn't write any code, How I can reduce it ? (optimization didn't work - still same size)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The example in the KSDK doesn't work , I tried to reinstall KDS and KSDK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Apr 2016 14:03:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/KL03Z/m-p/479303#M5401</guid>
      <dc:creator>davidra7</dc:creator>
      <dc:date>2016-04-06T14:03:43Z</dc:date>
    </item>
    <item>
      <title>Re: KL03Z</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/KL03Z/m-p/479304#M5402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;Short on time but will try to address your questions more fully later.&lt;/P&gt;&lt;P&gt;Attached is example project using fsl_tmp PE component for KDS_3.0 and KSDK_1.3 for the FRDM-KL03Z board to have PWM on PTA6 using the TPM module.&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&amp;nbsp; text&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&amp;nbsp; data&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; bss&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; dec&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; hex&lt;/TD&gt;&lt;TD&gt;filename&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp; 13372&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 124&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 516&lt;/TD&gt;&lt;TD&gt;&amp;nbsp; 14012&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&amp;nbsp; 36bc&lt;/TD&gt;&lt;TD&gt;test_frdm-kl03z_tpm_pwm_pta6_pe.elf&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2016 02:27:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/KL03Z/m-p/479304#M5402</guid>
      <dc:creator>DavidS</dc:creator>
      <dc:date>2016-04-07T02:27:47Z</dc:date>
    </item>
    <item>
      <title>Re: KL03Z</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/KL03Z/m-p/479305#M5403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;Thanks for your help , I found my mistake and can generate PWM in the frequency that I need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But still I want to understand why a blank code is 9KB and code with PWM and 1 GPIO is 16KB ?&lt;/P&gt;&lt;P&gt;( I tried code optimization for size the there is not difference )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I reduce it? &lt;/P&gt;&lt;P&gt;(for example in kl04 I removed the IO option it the begining of the project and it reduces 5KB from the project)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 Apr 2016 10:51:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/KL03Z/m-p/479305#M5403</guid>
      <dc:creator>davidra7</dc:creator>
      <dc:date>2016-04-10T10:51:15Z</dc:date>
    </item>
    <item>
      <title>Re: KL03Z</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/KL03Z/m-p/479306#M5404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;Truth be told PE is not really for a small memory footprint device.&lt;/P&gt;&lt;P&gt;PE is good for rapid prototyping and testing and for larger memory device that can deal with "bloat".&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;David &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Apr 2016 18:46:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/KL03Z/m-p/479306#M5404</guid>
      <dc:creator>DavidS</dc:creator>
      <dc:date>2016-04-11T18:46:09Z</dc:date>
    </item>
  </channel>
</rss>

