<?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>Processor Expert SoftwareのトピックRe: Processor Expert How to Get Started</title>
    <link>https://community.nxp.com/t5/Processor-Expert-Software/Processor-Expert-How-to-Get-Started/m-p/477528#M3763</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the questioin 2, you can find the explains on "help-&amp;gt;contents" :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_0.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/31282iEEC9F3C20C6EF99E/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_0.png" alt="pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;For the question 2, the components are most the chip's peripherals , it should refer to the requirement of your project ,&lt;/P&gt;&lt;P&gt;for example , if you want blink one led , you can add the GPIO component.&amp;nbsp; And there is "&lt;EM&gt;Typical Usage" &lt;/EM&gt;about the components,&lt;/P&gt;&lt;P&gt;when you use the component, you can refer to :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/31639i75C0F859CE611826/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;About the buzzer. i think you only need one GPIO component or BitIO component ,&lt;/P&gt;&lt;P&gt;then you can also add one timer , through the timer interrupt control the GPIO pin output to High and low .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Alice Yang&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Dec 2015 09:58:34 GMT</pubDate>
    <dc:creator>Alice_Yang</dc:creator>
    <dc:date>2015-12-16T09:58:34Z</dc:date>
    <item>
      <title>Processor Expert How to Get Started</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/Processor-Expert-How-to-Get-Started/m-p/477525#M3760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do I go about picking the library item that I need to generate code to interface with a GPIO line?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I need to do is configure a GPIO to send a signal to trigger a buzzer when a button is pressed.&amp;nbsp; I look at the Components Library and I am not sure where to begin.&amp;nbsp; I have inherited the code from previous developer so there are a number of LDD's already in the components list but I am not sure how they were created.&amp;nbsp; I noticed that they all have names which do not match anything in the Components Library, so I assume you can name these items what you like which I also hope to learn.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have programmed GPIO lines on my own when working with other development systems this is the first time that I have had to interface with another application to create the interface.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Dec 2015 17:44:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/Processor-Expert-How-to-Get-Started/m-p/477525#M3760</guid>
      <dc:creator>haroldvogel</dc:creator>
      <dc:date>2015-12-11T17:44:23Z</dc:date>
    </item>
    <item>
      <title>Re: Processor Expert How to Get Started</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/Processor-Expert-How-to-Get-Started/m-p/477526#M3761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Harold,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example , when you want use the GPIO_LDD component , you only&amp;nbsp; need double click it , it will add under the project :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_0.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/1477iBE8BEB0D2F854270/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_0.png" alt="pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;then configure it&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/23174i1AABAA2AAC9F383C/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i misunderstand your meaning , please tell me your problem in detail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;P&gt;Alice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Dec 2015 02:58:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/Processor-Expert-How-to-Get-Started/m-p/477526#M3761</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2015-12-14T02:58:33Z</dc:date>
    </item>
    <item>
      <title>Re: Processor Expert How to Get Started</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/Processor-Expert-How-to-Get-Started/m-p/477527#M3762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Alice Yang,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for responding to my question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is kind of a two part question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.       How do I know what item to pick from the ‘Components Library’ for the task that I wish to perform?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.       Is there a manual or some documentation that explains the Processor Expert and the Components Library and Inspector?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I am trying to do is as follows:&lt;/P&gt;&lt;P&gt;I need to set up a GPIO line which will be attached to a buzzer.  I will have to send a square to the buzzer (of a to be determined frequency) every time a button on the unit is pressed.  Would also like to know how to interface with the code that is generated by ‘Processor Expert’?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;John Vogel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Dec 2015 12:15:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/Processor-Expert-How-to-Get-Started/m-p/477527#M3762</guid>
      <dc:creator>haroldvogel</dc:creator>
      <dc:date>2015-12-14T12:15:26Z</dc:date>
    </item>
    <item>
      <title>Re: Processor Expert How to Get Started</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/Processor-Expert-How-to-Get-Started/m-p/477528#M3763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the questioin 2, you can find the explains on "help-&amp;gt;contents" :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_0.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/31282iEEC9F3C20C6EF99E/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_0.png" alt="pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;For the question 2, the components are most the chip's peripherals , it should refer to the requirement of your project ,&lt;/P&gt;&lt;P&gt;for example , if you want blink one led , you can add the GPIO component.&amp;nbsp; And there is "&lt;EM&gt;Typical Usage" &lt;/EM&gt;about the components,&lt;/P&gt;&lt;P&gt;when you use the component, you can refer to :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/31639i75C0F859CE611826/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;About the buzzer. i think you only need one GPIO component or BitIO component ,&lt;/P&gt;&lt;P&gt;then you can also add one timer , through the timer interrupt control the GPIO pin output to High and low .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Alice Yang&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2015 09:58:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/Processor-Expert-How-to-Get-Started/m-p/477528#M3763</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2015-12-16T09:58:34Z</dc:date>
    </item>
  </channel>
</rss>

