<?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>i.MX RT Crossover MCUsのトピックIMXRT1062 uSDHC WP Pin assignment</title>
    <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/IMXRT1062-uSDHC-WP-Pin-assignment/m-p/910707#M3236</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;I was going through &lt;STRONG&gt;IMXRT1062&lt;/STRONG&gt; reference manual for eMMC interface using &lt;STRONG&gt;Ultra Secured Digital Host Controller (uSDHC)&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;So for external pins, they have mentioned that&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;WP&lt;/STRONG&gt; Card write-protect detect If not used(for the embedded memory), tie low to indicate it's not write-protected.&lt;/P&gt;&lt;P&gt;But when I was going through iMXRT1060-evk Rev A2 development board the same pin was not used and while&amp;nbsp;running SDK_2.6.1_EVK-MIMXRT1060&amp;nbsp;example code &lt;STRONG&gt;usb_device_msc_sdcard .&amp;nbsp;&lt;/STRONG&gt;the value of &lt;STRONG&gt;WPSL&lt;/STRONG&gt; bit of&amp;nbsp;&lt;STRONG&gt;PRES_STATE&amp;nbsp;&lt;/STRONG&gt;register was 1. which as per reference manual is&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;WPSL:&amp;nbsp;&lt;/STRONG&gt;This bit reflects the inverted value of the WP pin of the card socket.&lt;/P&gt;&lt;P&gt;So my question here is if no pin is assigned to &lt;STRONG&gt;WP&lt;/STRONG&gt; how the value &lt;STRONG&gt;WPSL&lt;/STRONG&gt; bit is 1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Jul 2019 12:31:16 GMT</pubDate>
    <dc:creator>amitmehta</dc:creator>
    <dc:date>2019-07-11T12:31:16Z</dc:date>
    <item>
      <title>IMXRT1062 uSDHC WP Pin assignment</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/IMXRT1062-uSDHC-WP-Pin-assignment/m-p/910707#M3236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;I was going through &lt;STRONG&gt;IMXRT1062&lt;/STRONG&gt; reference manual for eMMC interface using &lt;STRONG&gt;Ultra Secured Digital Host Controller (uSDHC)&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;So for external pins, they have mentioned that&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;WP&lt;/STRONG&gt; Card write-protect detect If not used(for the embedded memory), tie low to indicate it's not write-protected.&lt;/P&gt;&lt;P&gt;But when I was going through iMXRT1060-evk Rev A2 development board the same pin was not used and while&amp;nbsp;running SDK_2.6.1_EVK-MIMXRT1060&amp;nbsp;example code &lt;STRONG&gt;usb_device_msc_sdcard .&amp;nbsp;&lt;/STRONG&gt;the value of &lt;STRONG&gt;WPSL&lt;/STRONG&gt; bit of&amp;nbsp;&lt;STRONG&gt;PRES_STATE&amp;nbsp;&lt;/STRONG&gt;register was 1. which as per reference manual is&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;WPSL:&amp;nbsp;&lt;/STRONG&gt;This bit reflects the inverted value of the WP pin of the card socket.&lt;/P&gt;&lt;P&gt;So my question here is if no pin is assigned to &lt;STRONG&gt;WP&lt;/STRONG&gt; how the value &lt;STRONG&gt;WPSL&lt;/STRONG&gt; bit is 1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jul 2019 12:31:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/IMXRT1062-uSDHC-WP-Pin-assignment/m-p/910707#M3236</guid>
      <dc:creator>amitmehta</dc:creator>
      <dc:date>2019-07-11T12:31:16Z</dc:date>
    </item>
    <item>
      <title>Re: IMXRT1062 uSDHC WP Pin assignment</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/IMXRT1062-uSDHC-WP-Pin-assignment/m-p/910708#M3237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A _jive_internal="true" data-content-finding="Community" data-userid="309444" data-username="amitmehta" href="https://community.nxp.com/people/amitmehta"&gt;Amit Mehta&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; I already help you check it with our hardware engineer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; If you want to use the SDHC hardware module, and will check the according pin function, you need to follow the reference manual, if you don't use the WP pin, but you will check the WPSL bit in the code, please assign one pin and connect to low, in the code configure the related pin as the USDHC_WP function.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; But if you don't check that pin in the code, you totally don't need to use the WP pin, it is determined by your software code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; About your question &lt;STRONG&gt;WPSL&lt;/STRONG&gt; bit is 1 when you didn't connect it, I don't think that is stable enough, and the bit status is not guaranteed if you didn't connect the external pin to ground.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; In conclusion, if you want to use the WPSL pin in the code, please follow the RT1060 reference manual suggestions, tie the not used WP pin to ground.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wish it helps you!&lt;/P&gt;&lt;P&gt;If you still have questions about it,&amp;nbsp; please kindly let me know.&lt;/P&gt;&lt;P&gt;Wish it helps you!&lt;BR /&gt;Have a great day,&lt;BR /&gt;Kerry&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt; Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jul 2019 08:40:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/IMXRT1062-uSDHC-WP-Pin-assignment/m-p/910708#M3237</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2019-07-12T08:40:07Z</dc:date>
    </item>
    <item>
      <title>Re: IMXRT1062 uSDHC WP Pin assignment</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/IMXRT1062-uSDHC-WP-Pin-assignment/m-p/910709#M3238</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/kerryzhou"&gt;kerryzhou&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;if I am understanding correctly if do not wish to use WP pin so&amp;nbsp;for that I did not need to initialize the same pin in my code. SDK&amp;nbsp;&lt;STRONG style="color: #51626f; background-color: #ffffff; border: 0px; font-weight: bold;"&gt;uSDHC&amp;nbsp;&lt;/STRONG&gt;will work without same.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jul 2019 09:20:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/IMXRT1062-uSDHC-WP-Pin-assignment/m-p/910709#M3238</guid>
      <dc:creator>amitmehta</dc:creator>
      <dc:date>2019-07-15T09:20:07Z</dc:date>
    </item>
    <item>
      <title>Re: IMXRT1062 uSDHC WP Pin assignment</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/IMXRT1062-uSDHC-WP-Pin-assignment/m-p/910710#M3239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN class=""&gt;&lt;A _jive_internal="true" class="" data-content-finding="Community" data-userid="309444" data-username="amitmehta" href="https://community.nxp.com/people/amitmehta"&gt;Amit Mehta&lt;/A&gt;&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; You are right.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; If you don't use it, in your code, you also can don't write the related pin code.&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;Kerry&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt; Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jul 2019 09:25:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/IMXRT1062-uSDHC-WP-Pin-assignment/m-p/910710#M3239</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2019-07-15T09:25:57Z</dc:date>
    </item>
    <item>
      <title>Re: IMXRT1062 uSDHC WP Pin assignment</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/IMXRT1062-uSDHC-WP-Pin-assignment/m-p/910711#M3240</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/kerryzhou"&gt;kerryzhou&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;Thank You for your help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jul 2019 04:30:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/IMXRT1062-uSDHC-WP-Pin-assignment/m-p/910711#M3240</guid>
      <dc:creator>amitmehta</dc:creator>
      <dc:date>2019-07-16T04:30:08Z</dc:date>
    </item>
    <item>
      <title>Re: IMXRT1062 uSDHC WP Pin assignment</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/IMXRT1062-uSDHC-WP-Pin-assignment/m-p/910712#M3241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are welcome!&lt;/P&gt;&lt;P&gt;If you still have questions about this topic, please let me know.&lt;/P&gt;&lt;P&gt;If your question is solved, please help me to mark the correct answer, just to close this case, thank you!&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;Kerry&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt; Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jul 2019 05:23:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/IMXRT1062-uSDHC-WP-Pin-assignment/m-p/910712#M3241</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2019-07-16T05:23:55Z</dc:date>
    </item>
  </channel>
</rss>

