<?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 smartdma in MCX Microcontrollers</title>
    <link>https://community.nxp.com/t5/MCX-Microcontrollers/smartdma/m-p/1884818#M434</link>
    <description>&lt;H2&gt;&lt;SPAN class=""&gt;How can I write smartdma firmware for the MXCN947 mcu?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/H2&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;I have only seen 'compiled' examples for FRDM-MXCN947 board, like camera and keypad and so on,where firmware is supplied as a byte array, but what if I want to write my own firmware or adapt existing code to my needs?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;I could not find enough info how the smart dma works. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;How is smartdma firmware written?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Where can i find its documentation?&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 11 Jun 2024 06:46:29 GMT</pubDate>
    <dc:creator>yakabmarci</dc:creator>
    <dc:date>2024-06-11T06:46:29Z</dc:date>
    <item>
      <title>smartdma</title>
      <link>https://community.nxp.com/t5/MCX-Microcontrollers/smartdma/m-p/1884818#M434</link>
      <description>&lt;H2&gt;&lt;SPAN class=""&gt;How can I write smartdma firmware for the MXCN947 mcu?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/H2&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;I have only seen 'compiled' examples for FRDM-MXCN947 board, like camera and keypad and so on,where firmware is supplied as a byte array, but what if I want to write my own firmware or adapt existing code to my needs?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;I could not find enough info how the smart dma works. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;How is smartdma firmware written?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Where can i find its documentation?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jun 2024 06:46:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCX-Microcontrollers/smartdma/m-p/1884818#M434</guid>
      <dc:creator>yakabmarci</dc:creator>
      <dc:date>2024-06-11T06:46:29Z</dc:date>
    </item>
    <item>
      <title>Re: smartdma</title>
      <link>https://community.nxp.com/t5/MCX-Microcontrollers/smartdma/m-p/1886656#M446</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/234815"&gt;@yakabmarci&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can download the&amp;nbsp;SDK_2_16_000_FRDM-MCXN947 in the official website.&lt;/P&gt;
&lt;P&gt;In this path&amp;nbsp;SDK_2_16_000_FRDM-MCXN947\boards\frdmmcxn947\display_examples\smartdma_camera_flexio_mculcd.&lt;/P&gt;
&lt;P&gt;You can refer to&amp;nbsp;smartdma_camera_flexio_mculcd example.&lt;/P&gt;
&lt;P&gt;Hope this will help you.&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Hang&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jun 2024 06:53:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCX-Microcontrollers/smartdma/m-p/1886656#M446</guid>
      <dc:creator>Harry_Zhang</dc:creator>
      <dc:date>2024-06-13T06:53:33Z</dc:date>
    </item>
    <item>
      <title>Re: smartdma</title>
      <link>https://community.nxp.com/t5/MCX-Microcontrollers/smartdma/m-p/1887070#M452</link>
      <description>&lt;P&gt;How can i get SDK_2_&lt;STRONG&gt;16&lt;/STRONG&gt;_000?&lt;/P&gt;&lt;P&gt;I only see version 2_14 in the sdk builder&lt;/P&gt;&lt;P&gt;Does this example have the smart dma code as source and is explained, or just a compiled byte array as the other examples?&lt;/P&gt;&lt;P&gt;Still a documentation or user manual would be preferred.&lt;/P&gt;&lt;P&gt;It is pretty disappointing that there is this nice piece of HW, but it can't be used, as it's usage is undocumented.&lt;/P&gt;&lt;P&gt;Maybe mark it clearly in your presentations that caution smart dma is not actually usable, you can only use it for 2 demo purposes for which we provide firmware, other than that you can forget it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is what i mean by smart dma firmware provided in the examples:&lt;/P&gt;&lt;P&gt;const uint8_t s_smartdmaDisplayFirmware[] = {&lt;BR /&gt;0x24U, 0x00U, 0x00U, 0x04U, 0x18U, 0x01U, 0x00U, 0x04U, 0xC8U, 0x02U, 0x00U, 0x04U, 0xF0U, 0x01U, 0x00U, 0x04U,&lt;BR /&gt;0x7CU, 0x03U, 0x00U, 0x04U, 0xACU, ...&lt;/P&gt;&lt;P&gt;this is not source code, i can't understand how this was obtained or how to modify it&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jun 2024 14:28:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCX-Microcontrollers/smartdma/m-p/1887070#M452</guid>
      <dc:creator>yakabmarci</dc:creator>
      <dc:date>2024-06-13T14:28:43Z</dc:date>
    </item>
    <item>
      <title>Re: smartdma</title>
      <link>https://community.nxp.com/t5/MCX-Microcontrollers/smartdma/m-p/1888438#M470</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/234815"&gt;@yakabmarci&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We will release &lt;SPAN&gt;SDK_2_&lt;/SPAN&gt;&lt;STRONG&gt;16&lt;/STRONG&gt;&lt;SPAN&gt;_000&lt;/SPAN&gt; next month.&lt;/P&gt;
&lt;P&gt;I am sorry, the&lt;SPAN&gt; smartdmaCameraFirmware&amp;nbsp;is supplied as a byte array.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;About the document, you need to apply for access permissions.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The following link is the application process.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://www.nxp.com.cn/docs/en/user-guide/nxp-secure-access-rights-registration.pdf" target="_blank"&gt;NXP Secure Access Rights First-Time User Registration Guide&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Hope this will help you.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;BR&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Hang&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2024 07:11:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCX-Microcontrollers/smartdma/m-p/1888438#M470</guid>
      <dc:creator>Harry_Zhang</dc:creator>
      <dc:date>2024-06-17T07:11:35Z</dc:date>
    </item>
    <item>
      <title>Re: smartdma</title>
      <link>https://community.nxp.com/t5/MCX-Microcontrollers/smartdma/m-p/1891164#M492</link>
      <description>&lt;P&gt;Unfortunately this doesn't help you as my request was rejected.&lt;/P&gt;&lt;P&gt;I'm an end user/hobbyst, i'm not a company and don't have a company email.&lt;/P&gt;&lt;P&gt;The problem is that i have bought several mcxn947 freedom boards that i can't use, as i was not aware that basic documentation is not public.&lt;/P&gt;&lt;P&gt;What should i do with them, they are brand new, will mouser or you take it back?&lt;/P&gt;&lt;P&gt;Your policy regarding documentation is strange, for sure I will avoid nxp in the future.&lt;/P&gt;&lt;P&gt;Your products only look good on paper, the reality is completely different.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2024 07:10:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCX-Microcontrollers/smartdma/m-p/1891164#M492</guid>
      <dc:creator>yakabmarci</dc:creator>
      <dc:date>2024-06-20T07:10:33Z</dc:date>
    </item>
    <item>
      <title>Re: smartdma</title>
      <link>https://community.nxp.com/t5/MCX-Microcontrollers/smartdma/m-p/1891886#M496</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/234815"&gt;@yakabmarci&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm sorry for any inconvenience caused.&lt;/P&gt;&lt;P&gt;I will provide feedback on your issue and look forward to your understanding.&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Hang&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jun 2024 06:06:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCX-Microcontrollers/smartdma/m-p/1891886#M496</guid>
      <dc:creator>Harry_Zhang</dc:creator>
      <dc:date>2024-06-21T06:06:55Z</dc:date>
    </item>
  </channel>
</rss>

