<?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 Processors中的主题 Re: i.MX6Q S/PDIF RX clock detection (voltage level issue?)</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/i-MX6Q-S-PDIF-RX-clock-detection-voltage-level-issue/m-p/349003#M48372</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thomas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for the delay.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mx6sabre auto boards are capable of doing SPDIF input. Are you able to have access to this board and have a try&amp;nbsp; for comparison?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fabio Estevam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 07 Mar 2015 19:16:01 GMT</pubDate>
    <dc:creator>fabio_estevam</dc:creator>
    <dc:date>2015-03-07T19:16:01Z</dc:date>
    <item>
      <title>i.MX6Q S/PDIF RX clock detection (voltage level issue?)</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX6Q-S-PDIF-RX-clock-detection-voltage-level-issue/m-p/349001#M48370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;We have a platform &lt;/SPAN&gt;&lt;SPAN&gt;based on&amp;nbsp; i.MX6Q, and we try to record the S/PDIF audio from the DVD unit.&lt;/SPAN&gt; However, the recording is very noisy and with interruptions.&lt;/P&gt;&lt;P&gt;I use this command:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: courier new,courier;"&gt;root@android:/ # alsa_arecord -Dhw:0,0 -f S24_LE&amp;nbsp; -c 2 -r 44100 /system/spdif_rec_10.wav&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt;Recording WAVE '/system/spdif_rec_10.wav' : Signed 24 bit Little Endian, Rate 44100 Hz, Stereo&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt;overrun!!! (at least 355.589 ms long)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt;overrun!!! (at least 1216.716 ms long)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt;overrun!!! (at least 278.374 ms long)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt;overrun!!! (at least 112.048 ms long)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is how we configured the S/PDIF in the board file:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: courier new,courier;"&gt;static struct mxc_spdif_platform_data mxc_spdif_data = {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .spdif_tx&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = 0,&amp;nbsp;&amp;nbsp;&amp;nbsp; /* disable tx */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .spdif_rx&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = 1,&amp;nbsp;&amp;nbsp;&amp;nbsp; /* enable rx */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .spdif_rx_clk&amp;nbsp;&amp;nbsp; = 0,&amp;nbsp;&amp;nbsp;&amp;nbsp; /* rx clk from spdif stream */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .spdif_clk&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = NULL, /* spdif bus clk */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt;};&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; mxc_spdif_data.spdif_core_clk = clk_get_sys("mxc_spdif.0", NULL);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; clk_put(mxc_spdif_data.spdif_core_clk);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; imx6q_add_spdif(&amp;amp;mxc_spdif_data);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; imx6q_add_spdif_dai();&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; imx6q_add_spdif_audio_device();&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We captured SPDIF_SR_CLK (pad GPIO_8) and we see many interruptions of the clock signal. &lt;SPAN class="defaultSkin"&gt;&lt;SPAN class="j-attachment-name-chop"&gt;Please see the captures (la_capture_1.png and &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="defaultSkin"&gt;&lt;SPAN class="j-attachment-name-chop"&gt;la_capture_2.png)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="defaultSkin"&gt;&lt;SPAN class="j-attachment-name-chop"&gt;It looks like the RX clock is not detected properly from the input bitstream.. Do you know what could cause this problem?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="defaultSkin"&gt;&lt;SPAN class="j-attachment-name-chop"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="defaultSkin"&gt;&lt;SPAN class="j-attachment-name-chop"&gt;We also investigated the S/PDIF signal level (&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="defaultSkin"&gt;&lt;SPAN class="j-attachment-name-chop"&gt;DS1ED142105694_5.bmp&amp;nbsp; ch1: S/PDIF, ch2: SR_CLK). Is this voltage level correct?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We tried with a different S/PDIF source and a different signal level, but no data could be recorded at all (DS1ED142105694_13.bmp)&lt;/P&gt;&lt;P&gt;We also confirmed that the DVD signal is correct (with a different s/pdif receiver)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These are the S/PDIF-related registers:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;root@android:/ # [&amp;nbsp; 246.700982] SCR: 0x00140600&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 8pt;"&gt;[&amp;nbsp; 246.703795] SIE: 0x0010c7ec&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 8pt;"&gt;[&amp;nbsp; 246.706598] SRPC: 0x00000058&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 8pt;"&gt;[&amp;nbsp; 246.709488] FreqMeas: 0x0008adde&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 8pt;"&gt;[&amp;nbsp; 246.712728] reg 0x00 = 0x140600&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 8pt;"&gt;[&amp;nbsp; 246.715879] reg 0x04 = 0x000000&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 8pt;"&gt;[&amp;nbsp; 246.719030] reg 0x08 = 0x000058&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 8pt;"&gt;[&amp;nbsp; 246.722181] reg 0x0c = 0x10c7ec&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 8pt;"&gt;[&amp;nbsp; 246.725333] reg 0x10 = 0x93c613&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 8pt;"&gt;[&amp;nbsp; 246.728484] reg 0x14 = 0x000000&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 8pt;"&gt;[&amp;nbsp; 246.731635] reg 0x18 = 0x000000&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 8pt;"&gt;[&amp;nbsp; 246.734786] reg 0x1c = 0x208000&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 8pt;"&gt;[&amp;nbsp; 246.737937] reg 0x20 = 0x000000&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 8pt;"&gt;[&amp;nbsp; 246.741088] reg 0x24 = 0x808080&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 8pt;"&gt;[&amp;nbsp; 246.744239] reg 0x28 = 0x000000&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 8pt;"&gt;[&amp;nbsp; 246.747390] reg 0x2c = 0x000000&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 8pt;"&gt;[&amp;nbsp; 246.750540] reg 0x30 = 0x000000&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 8pt;"&gt;[&amp;nbsp; 246.753691] reg 0x34 = 0x000000&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 8pt;"&gt;[&amp;nbsp; 246.756841] reg 0x38 = 0x000000&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 8pt;"&gt;[&amp;nbsp; 246.759993] reg 0x44 = 0x0af5f1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 8pt;"&gt;[&amp;nbsp; 246.763144] reg 0x50 = 0x020f00&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 8pt;"&gt;[&amp;nbsp; 246.766484] SPDIF interrupt parity bit error&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 8pt;"&gt;[&amp;nbsp; 246.770766] SPDIF interrupt symbol error&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 8pt;"&gt;[&amp;nbsp; 246.774698] SPDIF Rx dpll locked&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 8pt;"&gt;[&amp;nbsp; 248.948596] SIS: 0x00830012&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 8pt;"&gt;[&amp;nbsp; 248.951407] SRPC: 0x00000058&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 8pt;"&gt;[&amp;nbsp; 248.954298] FreqMeas: 0x000af2b7&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 8pt;"&gt;[&amp;nbsp; 249.313858] SCR: 0x00140200&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 8pt;"&gt;[&amp;nbsp; 249.316671] SIE: 0x0010c7ec&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 8pt;"&gt;[&amp;nbsp; 249.319475] SRPC: 0x00000058&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 8pt;"&gt;[&amp;nbsp; 249.322365] FreqMeas: 0x000af2b6&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 8pt;"&gt;[&amp;nbsp; 249.325604] reg 0x00 = 0x140200&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;We use &lt;/SPAN&gt;&lt;SPAN style="color: black; font-size: 10pt; mso-hansi-theme-font: minor-latin; mso-ascii-theme-font: minor-latin; font-family: arial,helvetica,sans-serif;"&gt;the L3.0.35 BSP (&lt;/SPAN&gt;JB4.2.2_1.0.0-GA&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; color: black;"&gt;&lt;SPAN style="font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;)&lt;/SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Though, after applying two patches that changes the bus clock for s/pdif to "ipg" (ENGR00267442 and ENGR00315426) from linux-3.0.101-imx_4.1.1, we can see a difference..&lt;BR /&gt; The RX clock detection still fails but with less/smaller interruptions.&lt;/P&gt;&lt;P&gt;Please see d3_to_imx_spdif_without_patches_1.png and d3_to_imx_spdif_with_patches_1.png&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; color: black;"&gt;Thank you,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2015 16:02:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX6Q-S-PDIF-RX-clock-detection-voltage-level-issue/m-p/349001#M48370</guid>
      <dc:creator>dragosstoica</dc:creator>
      <dc:date>2015-02-04T16:02:36Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX6Q S/PDIF RX clock detection (voltage level issue?)</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX6Q-S-PDIF-RX-clock-detection-voltage-level-issue/m-p/349002#M48371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/VladanJovanovic"&gt;VladanJovanovic&lt;/A&gt;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/FabioEstevam"&gt;FabioEstevam&lt;/A&gt;,&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/MT"&gt;MT&lt;/A&gt; any feedback on this would be appreciate. Thanks in advance !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Feb 2015 14:28:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX6Q-S-PDIF-RX-clock-detection-voltage-level-issue/m-p/349002#M48371</guid>
      <dc:creator>ThomasBandelier</dc:creator>
      <dc:date>2015-02-16T14:28:00Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX6Q S/PDIF RX clock detection (voltage level issue?)</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX6Q-S-PDIF-RX-clock-detection-voltage-level-issue/m-p/349003#M48372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thomas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for the delay.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mx6sabre auto boards are capable of doing SPDIF input. Are you able to have access to this board and have a try&amp;nbsp; for comparison?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fabio Estevam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Mar 2015 19:16:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX6Q-S-PDIF-RX-clock-detection-voltage-level-issue/m-p/349003#M48372</guid>
      <dc:creator>fabio_estevam</dc:creator>
      <dc:date>2015-03-07T19:16:01Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX6Q S/PDIF RX clock detection (voltage level issue?)</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX6Q-S-PDIF-RX-clock-detection-voltage-level-issue/m-p/349004#M48373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thomas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know how much this will help you but sometimes&lt;/P&gt;&lt;P&gt;ago I took a SabreSD board (not Sabre Auto Fabio mentions)&lt;/P&gt;&lt;P&gt;and tested the spdif input. As this board doesn't have a spdif&lt;/P&gt;&lt;P&gt;port I used the OTG pins and muxed it accordingly. I used&lt;/P&gt;&lt;P&gt;the recent mainline Linux kernel at that time (3.18) and&lt;/P&gt;&lt;P&gt;had no problem recording a CD from an inexpensive (Phillips)&lt;/P&gt;&lt;P&gt;DVD player. I recorded using arecord command as you did.&lt;/P&gt;&lt;P&gt;The recording and playing back had no problem in that experiment. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you prefer you can perhaps set up a sabresd platform&lt;/P&gt;&lt;P&gt;(if you find mx6sabre auto that Fabio suggested too &lt;/P&gt;&lt;P&gt;expensive) with a recent mainline kernel&amp;nbsp; and measure&lt;/P&gt;&lt;P&gt;the signals as you did on your board to compare.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately I don't have that set up any more but&lt;/P&gt;&lt;P&gt;if can't solve this problem for some time I can see if&lt;/P&gt;&lt;P&gt;I would be able to&amp;nbsp; have some time to put this together&lt;/P&gt;&lt;P&gt;again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sinan Akman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Mar 2015 21:57:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX6Q-S-PDIF-RX-clock-detection-voltage-level-issue/m-p/349004#M48373</guid>
      <dc:creator>sinanakman</dc:creator>
      <dc:date>2015-03-07T21:57:07Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX6Q S/PDIF RX clock detection (voltage level issue?)</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX6Q-S-PDIF-RX-clock-detection-voltage-level-issue/m-p/349005#M48374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Fabio,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we wil llook into this possibility. Apparently you want to isolate a HW issue: based on the data provided by @dragosstoica, what could be a lead for a HW issue that would explain this clock behaviour? Is voltage level correct for example ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Mar 2015 08:25:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX6Q-S-PDIF-RX-clock-detection-voltage-level-issue/m-p/349005#M48374</guid>
      <dc:creator>ThomasBandelier</dc:creator>
      <dc:date>2015-03-09T08:25:36Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX6Q S/PDIF RX clock detection (voltage level issue?)</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX6Q-S-PDIF-RX-clock-detection-voltage-level-issue/m-p/349006#M48375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thomas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, that's the idea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check the mx6qsabreauto SPDIF input circuitry for comparison. The schematics are available at freescale.com.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fabio Estevam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Mar 2015 13:22:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX6Q-S-PDIF-RX-clock-detection-voltage-level-issue/m-p/349006#M48375</guid>
      <dc:creator>fabio_estevam</dc:creator>
      <dc:date>2015-03-09T13:22:02Z</dc:date>
    </item>
  </channel>
</rss>

