<?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>topic Re: LPC 4350 SGPIO Camera interface in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC-4350-SGPIO-Camera-interface/m-p/791284#M31871</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dudi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have tried to slow down the PIXCLK to 12MHz?&lt;/P&gt;&lt;P&gt;If the issue still there?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Mike&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Jun 2018 03:07:43 GMT</pubDate>
    <dc:creator>Hui_Ma</dc:creator>
    <dc:date>2018-06-21T03:07:43Z</dc:date>
    <item>
      <title>LPC 4350 SGPIO Camera interface</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC-4350-SGPIO-Camera-interface/m-p/791283#M31870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="direction: ltr;"&gt;Hi,&lt;/P&gt;&lt;P style="direction: ltr;"&gt;i am trying to use the LPC4350 SGPIO camera interface.&amp;nbsp;&lt;/P&gt;&lt;P style="direction: ltr;"&gt;i followed the example code&amp;nbsp;and i am able to get the data the camera.&amp;nbsp;&lt;/P&gt;&lt;P style="direction: ltr;"&gt;the problem is that until i get the data from the last slices, the content of the reg_ss is already changed.&lt;/P&gt;&lt;P style="direction: ltr;"&gt;the BASE_CLK_PERIPH is 200MB, the PIXCLK from the sensor is 20MB.&lt;/P&gt;&lt;P style="direction: ltr;"&gt;&lt;/P&gt;&lt;P style="direction: ltr;"&gt;i am using the SGPIO interrupt from M4 and the SDRAM i am writing to is connected using the EMC interface.&lt;/P&gt;&lt;P style="direction: ltr;"&gt;the code i am using when getting an interrupt from slice A is as follows:&lt;/P&gt;&lt;P style="direction: ltr;"&gt;if (r-&amp;gt;status_1 &amp;amp; 1)&lt;/P&gt;&lt;P style="direction: ltr;"&gt;{&lt;/P&gt;&lt;P style="direction: ltr;"&gt;r-&amp;gt;clr_status_1 = 0x1;&lt;/P&gt;&lt;P style="direction: ltr;"&gt;{&lt;/P&gt;&lt;P style="direction: ltr;"&gt;*pxl_p++ = r-&amp;gt;reg_ss[pin7Slice];&lt;/P&gt;&lt;P style="direction: ltr;"&gt;*pxl_p++ = r-&amp;gt;reg_ss[pin6Slice];&lt;/P&gt;&lt;P style="direction: ltr;"&gt;*pxl_p++ = r-&amp;gt;reg_ss[pin5Slice];&lt;/P&gt;&lt;P style="direction: ltr;"&gt;*pxl_p++ = r-&amp;gt;reg_ss[pin4Slice];&lt;/P&gt;&lt;P style="direction: ltr;"&gt;*pxl_p++ = r-&amp;gt;reg_ss[pin3Slice];&lt;/P&gt;&lt;P style="direction: ltr;"&gt;*pxl_p++ = r-&amp;gt;reg_ss[pin2Slice];&lt;/P&gt;&lt;P style="direction: ltr;"&gt;*pxl_p++ = r-&amp;gt;reg_ss[pin1Slice];&lt;/P&gt;&lt;P style="direction: ltr;"&gt;*pxl_p++ = r-&amp;gt;reg_ss[pin0Slice];&lt;/P&gt;&lt;P style="direction: ltr;"&gt;}&lt;/P&gt;&lt;P style="direction: ltr;"&gt;&lt;/P&gt;&lt;P style="direction: ltr;"&gt;any idea how can solve it?&lt;/P&gt;&lt;P style="direction: ltr;"&gt;&lt;/P&gt;&lt;P style="direction: ltr;"&gt;Thanks,&lt;/P&gt;&lt;P style="direction: ltr;"&gt;Dudi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2018 09:16:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC-4350-SGPIO-Camera-interface/m-p/791283#M31870</guid>
      <dc:creator>dudisasson</dc:creator>
      <dc:date>2018-06-18T09:16:34Z</dc:date>
    </item>
    <item>
      <title>Re: LPC 4350 SGPIO Camera interface</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC-4350-SGPIO-Camera-interface/m-p/791284#M31871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dudi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have tried to slow down the PIXCLK to 12MHz?&lt;/P&gt;&lt;P&gt;If the issue still there?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Mike&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2018 03:07:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC-4350-SGPIO-Camera-interface/m-p/791284#M31871</guid>
      <dc:creator>Hui_Ma</dc:creator>
      <dc:date>2018-06-21T03:07:43Z</dc:date>
    </item>
  </channel>
</rss>

