<?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: Most Simple Possible XBAR Example - Pin / GPIO Mirror</title>
    <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Most-Simple-Possible-XBAR-Example-Pin-GPIO-Mirror/m-p/1803888#M28841</link>
    <description>&lt;P&gt;Thank you for your suggestions. I was also wondering about that, but it seems the IDE did indeed set those XBAR pins correctly. The auto-generated code is not clean but looks correct to me:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;  IOMUXC_GPR-&amp;gt;GPR6 = ((IOMUXC_GPR-&amp;gt;GPR6 &amp;amp;
    (~(IOMUXC_GPR_GPR6_IOMUXC_XBAR_DIR_SEL_5_MASK 
    		| IOMUXC_GPR_GPR6_IOMUXC_XBAR_DIR_SEL_14_MASK 
			| IOMUXC_GPR_GPR6_IOMUXC_XBAR_DIR_SEL_15_MASK 
			| IOMUXC_GPR_GPR6_IOMUXC_XBAR_DIR_SEL_16_MASK 
			| IOMUXC_GPR_GPR6_IOMUXC_XBAR_DIR_SEL_17_MASK))) 
      | IOMUXC_GPR_GPR6_IOMUXC_XBAR_DIR_SEL_5(0x01U) 
      | IOMUXC_GPR_GPR6_IOMUXC_XBAR_DIR_SEL_14(0x01U) 
      | IOMUXC_GPR_GPR6_IOMUXC_XBAR_DIR_SEL_15(0x00U) 
      | IOMUXC_GPR_GPR6_IOMUXC_XBAR_DIR_SEL_16(0x00U) 
      | IOMUXC_GPR_GPR6_IOMUXC_XBAR_DIR_SEL_17(0x01U) 
    );&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What is even stranger, I kept working on this yesterday and it seems to be working as expected for XBAR1_XBAR_IN16 and&amp;nbsp;XBAR1_XBAR_OUT17, i.e. I change the pins on the header to D9 (pin M11) and D8 (G11) and now things work as expected.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am wondering if there is a bug with pins 14/15 either in some of the auto-generated IDE code or if something is preventing those pins to be used as intendend?&lt;/P&gt;&lt;P&gt;Would be great if someone could doublecheck with an EVAL kit if it's just me...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 08 Feb 2024 06:45:28 GMT</pubDate>
    <dc:creator>r0oland</dc:creator>
    <dc:date>2024-02-08T06:45:28Z</dc:date>
    <item>
      <title>Most Simple Possible XBAR Example - Pin / GPIO Mirror</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Most-Simple-Possible-XBAR-Example-Pin-GPIO-Mirror/m-p/1803327#M28823</link>
      <description>&lt;P&gt;I have now spend several hours trying to figure this out and I am not sure what is going on.&lt;/P&gt;&lt;P&gt;What I want (as a first step for later more complicated triggering schemes):&lt;/P&gt;&lt;P&gt;Take a signal from one pin and directly output it on another pin via XBAR.&lt;/P&gt;&lt;P&gt;I am using pins D15 and D14 on the Arduino Headers of the i.MX RT1064 Evaluation Kit&amp;nbsp;which I have setup using the pin configuration tool of MCUXPresso like so:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="r0oland_0-1707304689758.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/262325i11B8B40F7E7D24D4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="r0oland_0-1707304689758.png" alt="r0oland_0-1707304689758.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;pin M14 | D15 | GPIO_AD_B0_00 acts as &lt;STRONG&gt;XBARA1 Input 14&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;pin H10 | D14 | GPIO_AD_B0_01 acts as &lt;STRONG&gt;XBARA1 Output 15&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;My code besides the auto-generated code is quite simple, in the main loop I call:&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;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;XBARA_Init(XBARA1);

XBARA_SetSignalsConnection(XBARA1, kXBARA1_InputIomuxXbarInout14,kXBARA1_OutputIomuxXbarInout15);&lt;/LI-CODE&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;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I expect to see the input signal on D14 () which is a square wave to be output on D15 ().&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;However, I see nothing...Any clues to what is going on?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Feb 2024 11:23:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Most-Simple-Possible-XBAR-Example-Pin-GPIO-Mirror/m-p/1803327#M28823</guid>
      <dc:creator>r0oland</dc:creator>
      <dc:date>2024-02-07T11:23:32Z</dc:date>
    </item>
    <item>
      <title>Re: Most Simple Possible XBAR Example - Pin / GPIO Mirror</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Most-Simple-Possible-XBAR-Example-Pin-GPIO-Mirror/m-p/1803638#M28831</link>
      <description>&lt;P&gt;Hmm, one possible reason here could be that the output pin isn't set to output mode.&amp;nbsp; They don't make this very clear in the docs, but by default, all of the XBAR_INOUTxx pins are set as inputs, and to change that you have to set the bit in IOMUXC_GPR_GPR6.&amp;nbsp; So for your application it would look like:&lt;/P&gt;&lt;LI-CODE lang="cpp"&gt;IOMUXC_GPR-&amp;gt;GPR6 |= IOMUXC_GPR_GPR6_IOMUXC_XBAR_DIR_SEL_15_MASK&lt;/LI-CODE&gt;&lt;P&gt;I thought that the IDE was supposed to generate this automatically if you configure XBAR pins as outputs, but maybe it isn't for some reason.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Feb 2024 19:31:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Most-Simple-Possible-XBAR-Example-Pin-GPIO-Mirror/m-p/1803638#M28831</guid>
      <dc:creator>MultipleMonomials</dc:creator>
      <dc:date>2024-02-07T19:31:51Z</dc:date>
    </item>
    <item>
      <title>Re: Most Simple Possible XBAR Example - Pin / GPIO Mirror</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Most-Simple-Possible-XBAR-Example-Pin-GPIO-Mirror/m-p/1803888#M28841</link>
      <description>&lt;P&gt;Thank you for your suggestions. I was also wondering about that, but it seems the IDE did indeed set those XBAR pins correctly. The auto-generated code is not clean but looks correct to me:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;  IOMUXC_GPR-&amp;gt;GPR6 = ((IOMUXC_GPR-&amp;gt;GPR6 &amp;amp;
    (~(IOMUXC_GPR_GPR6_IOMUXC_XBAR_DIR_SEL_5_MASK 
    		| IOMUXC_GPR_GPR6_IOMUXC_XBAR_DIR_SEL_14_MASK 
			| IOMUXC_GPR_GPR6_IOMUXC_XBAR_DIR_SEL_15_MASK 
			| IOMUXC_GPR_GPR6_IOMUXC_XBAR_DIR_SEL_16_MASK 
			| IOMUXC_GPR_GPR6_IOMUXC_XBAR_DIR_SEL_17_MASK))) 
      | IOMUXC_GPR_GPR6_IOMUXC_XBAR_DIR_SEL_5(0x01U) 
      | IOMUXC_GPR_GPR6_IOMUXC_XBAR_DIR_SEL_14(0x01U) 
      | IOMUXC_GPR_GPR6_IOMUXC_XBAR_DIR_SEL_15(0x00U) 
      | IOMUXC_GPR_GPR6_IOMUXC_XBAR_DIR_SEL_16(0x00U) 
      | IOMUXC_GPR_GPR6_IOMUXC_XBAR_DIR_SEL_17(0x01U) 
    );&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What is even stranger, I kept working on this yesterday and it seems to be working as expected for XBAR1_XBAR_IN16 and&amp;nbsp;XBAR1_XBAR_OUT17, i.e. I change the pins on the header to D9 (pin M11) and D8 (G11) and now things work as expected.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am wondering if there is a bug with pins 14/15 either in some of the auto-generated IDE code or if something is preventing those pins to be used as intendend?&lt;/P&gt;&lt;P&gt;Would be great if someone could doublecheck with an EVAL kit if it's just me...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2024 06:45:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Most-Simple-Possible-XBAR-Example-Pin-GPIO-Mirror/m-p/1803888#M28841</guid>
      <dc:creator>r0oland</dc:creator>
      <dc:date>2024-02-08T06:45:28Z</dc:date>
    </item>
    <item>
      <title>Re: Most Simple Possible XBAR Example - Pin / GPIO Mirror</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Most-Simple-Possible-XBAR-Example-Pin-GPIO-Mirror/m-p/1804341#M28848</link>
      <description>&lt;P&gt;Wait, that auto generated code *doesn't* look right:&lt;/P&gt;&lt;PRE&gt;IOMUXC_GPR_GPR6_IOMUXC_XBAR_DIR_SEL_15(0x00U)&lt;/PRE&gt;&lt;P&gt;I think that should be a 1 to mark the pin as output.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2024 18:51:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Most-Simple-Possible-XBAR-Example-Pin-GPIO-Mirror/m-p/1804341#M28848</guid>
      <dc:creator>MultipleMonomials</dc:creator>
      <dc:date>2024-02-08T18:51:40Z</dc:date>
    </item>
    <item>
      <title>Re: Most Simple Possible XBAR Example - Pin / GPIO Mirror</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Most-Simple-Possible-XBAR-Example-Pin-GPIO-Mirror/m-p/1806336#M28890</link>
      <description>&lt;P&gt;As far as I can tell it's an issue with pins D14 and D15 on the header. Using other pins seems to be working fine...Would be great if someone from NXP could confirm / deny this, but I doubt they ever read this...&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2024 07:44:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Most-Simple-Possible-XBAR-Example-Pin-GPIO-Mirror/m-p/1806336#M28890</guid>
      <dc:creator>r0oland</dc:creator>
      <dc:date>2024-02-14T07:44:15Z</dc:date>
    </item>
    <item>
      <title>Re: Most Simple Possible XBAR Example - Pin / GPIO Mirror</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Most-Simple-Possible-XBAR-Example-Pin-GPIO-Mirror/m-p/1806748#M28896</link>
      <description>&lt;P&gt;Hi&lt;BR /&gt;&lt;BR /&gt;Do you see anything when watching this XBAR video?&lt;BR /&gt;&lt;A href="https://www.youtube.com/watch?v=zNWIG-O7ZW0" target="_blank"&gt;https://www.youtube.com/watch?v=zNWIG-O7ZW0&lt;/A&gt;&lt;/P&gt;&lt;P&gt;If I find some time I will run the RT 1064 simulation to see how it reacts to your configuration.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2024 19:13:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Most-Simple-Possible-XBAR-Example-Pin-GPIO-Mirror/m-p/1806748#M28896</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2024-02-14T19:13:57Z</dc:date>
    </item>
    <item>
      <title>Re: Most Simple Possible XBAR Example - Pin / GPIO Mirror</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Most-Simple-Possible-XBAR-Example-Pin-GPIO-Mirror/m-p/1808776#M28904</link>
      <description>&lt;P&gt;Hi&lt;BR /&gt;&lt;BR /&gt;I just set up the code in the uTasker project for the RT1064:&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;POWER_UP_ATOMIC(2, XBAR1_CLOCK); // ensure that XBAR1 is powered&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;IOMUXC_GPR_GPR6 &amp;amp;= ~(IOMUXC_GPR_GPR6_IOMUXC_XBAR_DIR_SEL_14); // ensure XBAR_INOUT14 is an input&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;_CONFIG_PERIPHERAL(GPIO_AD_B0_00, XBAR1_INOUT14, PORT_DSE_MID); // select XBAR_INOUT14 on GPIO1_IO00 (GPIO_AD_B0_00) alt. function 1&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;IOMUXC_GPR_GPR6 |= (IOMUXC_GPR_GPR6_IOMUXC_XBAR_DIR_SEL_15); // set XBAR_INOUT15 as an output&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;_CONFIG_PERIPHERAL(GPIO_AD_B0_01, XBAR1_INOUT15, PORT_DSE_MID); // select XBAR_INOUT15 on GPIO1_IO01 (GPIO_AD_B0_01) alt. function 1&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;XBAR1_IOMUX_XBAR_OUT15(XBAR1_IOMUX_XBAR_INOUT14_IN); // connect the XBAR_IN14 input to XBAR_OUT15&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;and ran the simulation and GPIO_AD_B&lt;STRONG&gt;0&lt;/STRONG&gt;_01 followed GPIO_AD_B&lt;STRONG&gt;0&lt;/STRONG&gt;_00.&lt;BR /&gt;&lt;BR /&gt;Then I loaded the code to the EVK and wanted to verify on D15 / D14 of the headers but couldn't find the signals there. Instead these are GPIO_AD_B&lt;STRONG&gt;1&lt;/STRONG&gt;_00 and GPIO_AD_B&lt;STRONG&gt;1&lt;/STRONG&gt;_01.&lt;BR /&gt;&lt;BR /&gt;These pads have no XBAR function and so maybe you misread the circuit diagram?&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Mark&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2024 23:21:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Most-Simple-Possible-XBAR-Example-Pin-GPIO-Mirror/m-p/1808776#M28904</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2024-02-14T23:21:00Z</dc:date>
    </item>
    <item>
      <title>Re: Most Simple Possible XBAR Example - Pin / GPIO Mirror</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Most-Simple-Possible-XBAR-Example-Pin-GPIO-Mirror/m-p/1808794#M28905</link>
      <description>&lt;P&gt;Hi&lt;BR /&gt;&lt;BR /&gt;For completeness I also tested a version (simulation and on EVK HW) for D9 and D8:&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;POWER_UP_ATOMIC(2, XBAR1_CLOCK); // ensure that XBAR1 is powered&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;IOMUXC_GPR_GPR6 &amp;amp;= ~(IOMUXC_GPR_GPR6_IOMUXC_XBAR_DIR_SEL_16); // ensure XBAR_INOUT16 is an input&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;_CONFIG_PERIPHERAL(GPIO_AD_B0_02, XBAR1_INOUT16, PORT_DSE_MID); // select XBAR_INOUT16 on GPIO1_IO02 (GPIO_AD_B0_02) alt. function 1: J24-2 on EVK&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;IOMUXC_GPR_GPR6 |= (IOMUXC_GPR_GPR6_IOMUXC_XBAR_DIR_SEL_17); // set XBAR_INOUT17 as an output&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;_CONFIG_PERIPHERAL(GPIO_AD_B0_03, XBAR1_INOUT17, PORT_DSE_MID); // select XBAR_INOUT17 on GPIO1_IO03 (GPIO_AD_B0_03) alt. function 1: J24-1 on EVK&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;XBAR1_IOMUX_XBAR_OUT17(XBAR1_IOMUX_XBAR_INOUT16_IN); // connect the XBAR_IN16 input to XBAR_OUT17&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Therefore my conclusion is a mis-read of the diagram and the code itself is fine and operational&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mjbcswitzerland_0-1707955856847.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/263230i549D6541DC3A43CC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="mjbcswitzerland_0-1707955856847.png" alt="mjbcswitzerland_0-1707955856847.png" /&gt;&lt;/span&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Mark&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2024 00:11:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Most-Simple-Possible-XBAR-Example-Pin-GPIO-Mirror/m-p/1808794#M28905</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2024-02-15T00:11:45Z</dc:date>
    </item>
    <item>
      <title>Re: Most Simple Possible XBAR Example - Pin / GPIO Mirror</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Most-Simple-Possible-XBAR-Example-Pin-GPIO-Mirror/m-p/1808891#M28908</link>
      <description>&lt;P&gt;Dear&amp;nbsp;&lt;SPAN&gt;Mark,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;thanks a lot for taking the time and checking this. I think I figured out what happened:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The Eval-Board apparently has an error in the schematic for header J24 Pins 9/10 D14/D15.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The routed signals are GPIO_AD_&lt;STRONG&gt;B1&lt;/STRONG&gt;_00 and&amp;nbsp;GPIO_AD_&lt;STRONG&gt;B1&lt;/STRONG&gt;_01, but they "should" be&amp;nbsp;GPIO_AD_&lt;STRONG&gt;B0&lt;/STRONG&gt;_00 and&amp;nbsp;GPIO_AD_&lt;STRONG&gt;B0&lt;/STRONG&gt;_01.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Here is my thinking:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;- pins&amp;nbsp;GPIO_AD_&lt;STRONG&gt;B1&lt;/STRONG&gt;_00 &amp;amp; 01 are already routed to J23 and it seems illogical to route the same pins twice to the Arduino headers&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;- the MCUXpresso IDE thinks those header pins are connected to pins M14 and H10, i.e.&amp;nbsp;GPIO_AD_&lt;STRONG&gt;B0&lt;/STRONG&gt;_00 &amp;amp; 01, which would make more sense to route to J24 when looking at the other pins routed to J24.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;There is definitely&amp;nbsp;a mismatch&amp;nbsp;between MCUXpresso IDE and the schematic.&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I didn't double check the signals in the schematic since MCUXpresso so far has worked fine...leason learned.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2024 07:06:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Most-Simple-Possible-XBAR-Example-Pin-GPIO-Mirror/m-p/1808891#M28908</guid>
      <dc:creator>r0oland</dc:creator>
      <dc:date>2024-02-15T07:06:13Z</dc:date>
    </item>
    <item>
      <title>Re: Most Simple Possible XBAR Example - Pin / GPIO Mirror</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Most-Simple-Possible-XBAR-Example-Pin-GPIO-Mirror/m-p/1808908#M28909</link>
      <description>I just doubled checked with the latest SDK and IDE and the error is still there. Is there an official way to issue a bug report with NXP?</description>
      <pubDate>Thu, 15 Feb 2024 07:32:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Most-Simple-Possible-XBAR-Example-Pin-GPIO-Mirror/m-p/1808908#M28909</guid>
      <dc:creator>r0oland</dc:creator>
      <dc:date>2024-02-15T07:32:08Z</dc:date>
    </item>
    <item>
      <title>Re: Most Simple Possible XBAR Example - Pin / GPIO Mirror</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Most-Simple-Possible-XBAR-Example-Pin-GPIO-Mirror/m-p/1809022#M28912</link>
      <description>&lt;P&gt;Hmm, maybe this an EVK rev A thing?&amp;nbsp; I know that on the MIMXRT1050 EVK rev A, they routed the signals like this, and then they changed it to AD_B1 signals because D14 and D15 need to support I2C to comply with the Arduino pinout (even though it means those signals are on the headers twice).&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2024 10:19:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Most-Simple-Possible-XBAR-Example-Pin-GPIO-Mirror/m-p/1809022#M28912</guid>
      <dc:creator>MultipleMonomials</dc:creator>
      <dc:date>2024-02-15T10:19:47Z</dc:date>
    </item>
  </channel>
</rss>

