<?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: FlexIO Camera Driver API for data acquisition (PB  callback never called) in Kinetis Software Development Kit</title>
    <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/FlexIO-Camera-Driver-API-for-data-acquisition-PB-160-callback/m-p/665828#M7310</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, can I have any&amp;nbsp; information or a procedure, I need to acquire data with the flexio + EDMA (4 bit every 20 MHz)&amp;nbsp;to store them&amp;nbsp;into the micro SD card.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use API (FLEXIO CAMERA Receive in EDMA way) but I can not capture the data with the API.&amp;nbsp;I am not expert on K80. Thank you in advance for your help.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Patrice&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: &amp;nbsp;I set on "&lt;A _jive_internal="true" data-content-finding="Community" data-uri="https://community.nxp.com/api/core/v3/places/145201" href="https://community.nxp.com/community/mcuxpresso/kinetis-software-development-kit"&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline;"&gt;Kinetis Software Development Kit&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;&lt;SPAN data-content_id="455501" data-content_type="1" data-jive-view="apps/impact2/viewCount/view_count_view" data-legacy_view_count="26"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;visibility", is it enough for getting an answer?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Jul 2017 07:25:35 GMT</pubDate>
    <dc:creator>lacouturepatric</dc:creator>
    <dc:date>2017-07-19T07:25:35Z</dc:date>
    <item>
      <title>FlexIO Camera Driver API for data acquisition (PB  callback never called)</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/FlexIO-Camera-Driver-API-for-data-acquisition-PB-160-callback/m-p/665827#M7309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using the TWR-K80F150M board, MCUXpresso IDE v10.0.0_344 and SDK_2.2_TWR-K80F150M. For my project, i should acquire 4 serial data at&amp;nbsp;16 MHz which must be saved into sd card. I am now working on the&amp;nbsp;acquisition&amp;nbsp;with the flexio. &amp;nbsp;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to use the FlexIO Camera Driver to acquire data from Kinetis SDK 2.0 API Reference Manual. Refer to link &lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fmcuxpresso.nxp.com%2Fapidoc%2F2.0%2Fgroup__flexio__camera.html" rel="nofollow" target="_blank"&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline;"&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;A href="http://mcuxpresso.nxp.com/apidoc/2.0/group__flexio__camera.html" target="test_blank"&gt;http://mcuxpresso.nxp.com/apidoc/2.0/group__flexio__camera.html&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To test the acquisition and the API, before using an FPGA, i am using 2 GPIO called IDLE_CORTEX, SHDN_CORTEX for generating the clock and the trig that are connected to the FLEXIO_0 (pclk) and FLEXIO_1 (href) thanks to TWR_ELV and TWR_proto. The callback is never called and I am sure about the connexion (&amp;nbsp;IDLE_CORTEX to &amp;nbsp;FLEXIO_0, periodical, SHDN_CORTEX&amp;nbsp; to FLEXIO_1).&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you have any way to debug or why I can not receive data (The callback is never called ) ?&lt;/P&gt;&lt;P&gt;I'm not too familiar with flexio and edma.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My code is attached, the FlexIO Camera Driver is into front_end.c.&lt;/P&gt;&lt;P&gt;Thank you in advance for your help.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-335843"&gt;MK80FN256xxx15_Project.c.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-335843"&gt;frontend.h.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-335843"&gt;frontend.c.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-335843"&gt;pin_mux.h.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-335843"&gt;board.c.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-335843"&gt;clock_config.h.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-335843"&gt;clock_config.c.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-335843"&gt;board.h.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-335843"&gt;pin_mux.c.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jul 2017 13:46:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/FlexIO-Camera-Driver-API-for-data-acquisition-PB-160-callback/m-p/665827#M7309</guid>
      <dc:creator>lacouturepatric</dc:creator>
      <dc:date>2017-07-12T13:46:59Z</dc:date>
    </item>
    <item>
      <title>Re: FlexIO Camera Driver API for data acquisition (PB  callback never called)</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/FlexIO-Camera-Driver-API-for-data-acquisition-PB-160-callback/m-p/665828#M7310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, can I have any&amp;nbsp; information or a procedure, I need to acquire data with the flexio + EDMA (4 bit every 20 MHz)&amp;nbsp;to store them&amp;nbsp;into the micro SD card.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use API (FLEXIO CAMERA Receive in EDMA way) but I can not capture the data with the API.&amp;nbsp;I am not expert on K80. Thank you in advance for your help.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Patrice&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: &amp;nbsp;I set on "&lt;A _jive_internal="true" data-content-finding="Community" data-uri="https://community.nxp.com/api/core/v3/places/145201" href="https://community.nxp.com/community/mcuxpresso/kinetis-software-development-kit"&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline;"&gt;Kinetis Software Development Kit&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;&lt;SPAN data-content_id="455501" data-content_type="1" data-jive-view="apps/impact2/viewCount/view_count_view" data-legacy_view_count="26"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;visibility", is it enough for getting an answer?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2017 07:25:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/FlexIO-Camera-Driver-API-for-data-acquisition-PB-160-callback/m-p/665828#M7310</guid>
      <dc:creator>lacouturepatric</dc:creator>
      <dc:date>2017-07-19T07:25:35Z</dc:date>
    </item>
  </channel>
</rss>

