<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Operating I2S master with Sensibel 24-bit microphones</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/128496/operating-i2s-master-with-sensibel-24-bit-microphones</link><description>Hi, We want to use Sensibel microphones in a project with nfr9151, and it will be used to sample one microphone (mono) with 24bit data. This microphone seems to require 32 clock cycles on each channel (L/R). MSB is transmitter first, meaning that the</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 18 Jun 2026 11:58:42 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/128496/operating-i2s-master-with-sensibel-24-bit-microphones" /><item><title>RE: Operating I2S master with Sensibel 24-bit microphones</title><link>https://devzone.nordicsemi.com/thread/568136?ContentTypeID=1</link><pubDate>Thu, 18 Jun 2026 11:58:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8ff1fce9-7bb3-405f-afbe-35bb8e67ab10</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;If the I2S operate in Master mode what you ask for is not possible.&lt;/p&gt;
&lt;p&gt;If the I2S operate in Slave mode this should be possible, please see the following snippets from the I2S chapter:&lt;/p&gt;
&lt;p&gt;&amp;quot;The CONFIG.SWIDTH register primarily defines the sample width of the data written to memory. In master mode, it then also sets the amount of bits per frame. &lt;strong&gt;In Slave mode it controls padding/trimming if required.&lt;/strong&gt; Left, right, transmitted, and received samples always have the same width. The CONFIG.FORMAT register specifies the position of the data frames with respect to the LRCK edges in both Master and Slave modes.&amp;quot;&lt;/p&gt;
&lt;p&gt;&amp;quot;&lt;strong&gt;In slave mode, however, the sample width does not need to equal the frame size. This means you might have extra or fewer SCK pulses per half-frame than what the sample width specified in&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/r/8x61OyWhjf9N2ZuIjPOCUA/Jea3ux8GOmUQdZGdrg~Xzw?section=register.CONFIG.SWIDTH"&gt;CONFIG.SWIDTH&lt;/a&gt;&amp;nbsp;requires.&lt;/strong&gt;&amp;quot;&lt;/p&gt;
&lt;p&gt;From:&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/r/bundle/ps_nrf9151/page/i2s.html?section=concept_z2v_24y_vr"&gt;https://docs.nordicsemi.com/r/bundle/ps_nrf9151/page/i2s.html?section=concept_z2v_24y_vr&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kenneth&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Operating I2S master with Sensibel 24-bit microphones</title><link>https://devzone.nordicsemi.com/thread/568123?ContentTypeID=1</link><pubDate>Thu, 18 Jun 2026 10:37:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:66e4b779-0637-42e8-903a-2ffa725ef53d</guid><dc:creator>Einar Mestad</dc:creator><description>&lt;p&gt;Would it be possible to define the with to 16 bit and then use a frequency divider outside of the nrf for the left/right selector? We would then need to configure the 16-bit to have 2x frequency to get the same output frequency. And data would need to be converted from two 16-bit words to one 32-bit word.&lt;br /&gt;Issue 1: Will data stored be placed in two different buffers, one 16-bit for left channel, one 16-bit for right channel. (Only 8 bits will be valid). That means that we need to re-arrange the output after the EasyDMA interrrupt.&lt;br /&gt;&lt;br /&gt;Issue 2: The clock divider may add a delay in that may lead to timing or synchronization issues.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>