<?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: LPC55S69 : Chip_GetVersion() ? in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-Chip-GetVersion/m-p/992267#M39056</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/xiangjun.rong"&gt;xiangjun.rong&lt;/A&gt;‌ !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So this is defect in configuration tool or how to set only 1B revision in it for have clean code ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Eugene&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Mar 2020 07:36:04 GMT</pubDate>
    <dc:creator>EugeneHiihtaja</dc:creator>
    <dc:date>2020-03-06T07:36:04Z</dc:date>
    <item>
      <title>LPC55S69 : Chip_GetVersion() ?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-Chip-GetVersion/m-p/992265#M39054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can see automatic pin muxing generate a lot of dependencied from chip version&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if (&lt;STRONG&gt;Chip_GetVersion()=&lt;/STRONG&gt;=1)&lt;BR /&gt; {&lt;BR /&gt; IOCON-&amp;gt;PIO[1][9] = ((IOCON-&amp;gt;PIO[1][9] &amp;amp;&lt;BR /&gt; /* Mask bits to zero which are setting */&lt;BR /&gt; (~(IOCON_PIO_FUNC_MASK | IOCON_PIO_DIGIMODE_MASK)))&lt;/P&gt;&lt;P&gt;/* Selects pin function.&lt;BR /&gt; * : PORT19 (pin 10) is configured as PIO1_9. */&lt;BR /&gt; | IOCON_PIO_FUNC(PIO1_9_FUNC_ALT0)&lt;/P&gt;&lt;P&gt;/* Select Digital mode.&lt;BR /&gt; * : Enable Digital mode.&lt;BR /&gt; * Digital input is enabled. */&lt;BR /&gt; | IOCON_PIO_DIGIMODE(PIO1_9_DIGIMODE_DIGITAL));&lt;BR /&gt; }&lt;BR /&gt; else&lt;BR /&gt; {&lt;BR /&gt; IOCON-&amp;gt;PIO[1][9] = ((IOCON-&amp;gt;PIO[1][9] &amp;amp;&lt;BR /&gt; /* Mask bits to zero which are setting */&lt;BR /&gt; (~(IOCON_PIO_FUNC_MASK | IOCON_PIO_DIGIMODE_MASK)))&lt;/P&gt;&lt;P&gt;/* Selects pin function.&lt;BR /&gt; * : PORT19 (pin 10) is configured as PIO1_9. */&lt;BR /&gt; | IOCON_PIO_FUNC(PIO1_9_FUNC_ALT0)&lt;/P&gt;&lt;P&gt;/* Select Digital mode.&lt;BR /&gt; * : Enable Digital mode.&lt;BR /&gt; * Digital input is enabled. */&lt;BR /&gt; | IOCON_PIO_DIGIMODE(PIO1_9_DIGIMODE_DIGITAL));&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But code looks exactly the&amp;nbsp; same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can ConfigTool be configure for support 1B and up revisions only or just latest one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It looks as some overhead what is no need any more.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Eugene&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Mar 2020 10:11:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-Chip-GetVersion/m-p/992265#M39054</guid>
      <dc:creator>EugeneHiihtaja</dc:creator>
      <dc:date>2020-03-05T10:11:15Z</dc:date>
    </item>
    <item>
      <title>Re: LPC55S69 : Chip_GetVersion() ?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-Chip-GetVersion/m-p/992266#M39055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Eugene,&lt;/P&gt;&lt;P&gt;I have tried to generate the code to configure the PIO1_9 as GPIO function with PinsConfigureTools on MCUXpresso tools, I get the same code.&lt;/P&gt;&lt;P&gt;From the Table 317, the AWS bit is&amp;nbsp; valid only when the pin is configured as analog mode by clearing the DIGIMODE bit in IOCON register.&lt;/P&gt;&lt;P&gt;I think the code are the same no matter whether the revision is, the pin configuration is nothing to do with chip version when the pin is configured as GPIO mode.&lt;/P&gt;&lt;P&gt;Hope it can help you.&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;XiangJun Rong&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/97297i3AC6AD136031C4BE/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;BR&lt;/P&gt;&lt;P&gt;XiangJun Rong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Mar 2020 06:45:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-Chip-GetVersion/m-p/992266#M39055</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2020-03-06T06:45:09Z</dc:date>
    </item>
    <item>
      <title>Re: LPC55S69 : Chip_GetVersion() ?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-Chip-GetVersion/m-p/992267#M39056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/xiangjun.rong"&gt;xiangjun.rong&lt;/A&gt;‌ !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So this is defect in configuration tool or how to set only 1B revision in it for have clean code ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Eugene&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Mar 2020 07:36:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-Chip-GetVersion/m-p/992267#M39056</guid>
      <dc:creator>EugeneHiihtaja</dc:creator>
      <dc:date>2020-03-06T07:36:04Z</dc:date>
    </item>
    <item>
      <title>Re: LPC55S69 : Chip_GetVersion() ?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-Chip-GetVersion/m-p/992268#M39057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Eugene,&lt;/P&gt;&lt;P&gt;At the timing being, the PinConfiguration Tools is not smart enough to identify the revision of the chip and generate the corresponding code based on chip revision.&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;XiangJun Rong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Mar 2020 07:45:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-Chip-GetVersion/m-p/992268#M39057</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2020-03-06T07:45:59Z</dc:date>
    </item>
  </channel>
</rss>

