<?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のトピックRe: RT1050 LwIP examples need to modify?</title>
    <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1050-LwIP-examples-need-to-modify/m-p/1779565#M28180</link>
    <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/60336"&gt;@kerryzhou&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I copy EVK's network schematic, the PHY&amp;nbsp;KSZ8081RNB is the same as EVK, so I need to know the design of EVK's ethernet is stable or not?&lt;/P&gt;</description>
    <pubDate>Mon, 25 Dec 2023 05:52:16 GMT</pubDate>
    <dc:creator>felix1</dc:creator>
    <dc:date>2023-12-25T05:52:16Z</dc:date>
    <item>
      <title>RT1050 LwIP examples need to modify?</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1050-LwIP-examples-need-to-modify/m-p/1776988#M28085</link>
      <description>&lt;P&gt;continued on thread&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/t5/i-MX-RT/RT1050-ENET-INT-pin-direction/td-p/1773686" target="_blank"&gt;https://community.nxp.com/t5/i-MX-RT/RT1050-ENET-INT-pin-direction/td-p/1773686&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;1) In example&amp;nbsp;evkbimxrt1050_lwip_ping_freertos, except to change ENET_INT as input, what else should I do?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;2) Where can I find example&amp;nbsp;evkbimxrt1050_lwip_ping_freertos in the mcuxpresso github&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/nxp-mcuxpresso/mcux-sdk/tree/main/boards/evkbimxrt1050" target="_blank" rel="nofollow noopener noreferrer"&gt;https://github.com/nxp-mcuxpresso/mcux-sdk/tree/main/boards/evkbimxrt1050&lt;/A&gt;&amp;nbsp;?&lt;/P&gt;</description>
      <pubDate>Tue, 19 Dec 2023 08:27:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1050-LwIP-examples-need-to-modify/m-p/1776988#M28085</guid>
      <dc:creator>felix1</dc:creator>
      <dc:date>2023-12-19T08:27:45Z</dc:date>
    </item>
    <item>
      <title>Re: RT1050 LwIP examples need to modify?</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1050-LwIP-examples-need-to-modify/m-p/1777906#M28115</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/160932"&gt;@felix1&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;Thank you for your interest in the NXP MIMXRT product, I would like to provide service for you.&lt;/P&gt;
&lt;P&gt;Answer your 2 questions:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;1) In example&amp;nbsp;evkbimxrt1050_lwip_ping_freertos, except to change ENET_INT as input, what else should I do?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;=&amp;gt;Answer: If your ENET PHY design is the same as the NXP MIMXRT1050-EVKB, then you totally can refer to the SDK&amp;nbsp;evkbimxrt1050_lwip_ping_freertos.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;ENET_INT in fact is configured as the GPIO, and use the output.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;except this, you also can find these code, for the RESET.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="c"&gt;    gpio_pin_config_t gpio_config = {kGPIO_DigitalOutput, 0, kGPIO_NoIntmode};   
 GPIO_PinInit(GPIO1, 9, &amp;amp;gpio_config);
    GPIO_PinInit(GPIO1, 10, &amp;amp;gpio_config);
    /* Pull up the ENET_INT before RESET. */
    GPIO_WritePinOutput(GPIO1, 10, 1);
    GPIO_WritePinOutput(GPIO1, 9, 0);
    SDK_DelayAtLeastUs(10000, CLOCK_GetFreq(kCLOCK_CpuClk));
    GPIO_WritePinOutput(GPIO1, 9, 1);&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV style="background-color: #ffffff; padding: 0px 0px 0px 2px;"&gt;
&lt;DIV style="color: #000000; background-color: #ffffff; font-family: 'Consolas'; font-size: 10pt; white-space: nowrap;"&gt;
&lt;P&gt;&lt;SPAN&gt; IOMUXC_SetPinConfig(IOMUXC_GPIO_AD_B0_09_GPIO1_IO09, 0xB0A9U); &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt; IOMUXC_SetPinConfig(&lt;/SPAN&gt;&lt;SPAN&gt;IOMUXC_GPIO_AD_B0_10_GPIO1_IO10&lt;/SPAN&gt;&lt;SPAN&gt;, 0xB0A9U); &lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;&lt;SPAN&gt;2) Where can I find example&amp;nbsp;evkbimxrt1050_lwip_ping_freertos in the mcuxpresso github&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/nxp-mcuxpresso/mcux-sdk/tree/main/boards/evkbimxrt1050" target="_blank" rel="nofollow noopener noreferrer"&gt;https://github.com/nxp-mcuxpresso/mcux-sdk/tree/main/boards/evkbimxrt1050&lt;/A&gt;&amp;nbsp;?&lt;/P&gt;
&lt;P&gt;=&amp;gt;Answer: You can download the SDK demo from this area instead of the github:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://mcuxpresso.nxp.com/en/builder?hw=EVKB-IMXRT1050" target="_blank" rel="noopener"&gt;https://mcuxpresso.nxp.com/en/builder?hw=EVKB-IMXRT1050&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Wish it helps you!&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Kerry&lt;/P&gt;</description>
      <pubDate>Thu, 21 Dec 2023 04:57:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1050-LwIP-examples-need-to-modify/m-p/1777906#M28115</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2023-12-21T04:57:31Z</dc:date>
    </item>
    <item>
      <title>Re: RT1050 LwIP examples need to modify?</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1050-LwIP-examples-need-to-modify/m-p/1778264#M28133</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/60336"&gt;@kerryzhou&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;1) according to&amp;nbsp;&lt;SPAN&gt;evkbimxrt1050_lwip_ping_freertos, it's configured as output, not input.&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;gpio_pin_config_t gpio_config = {kGPIO_DigitalOutput, 0, kGPIO_NoIntmode};&lt;/PRE&gt;&lt;PRE&gt;GPIO_PinInit(GPIO1, 10, &amp;amp;gpio_config);&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;according to&amp;nbsp;MultipleMonomials,&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/t5/i-MX-RT/RT1050-ENET-INT-pin-direction/m-p/1777457/emcs_t/S2h8ZW1haWx8dG9waWNfc3Vic2NyaXB0aW9ufExRRDBQSDdQT0c5UDcyfDE3Nzc0NTd8U1VCU0NSSVBUSU9OU3xoSw#M28104" target="_blank" rel="noopener"&gt;https://community.nxp.com/t5/i-MX-RT/RT1050-ENET-INT-pin-direction/m-p/1777457/emcs_t/S2h8ZW1haWx8dG9waWNfc3Vic2NyaXB0aW9ufExRRDBQSDdQT0c5UDcyfDE3Nzc0NTd8U1VCU0NSSVBUSU9OU3xoSw#M28104&lt;/A&gt;&lt;/P&gt;&lt;P&gt;ENET_INT pin first as output to disable NAND tree test mode, then can change to as input for PHY link status interrupt, but interrupt usage not show in the example.&lt;/P&gt;&lt;P&gt;Can you verify it?&lt;/P&gt;&lt;P&gt;2) I want to check the change history for&amp;nbsp;&lt;SPAN&gt;evkbimxrt1050_lwip_ping_freertos, but NXP seems not push example in the github.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Dec 2023 02:00:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1050-LwIP-examples-need-to-modify/m-p/1778264#M28133</guid>
      <dc:creator>felix1</dc:creator>
      <dc:date>2023-12-21T02:00:03Z</dc:date>
    </item>
    <item>
      <title>Re: RT1050 LwIP examples need to modify?</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1050-LwIP-examples-need-to-modify/m-p/1778357#M28135</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/160932"&gt;@felix1&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;1. Yes, the ENET_INT pin is used to configure as the output, output high to disable the NAND tree mode.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kerryzhou_0-1703135039022.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/255412i9DE5A41673CB837B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="kerryzhou_0-1703135039022.png" alt="kerryzhou_0-1703135039022.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To the input interrupt function, I checked the code, it is not used this ENET_INT function in the code. So,didn't configure it.&lt;/P&gt;
&lt;P&gt;If you need it, you can configure the GPIO as input, and add the related interrupt.&lt;/P&gt;
&lt;P&gt;2. About the change log, you can refer to the SDK&amp;nbsp;MCUXpresso SDK ChangeLog_MIMXRT1052.pdf in&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SDK_2_14_0_EVKB-IMXRT1050\docs&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Wish it helps you!&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;kerry&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Dec 2023 05:10:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1050-LwIP-examples-need-to-modify/m-p/1778357#M28135</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2023-12-21T05:10:10Z</dc:date>
    </item>
    <item>
      <title>Re: RT1050 LwIP examples need to modify?</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1050-LwIP-examples-need-to-modify/m-p/1778603#M28145</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/60336"&gt;@kerryzhou&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;My customer board ENET_INT pin use the same schematic as EVK, solder both the pull-up (R309, 1K) and pull-down (R152, 1K) resistors. The ENET_INT output is 1.65V to PHY, can it disable the PHY NAND tree mode successfully? If not, any problem will happen?&lt;/P&gt;</description>
      <pubDate>Thu, 21 Dec 2023 09:11:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1050-LwIP-examples-need-to-modify/m-p/1778603#M28145</guid>
      <dc:creator>felix1</dc:creator>
      <dc:date>2023-12-21T09:11:29Z</dc:date>
    </item>
    <item>
      <title>Re: RT1050 LwIP examples need to modify?</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1050-LwIP-examples-need-to-modify/m-p/1779558#M28179</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/160932"&gt;@felix1&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;In fact, you just need to check your used PHY, whether 1.65V can be indicate as the high level, if yes, then it is OK.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;So, please check your used PHY datasheet about the high level situation.&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Kerry&lt;/P&gt;</description>
      <pubDate>Mon, 25 Dec 2023 04:48:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1050-LwIP-examples-need-to-modify/m-p/1779558#M28179</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2023-12-25T04:48:56Z</dc:date>
    </item>
    <item>
      <title>Re: RT1050 LwIP examples need to modify?</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1050-LwIP-examples-need-to-modify/m-p/1779565#M28180</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/60336"&gt;@kerryzhou&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I copy EVK's network schematic, the PHY&amp;nbsp;KSZ8081RNB is the same as EVK, so I need to know the design of EVK's ethernet is stable or not?&lt;/P&gt;</description>
      <pubDate>Mon, 25 Dec 2023 05:52:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1050-LwIP-examples-need-to-modify/m-p/1779565#M28180</guid>
      <dc:creator>felix1</dc:creator>
      <dc:date>2023-12-25T05:52:16Z</dc:date>
    </item>
    <item>
      <title>Re: RT1050 LwIP examples need to modify?</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1050-LwIP-examples-need-to-modify/m-p/1779624#M28182</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/160932"&gt;@felix1&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Please check the PHY datasheet:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://ww1.microchip.com/downloads/en/DeviceDoc/00002202C.pdf" target="_blank"&gt;https://ww1.microchip.com/downloads/en/DeviceDoc/00002202C.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;page 46:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kerryzhou_0-1703491325479.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/255782i19B6D9F582668B6D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="kerryzhou_0-1703491325479.png" alt="kerryzhou_0-1703491325479.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;You can find, if your VDDIO is 3.3V, the input High voltage min is 2.0 V, so your 1.65V is not enough.&lt;/P&gt;
&lt;P&gt;You may need a voltage switch to change the voltage level.&lt;/P&gt;
&lt;P&gt;Why you don't refer to the EVK board, the NVCC_GPIO is using the 3V3?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kerryzhou_1-1703491486490.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/255783iDE38B2FE62D801DD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="kerryzhou_1-1703491486490.png" alt="kerryzhou_1-1703491486490.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you do it like this, I think you can output 3.3V as the high level.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Wish it helps you!&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Kerry&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Dec 2023 08:05:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1050-LwIP-examples-need-to-modify/m-p/1779624#M28182</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2023-12-25T08:05:11Z</dc:date>
    </item>
  </channel>
</rss>

