<?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>Zephyr ProjectのトピックRe: I2S on RW612 with Zephyr</title>
    <link>https://community.nxp.com/t5/Zephyr-Project/I2S-on-RW612-with-Zephyr/m-p/2182802#M498</link>
    <description>&lt;P&gt;Hello Roman,&lt;/P&gt;&lt;P&gt;Any news about the MCLK generation? My audio codec cannot operate without it. It uses this clock to run its core.&lt;/P&gt;&lt;P&gt;Thanks for your help,&lt;/P&gt;&lt;P&gt;Arthur&lt;/P&gt;</description>
    <pubDate>Thu, 09 Oct 2025 07:30:51 GMT</pubDate>
    <dc:creator>_arthur_</dc:creator>
    <dc:date>2025-10-09T07:30:51Z</dc:date>
    <item>
      <title>I2S on RW612 with Zephyr</title>
      <link>https://community.nxp.com/t5/Zephyr-Project/I2S-on-RW612-with-Zephyr/m-p/2170478#M478</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to use the I2S from flexcomm3 on my Zephyr project. I'm currently struggling to find the correct configuration. Moreover, I'm currently using the FRDM-RW612 evaluation board and I also have the USART on the flexcomm3.&lt;/P&gt;&lt;P&gt;In my overlay, I have:&lt;/P&gt;&lt;LI-CODE lang="c"&gt;&amp;amp;flexcomm3 {
    pinctrl-0 = &amp;lt;&amp;amp;pinmux_flexcomm3_usart&amp;gt;, &amp;lt;&amp;amp;pinmux_flexcomm3_i2s&amp;gt;;
    pinctrl-names = "default";
    
    // Configuration I2S
    i2s3: i2s {
        compatible = "nxp,lpc-i2s";
		reg = &amp;lt;0x109000 0x1000&amp;gt;;
		interrupts = &amp;lt;17 0&amp;gt;;
        status = "okay";
    };
};

&amp;amp;hsgpio0 {
	status = "okay";
};

&amp;amp;pinctrl {

	pinmux_flexcomm3_i2s: pinmux_flexcomm3_i2s {
		group0 {
			pinmux = &amp;lt;2 3&amp;gt;, &amp;lt;3 3&amp;gt;, &amp;lt;4 3&amp;gt;, &amp;lt;5 3&amp;gt;;
			slew-rate = "normal";
		};
	};

	pinmux_rgb_leds: pinmux_rgb_leds {
		group0 {
			pinmux = &amp;lt;1 0&amp;gt;, &amp;lt;12 0&amp;gt;, &amp;lt;0 0&amp;gt;;
			slew-rate = "normal";
		};
	};
};&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But if I execute "cmake --preset debug" I get:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;devicetree error: 'reg' property in &amp;lt;Node /soc/peripheral@50000000/flexcomm@109000/i2s in 'C:/NXP/Zephyr/zephyr/zephyr/misc/empty_file.c'&amp;gt; has length 8, which is not evenly divisible by 12 (= 4*(&amp;lt;#address-cells&amp;gt; (= 2) + &amp;lt;#size-cells&amp;gt; (= 1))). Note that #*-cells properties come either from the parent node or from the controller (in the case of 'interrupts').&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I cannot find any sample code for Zephyr. Can anyone help me on this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you !&lt;/P&gt;</description>
      <pubDate>Tue, 16 Sep 2025 13:20:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Zephyr-Project/I2S-on-RW612-with-Zephyr/m-p/2170478#M478</guid>
      <dc:creator>_arthur_</dc:creator>
      <dc:date>2025-09-16T13:20:53Z</dc:date>
    </item>
    <item>
      <title>Re: I2S on RW612 with Zephyr</title>
      <link>https://community.nxp.com/t5/Zephyr-Project/I2S-on-RW612-with-Zephyr/m-p/2173789#M481</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/254885"&gt;@_arthur_&lt;/a&gt;, hope you are doing well.&lt;/P&gt;
&lt;P&gt;If you are usign the FRDM-RW612 I would recommend to use flexcomm1 as your I2S instance since it is easy to access through the Arduino headers (J1.15 - I2S DATA, J1.13 - I2S WS, J1.9 - I2S SCK), while flexcomm3 pins are routed to the MCU-Link and trying to use them for I2S would require a re-work.&lt;/P&gt;
&lt;P&gt;Regarding your overlay, by default flexcomm1 is used as SPI interface, therefore you would need to change the description of flexcomm1 to be only compatible with "nxp,lpc-i2s" (you can define only 1 functionality for each flexcomm) and add I2S pins defined as "pinmux_flexcomm1_i2s".&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RomanVR_1-1758576785664.png" style="width: 570px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/358031i5E7EA1CD2B586FC3/image-dimensions/570x207?v=v2" width="570" height="207" role="button" title="RomanVR_1-1758576785664.png" alt="RomanVR_1-1758576785664.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;RomanVR_1-1758576785664.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Additionally, in order to test your I2S instance I suggest to use the example "i2s_api" which is a testbench that runs different APIs using I2S driver in your board. Note: If you use this example, you need to add an alias "i2s-node0" associated with the modified flexcomm1 definition.&lt;/P&gt;
&lt;P&gt;Please let me know if this information is helpful.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Sep 2025 21:34:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Zephyr-Project/I2S-on-RW612-with-Zephyr/m-p/2173789#M481</guid>
      <dc:creator>RomanVR</dc:creator>
      <dc:date>2025-09-22T21:34:27Z</dc:date>
    </item>
    <item>
      <title>Re: I2S on RW612 with Zephyr</title>
      <link>https://community.nxp.com/t5/Zephyr-Project/I2S-on-RW612-with-Zephyr/m-p/2173824#M482</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/243613"&gt;@RomanVR&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your reply. In the meantime I was able to move forward, I can now compile but I don't see any signals on the I2S when I expect something.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using Flexcomm0 because that's the one I'll use on my custom board.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="_arthur__0-1758581201615.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/358040i1B6FEE6308C9AC22/image-size/medium?v=v2&amp;amp;px=400" role="button" title="_arthur__0-1758581201615.png" alt="_arthur__0-1758581201615.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;_arthur__0-1758581201615.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;So I'm reading GPIO2 to GPIO 5 with my logic analyzer.&lt;/P&gt;&lt;P&gt;Here is my new overlay:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;#include &amp;lt;nxp/rw/RW612-pinctrl.h&amp;gt;

/ {
	aliases {
		i2c-0 = &amp;amp;flexcomm2;
		i2s-tx = &amp;amp;flexcomm0;
		led0 = &amp;amp;red_led;
		led1 = &amp;amp;green_led;
		led2 = &amp;amp;blue_led;
	};

	leds {
		compatible = "gpio-leds";
		red_led: led_0 {
			gpios = &amp;lt;&amp;amp;hsgpio0 1 GPIO_ACTIVE_LOW&amp;gt;;
			label = "Red LED";
		};
		green_led: led_1 {
			gpios = &amp;lt;&amp;amp;hsgpio0 12 GPIO_ACTIVE_LOW&amp;gt;;
			label = "Green LED";
		};
		blue_led: led_2 {
			gpios = &amp;lt;&amp;amp;hsgpio0 0 GPIO_ACTIVE_LOW&amp;gt;;
			label = "Blue LED";
		};
	};
};

&amp;amp;flexcomm2 {
    adau1761: adau1761@38 {
        compatible = "adi,adau1761";
        reg = &amp;lt;0x38&amp;gt;;
        status = "okay";
    };
};

&amp;amp;flexcomm0 {
	compatible = "nxp,lpc-i2s";
	#address-cells = &amp;lt;1&amp;gt;;
	#size-cells = &amp;lt;0&amp;gt;;
	pinctrl-0 = &amp;lt;&amp;amp;pinmux_flexcomm0_i2s&amp;gt;;
	pinctrl-names = "default";
	/delete-property/ current-speed;
	status = "okay";
};

&amp;amp;hsgpio0 {
	status = "okay";
};

&amp;amp;pinctrl {

	pinmux_flexcomm0_i2s: pinmux_flexcomm0_i2s {
		group0 {
			pinmux = &amp;lt;IO_MUX_FC0_I2S&amp;gt;;
			slew-rate = "normal";
		};
	};

	pinmux_rgb_leds: pinmux_rgb_leds {
		group0 {
			pinmux = &amp;lt;1 0&amp;gt;, &amp;lt;12 0&amp;gt;, &amp;lt;0 0&amp;gt;;
			slew-rate = "normal";
		};
	};
};&lt;/LI-CODE&gt;&lt;P&gt;I attached my code for the audio_player. Can you please let me know if you see an issue in this implementation?&lt;/P&gt;&lt;P&gt;Thank you !&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Sep 2025 22:51:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Zephyr-Project/I2S-on-RW612-with-Zephyr/m-p/2173824#M482</guid>
      <dc:creator>_arthur_</dc:creator>
      <dc:date>2025-09-22T22:51:44Z</dc:date>
    </item>
    <item>
      <title>Re: I2S on RW612 with Zephyr</title>
      <link>https://community.nxp.com/t5/Zephyr-Project/I2S-on-RW612-with-Zephyr/m-p/2174581#M483</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/254885"&gt;@_arthur_&lt;/a&gt;, hope you are doing well.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;I have tried the example "i2s_speed" from the NXP Downstream Zephyr repository with version 4.2.0 and it works properly and I'm able to see the signals with a logic analyzer. Please make sure that you are making the connections to the following headers/pins of the FRDM-RW612:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;GPIO_2 (I2S DATA) - Connected to J5.3 (Mikro Bus TX)&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;GPIO_3 (I2S WS) - Connected to J5.4 (Mikro Bus RX)&lt;/LI&gt;
&lt;LI&gt;GPIO_4 (I2S BCLK) - Connected to J1.1&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Please notice that these signals are not all connected to header J1 as shown in "RW612 SOC Signals" section of the FRDM-RW612 Schematic file available at the &lt;A href="https://www.nxp.com/design/design-center/development-boards-and-designs/FRDM-RW612" target="_blank" rel="noopener"&gt;product page&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Let me know if this information is helpful.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Sep 2025 22:25:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Zephyr-Project/I2S-on-RW612-with-Zephyr/m-p/2174581#M483</guid>
      <dc:creator>RomanVR</dc:creator>
      <dc:date>2025-09-23T22:25:08Z</dc:date>
    </item>
    <item>
      <title>Re: I2S on RW612 with Zephyr</title>
      <link>https://community.nxp.com/t5/Zephyr-Project/I2S-on-RW612-with-Zephyr/m-p/2174753#M484</link>
      <description>&lt;P&gt;How can you compile and run this example?&lt;/P&gt;&lt;P&gt;I'm using VSCode with the MCUxpresso plugin but when I'm trying to import the project folder, it says there is no project in the folder.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Sep 2025 05:48:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Zephyr-Project/I2S-on-RW612-with-Zephyr/m-p/2174753#M484</guid>
      <dc:creator>_arthur_</dc:creator>
      <dc:date>2025-09-24T05:48:09Z</dc:date>
    </item>
    <item>
      <title>Re: I2S on RW612 with Zephyr</title>
      <link>https://community.nxp.com/t5/Zephyr-Project/I2S-on-RW612-with-Zephyr/m-p/2175236#M485</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/254885"&gt;@_arthur_&lt;/a&gt;.&lt;/P&gt;
&lt;P&gt;Inside the MCUXpresso extension for VSCode click on "Import Example from Repository" in the "Quickstart Panel" view. Here select your repository from your "Imported Repositories" section, the board, and the search for the project in the "Template" section.&lt;/P&gt;
&lt;P&gt;Please notice that for Zephyr version 4.2.0 is required to have zephyr-sdk-0.17.2&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RomanVR_0-1758745644713.png" style="width: 585px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/358384i120252FC5E5C63D1/image-dimensions/585x370?v=v2" width="585" height="370" role="button" title="RomanVR_0-1758745644713.png" alt="RomanVR_0-1758745644713.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;RomanVR_0-1758745644713.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RomanVR_0-1758815759465.png" style="width: 585px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/358573iCE40EB9963C3C493/image-dimensions/585x250?v=v2" width="585" height="250" role="button" title="RomanVR_0-1758815759465.png" alt="RomanVR_0-1758815759465.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;RomanVR_0-1758815759465.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Please let me know if these steps are helpful.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Sep 2025 15:56:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Zephyr-Project/I2S-on-RW612-with-Zephyr/m-p/2175236#M485</guid>
      <dc:creator>RomanVR</dc:creator>
      <dc:date>2025-09-25T15:56:22Z</dc:date>
    </item>
    <item>
      <title>Re: I2S on RW612 with Zephyr</title>
      <link>https://community.nxp.com/t5/Zephyr-Project/I2S-on-RW612-with-Zephyr/m-p/2176425#M486</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/243613"&gt;@RomanVR&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm able to compile and run i2s_speed but it still flat on the signals. I must be missing something.&lt;/P&gt;&lt;P&gt;First, about the SDK, there are the "Zephyr" and the "NXP Zephyr". Which one should I use? (I tried both and the result is the same)&lt;/P&gt;&lt;P&gt;Then, the output of i2s_speed when I run it is:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;*** Booting Zephyr OS build nxp-v4.1.0-23883-g5fbcfde7cfc2 ***
Running TESTSUITE drivers_i2s_speed
===================================================================
START - test_i2s_transfer_long_44100
20 TX blocks sent
20 RX blocks received
 PASS - test_i2s_transfer_long_44100 in 0.031 seconds
===================================================================
START - test_i2s_transfer_short_08000
0-&amp;gt;OK
1-&amp;gt;OK
2-&amp;gt;OK
1&amp;lt;-OK
2&amp;lt;-OK
3&amp;lt;-OK
 PASS - test_i2s_transfer_short_08000 in 0.028 seconds
===================================================================
START - test_i2s_transfer_short_16000
0-&amp;gt;OK
1-&amp;gt;OK
2-&amp;gt;OK
1&amp;lt;-OK
2&amp;lt;-OK
3&amp;lt;-OK
 PASS - test_i2s_transfer_short_16000 in 0.016 seconds
===================================================================
START - test_i2s_transfer_short_32000
0-&amp;gt;OK
1-&amp;gt;OK
2-&amp;gt;OK
1&amp;lt;-OK
2&amp;lt;-OK
3&amp;lt;-OK
 PASS - test_i2s_transfer_short_32000 in 0.010 seconds
===================================================================
START - test_i2s_transfer_short_44100
0-&amp;gt;OK
1-&amp;gt;OK
2-&amp;gt;OK
1&amp;lt;-OK
2&amp;lt;-OK
3&amp;lt;-OK
 PASS - test_i2s_transfer_short_44100 in 0.008 seconds
===================================================================
START - test_i2s_transfer_short_48000
0-&amp;gt;OK
1-&amp;gt;OK
2-&amp;gt;OK
1&amp;lt;-OK
2&amp;lt;-OK
3&amp;lt;-OK
 PASS - test_i2s_transfer_short_48000 in 0.008 seconds
===================================================================
START - test_i2s_transfer_short_88200
0-&amp;gt;OK
1-&amp;gt;OK
2-&amp;gt;OK
1&amp;lt;-OK
2&amp;lt;-OK
3&amp;lt;-OK
 PASS - test_i2s_transfer_short_88200 in 0.006 seconds
===================================================================
START - test_i2s_transfer_short_96000
0-&amp;gt;OK
1-&amp;gt;OK
2-&amp;gt;OK
1&amp;lt;-OK
2&amp;lt;-OK
3&amp;lt;-OK
 PASS - test_i2s_transfer_short_96000 in 0.006 seconds
===================================================================
TESTSUITE drivers_i2s_speed succeeded
Running TESTSUITE drivers_i2s_speed_both_rxtx
===================================================================
START - test_i2s_dir_both_transfer_long_44100
I2S_DIR_BOTH value is not supported.
 SKIP - test_i2s_dir_both_transfer_long_44100 in 0.004 seconds
===================================================================
START - test_i2s_dir_both_transfer_short_08000
I2S_DIR_BOTH value is not supported.
 SKIP - test_i2s_dir_both_transfer_short_08000 in 0.004 seconds
===================================================================
START - test_i2s_dir_both_transfer_short_16000
I2S_DIR_BOTH value is not supported.
 SKIP - test_i2s_dir_both_transfer_short_16000 in 0.004 seconds
===================================================================
START - test_i2s_dir_both_transfer_short_32000
I2S_DIR_BOTH value is not supported.
 SKIP - test_i2s_dir_both_transfer_short_32000 in 0.004 seconds
===================================================================
START - test_i2s_dir_both_transfer_short_44100
I2S_DIR_BOTH value is not supported.
 SKIP - test_i2s_dir_both_transfer_short_44100 in 0.004 seconds
===================================================================
START - test_i2s_dir_both_transfer_short_48000
I2S_DIR_BOTH value is not supported.
 SKIP - test_i2s_dir_both_transfer_short_48000 in 0.004 seconds
===================================================================
START - test_i2s_dir_both_transfer_short_88200
I2S_DIR_BOTH value is not supported.
 SKIP - test_i2s_dir_both_transfer_short_88200 in 0.004 seconds
===================================================================
START - test_i2s_dir_both_transfer_short_96000
I2S_DIR_BOTH value is not supported.
 SKIP - test_i2s_dir_both_transfer_short_96000 in 0.004 seconds
===================================================================
TESTSUITE drivers_i2s_speed_both_rxtx succeeded

------ TESTSUITE SUMMARY START ------

SUITE PASS - 100.00% [drivers_i2s_speed]: pass = 8, fail = 0, skip = 0, total = 8 duration = 0.113 seconds
 - PASS - [drivers_i2s_speed.test_i2s_transfer_long_44100] duration = 0.031 seconds
 - PASS - [drivers_i2s_speed.test_i2s_transfer_short_08000] duration = 0.028 seconds
 - PASS - [drivers_i2s_speed.test_i2s_transfer_short_16000] duration = 0.016 seconds
 - PASS - [drivers_i2s_speed.test_i2s_transfer_short_32000] duration = 0.010 seconds
 - PASS - [drivers_i2s_speed.test_i2s_transfer_short_44100] duration = 0.008 seconds
 - PASS - [drivers_i2s_speed.test_i2s_transfer_short_48000] duration = 0.008 seconds
 - PASS - [drivers_i2s_speed.test_i2s_transfer_short_88200] duration = 0.006 seconds
 - PASS - [drivers_i2s_speed.test_i2s_transfer_short_96000] duration = 0.006 seconds

SUITE SKIP -   0.00% [drivers_i2s_speed_both_rxtx]: pass = 0, fail = 0, skip = 8, total = 8 duration = 0.032 seconds
 - SKIP - [drivers_i2s_speed_both_rxtx.test_i2s_dir_both_transfer_long_44100] duration = 0.004 seconds
 - SKIP - [drivers_i2s_speed_both_rxtx.test_i2s_dir_both_transfer_short_08000] duration = 0.004 seconds
 - SKIP - [drivers_i2s_speed_both_rxtx.test_i2s_dir_both_transfer_short_16000] duration = 0.004 seconds
 - SKIP - [drivers_i2s_speed_both_rxtx.test_i2s_dir_both_transfer_short_32000] duration = 0.004 seconds
 - SKIP - [drivers_i2s_speed_both_rxtx.test_i2s_dir_both_transfer_short_44100] duration = 0.004 seconds
 - SKIP - [drivers_i2s_speed_both_rxtx.test_i2s_dir_both_transfer_short_48000] duration = 0.004 seconds
 - SKIP - [drivers_i2s_speed_both_rxtx.test_i2s_dir_both_transfer_short_88200] duration = 0.004 seconds
 - SKIP - [drivers_i2s_speed_both_rxtx.test_i2s_dir_both_transfer_short_96000] duration = 0.004 seconds

------ TESTSUITE SUMMARY END ------

===================================================================
PROJECT EXECUTION SUCCESSFUL&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I took some photos of my setup in case you see something obvious. Thanks for your help&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PXL_20250926_081521064.jpg" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/358686iDC4F3D4942E19B24/image-size/large?v=v2&amp;amp;px=999" role="button" title="PXL_20250926_081521064.jpg" alt="PXL_20250926_081521064.jpg" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;PXL_20250926_081521064.jpg&lt;/span&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PXL_20250926_081534857.jpg" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/358688i70449445F59C948E/image-size/large?v=v2&amp;amp;px=999" role="button" title="PXL_20250926_081534857.jpg" alt="PXL_20250926_081534857.jpg" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;PXL_20250926_081534857.jpg&lt;/span&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PXL_20250926_081551979.jpg" style="width: 752px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/358687i758F0A04B9980B1E/image-size/large?v=v2&amp;amp;px=999" role="button" title="PXL_20250926_081551979.jpg" alt="PXL_20250926_081551979.jpg" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;PXL_20250926_081551979.jpg&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Sep 2025 08:25:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Zephyr-Project/I2S-on-RW612-with-Zephyr/m-p/2176425#M486</guid>
      <dc:creator>_arthur_</dc:creator>
      <dc:date>2025-09-26T08:25:13Z</dc:date>
    </item>
    <item>
      <title>Re: I2S on RW612 with Zephyr</title>
      <link>https://community.nxp.com/t5/Zephyr-Project/I2S-on-RW612-with-Zephyr/m-p/2176782#M487</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/254885"&gt;@_arthur_&lt;/a&gt;.&lt;/P&gt;
&lt;P&gt;I can see some issues with your connections, please refer to the image below in order to do the connections for the example to work properly.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RomanVR_0-1759179823490.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/358945iAA07C4FE4885F660/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RomanVR_0-1759179823490.png" alt="RomanVR_0-1759179823490.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;RomanVR_0-1759179823490.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Notice that the example stablishes communication between two I2S&amp;nbsp; instances (tx and rx) changing the frame frequency at a certain time.&lt;/P&gt;
&lt;P&gt;Please let me know if these connections allow you to see the signals.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Sep 2025 21:04:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Zephyr-Project/I2S-on-RW612-with-Zephyr/m-p/2176782#M487</guid>
      <dc:creator>RomanVR</dc:creator>
      <dc:date>2025-09-29T21:04:44Z</dc:date>
    </item>
    <item>
      <title>Re: I2S on RW612 with Zephyr</title>
      <link>https://community.nxp.com/t5/Zephyr-Project/I2S-on-RW612-with-Zephyr/m-p/2176846#M488</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/243613"&gt;@RomanVR&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ok now I better understand the way connectors on the FRDM-RW612 are connected (or not) based on the onboard jumpers. (you mixed J1 and J2 on your picture but it forced me to look deeper in the frdm_rw612 schematics &lt;LI-EMOJI id="lia_slightly-smiling-face" title=":slightly_smiling_face:"&gt;&lt;/LI-EMOJI&gt; )&lt;/P&gt;&lt;P&gt;I'm now able to see the I2S signal.&lt;/P&gt;&lt;P&gt;I understand now that FC1 is the transmitter and FC0 the receiver. Unfortunately, it's not exactly my setup for my future custom board. I want FC0 to be the transmitter.&lt;/P&gt;&lt;P&gt;So, I tried to change these lines and invert i2s_node1 and i2s_node0:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;#define I2S_DEV_NODE_RX DT_ALIAS(i2s_node1)
#ifdef CONFIG_I2S_TEST_SEPARATE_DEVICES
#define I2S_DEV_NODE_TX DT_ALIAS(i2s_node0)
#else
#define I2S_DEV_NODE_TX DT_ALIAS(i2s_node0)
#endif&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;Then, I only see the BCLK, but nothing on WS and DATA. And everything is failing.&lt;/P&gt;&lt;P&gt;By the way, how can I generate the MCLK (my audio adc needs it) on&amp;nbsp;GPIO_5_MCLK?&lt;/P&gt;&lt;P&gt;Thank you for your help, I can see progress eventually !&lt;/P&gt;</description>
      <pubDate>Fri, 26 Sep 2025 21:06:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Zephyr-Project/I2S-on-RW612-with-Zephyr/m-p/2176846#M488</guid>
      <dc:creator>_arthur_</dc:creator>
      <dc:date>2025-09-26T21:06:39Z</dc:date>
    </item>
    <item>
      <title>Re: I2S on RW612 with Zephyr</title>
      <link>https://community.nxp.com/t5/Zephyr-Project/I2S-on-RW612-with-Zephyr/m-p/2178350#M489</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/254885"&gt;@_arthur_&lt;/a&gt;.&lt;/P&gt;
&lt;P&gt;I have done the same changes on the example project as you and I'm still able to see the I2S signals properly. Please see the images below:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RomanVR_0-1759254355766.png" style="width: 268px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/359092i804CBF6BB96E4B8E/image-dimensions/268x132?v=v2" width="268" height="132" role="button" title="RomanVR_0-1759254355766.png" alt="RomanVR_0-1759254355766.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;RomanVR_0-1759254355766.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RomanVR_1-1759254373441.png" style="width: 270px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/359093i0C3AE69CF7744A65/image-dimensions/270x192?v=v2" width="270" height="192" role="button" title="RomanVR_1-1759254373441.png" alt="RomanVR_1-1759254373441.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;RomanVR_1-1759254373441.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RomanVR_2-1759254420414.png" style="width: 617px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/359094iF1C756DDD5B4F91E/image-dimensions/617x175?v=v2" width="617" height="175" role="button" title="RomanVR_2-1759254420414.png" alt="RomanVR_2-1759254420414.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;RomanVR_2-1759254420414.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Please let me know if you are able to reproduce this behavior and if your Flexcomm/I2S instances are getting properly assigned in your device tree source.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Sep 2025 17:47:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Zephyr-Project/I2S-on-RW612-with-Zephyr/m-p/2178350#M489</guid>
      <dc:creator>RomanVR</dc:creator>
      <dc:date>2025-09-30T17:47:46Z</dc:date>
    </item>
    <item>
      <title>Re: I2S on RW612 with Zephyr</title>
      <link>https://community.nxp.com/t5/Zephyr-Project/I2S-on-RW612-with-Zephyr/m-p/2178389#M490</link>
      <description>&lt;P&gt;Hello Roman,&lt;/P&gt;&lt;P&gt;I saw you corrected your picture for the connection, the I2S_SCK connection on J2 is still wrong though. It should be the pin 12 not 8.&lt;/P&gt;&lt;P&gt;My mistake was on the connector J5, I used pins 2 and 3 and not 3 and 4.&lt;/P&gt;&lt;P&gt;Now it is working as expected.&lt;/P&gt;&lt;P&gt;What about the MCLK signal. How can I generate this clock for an audio DAC that requires it?&lt;/P&gt;</description>
      <pubDate>Tue, 30 Sep 2025 19:40:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Zephyr-Project/I2S-on-RW612-with-Zephyr/m-p/2178389#M490</guid>
      <dc:creator>_arthur_</dc:creator>
      <dc:date>2025-09-30T19:40:08Z</dc:date>
    </item>
    <item>
      <title>Re: I2S on RW612 with Zephyr</title>
      <link>https://community.nxp.com/t5/Zephyr-Project/I2S-on-RW612-with-Zephyr/m-p/2179020#M493</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/254885"&gt;@_arthur_&lt;/a&gt;.&lt;/P&gt;
&lt;P&gt;Regarding the MCLK generation, I am checking this internally. As soon as I have any recommendation, I will let you know.&lt;/P&gt;
&lt;P&gt;Thank you for your patience!&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Oct 2025 21:27:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Zephyr-Project/I2S-on-RW612-with-Zephyr/m-p/2179020#M493</guid>
      <dc:creator>RomanVR</dc:creator>
      <dc:date>2025-10-01T21:27:05Z</dc:date>
    </item>
    <item>
      <title>Re: I2S on RW612 with Zephyr</title>
      <link>https://community.nxp.com/t5/Zephyr-Project/I2S-on-RW612-with-Zephyr/m-p/2182802#M498</link>
      <description>&lt;P&gt;Hello Roman,&lt;/P&gt;&lt;P&gt;Any news about the MCLK generation? My audio codec cannot operate without it. It uses this clock to run its core.&lt;/P&gt;&lt;P&gt;Thanks for your help,&lt;/P&gt;&lt;P&gt;Arthur&lt;/P&gt;</description>
      <pubDate>Thu, 09 Oct 2025 07:30:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Zephyr-Project/I2S-on-RW612-with-Zephyr/m-p/2182802#M498</guid>
      <dc:creator>_arthur_</dc:creator>
      <dc:date>2025-10-09T07:30:51Z</dc:date>
    </item>
    <item>
      <title>Re: I2S on RW612 with Zephyr</title>
      <link>https://community.nxp.com/t5/Zephyr-Project/I2S-on-RW612-with-Zephyr/m-p/2184029#M499</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/254885"&gt;@_arthur_&lt;/a&gt;.&lt;/P&gt;
&lt;P&gt;We are sorry for the delay on this matter, we are still checking this internally, I will let you know further updates.&lt;/P&gt;
&lt;P&gt;Thank you for your patience.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Oct 2025 18:13:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Zephyr-Project/I2S-on-RW612-with-Zephyr/m-p/2184029#M499</guid>
      <dc:creator>RomanVR</dc:creator>
      <dc:date>2025-10-10T18:13:50Z</dc:date>
    </item>
    <item>
      <title>Re: I2S on RW612 with Zephyr</title>
      <link>https://community.nxp.com/t5/Zephyr-Project/I2S-on-RW612-with-Zephyr/m-p/2193702#M516</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/254885"&gt;@_arthur_&lt;/a&gt;,&amp;nbsp;sorry for the late reply, I hope you are doing well.&lt;/P&gt;
&lt;P&gt;In order to add the MCLK output configuration, first you need to generate the required configuration of the MCLK clock and pin, I suggest to do this with "ConfigTools" which is a tool inside the MCUXpresso IDE that allows to configure your MCU's clock tree and pins and writes the API's to do so into the files "clock_config.c" and "pinmux.c" and "pinmux.h". Please notice that MCLK pin has to be configured as well with ConfigTools since it is an RW612-specific feature and it cannot be configured with the Zephyr gpio driver (as it is designed to be generic).&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RomanVR_0-1761591179940.png" style="width: 679px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/362756i02F60111C2C122B8/image-dimensions/679x345?v=v2" width="679" height="345" role="button" title="RomanVR_0-1761591179940.png" alt="RomanVR_0-1761591179940.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;RomanVR_0-1761591179940.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RomanVR_1-1761591214475.png" style="width: 678px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/362757i32B3AEC92976E444/image-dimensions/678x344?v=v2" width="678" height="344" role="button" title="RomanVR_1-1761591214475.png" alt="RomanVR_1-1761591214475.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;RomanVR_1-1761591214475.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Once generated the required clock configuration, copy-paste it into the function "__weak__ramfunc void clock init(void)" which is located at the path: c:/My_Zephyr_Repo_path/zephyr/soc/nxp/rw.&lt;/P&gt;
&lt;P&gt;Since this function is declared as "__weak__" you can copy-paste it on your main file (which will re-define the function) and add the clock configuration. Regarding the pin configuration, just copy-paste it into your main file.&lt;/P&gt;
&lt;P&gt;Additionally, make sure to add the following includes to your main file (or the file where you add your custom configurations):&lt;/P&gt;
&lt;P&gt;#include &amp;lt;fsl_power.h&amp;gt;&lt;BR /&gt;#include &amp;lt;fsl_clock.h&amp;gt;&lt;BR /&gt;#include &amp;lt;fsl_common.h&amp;gt;&lt;BR /&gt;#include &amp;lt;fsl_device_registers.h&amp;gt;&lt;BR /&gt;#include "soc.h"&lt;BR /&gt;#include "flexspi_clock_setup.h"&lt;BR /&gt;#include "fsl_ocotp.h"&lt;BR /&gt;#include "fsl_common.h"&lt;BR /&gt;#include "fsl_io_mux.h"&lt;/P&gt;
&lt;P&gt;Please let me know if this information helps.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Oct 2025 18:55:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Zephyr-Project/I2S-on-RW612-with-Zephyr/m-p/2193702#M516</guid>
      <dc:creator>RomanVR</dc:creator>
      <dc:date>2025-10-27T18:55:58Z</dc:date>
    </item>
    <item>
      <title>Re: I2S on RW612 with Zephyr</title>
      <link>https://community.nxp.com/t5/Zephyr-Project/I2S-on-RW612-with-Zephyr/m-p/2198543#M522</link>
      <description>&lt;P&gt;Hello Roman,&lt;/P&gt;&lt;P&gt;I took the time to follow your intructions and it seems to work. I'll do more tests to confirm.&lt;/P&gt;&lt;P&gt;Thanks for your help,&lt;/P&gt;&lt;P&gt;Arthur&lt;/P&gt;</description>
      <pubDate>Tue, 04 Nov 2025 21:29:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Zephyr-Project/I2S-on-RW612-with-Zephyr/m-p/2198543#M522</guid>
      <dc:creator>_arthur_</dc:creator>
      <dc:date>2025-11-04T21:29:07Z</dc:date>
    </item>
  </channel>
</rss>

