<?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: copy data fail when callback rpms function in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/copy-data-fail-when-callback-rpms-function/m-p/1360411#M182010</link>
    <description>&lt;P&gt;Hi Oleg&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;may be useful to look at examples provided in NXP FreeRTOS releases&lt;/P&gt;
&lt;UL style="box-sizing: border-box; margin-top: 0.5em; margin-bottom: 0px; padding: 0px; list-style-type: none; color: #64798a; font-family: Arial, sans-serif; font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #f6f7f8; text-decoration-style: initial; text-decoration-color: initial;"&gt;
&lt;LI style="box-sizing: border-box; margin-bottom: 0.5em; position: relative; padding: 5px 5px 5px 25px;"&gt;&lt;A class="" style="box-sizing: border-box; background-color: transparent; color: #215bd6; text-decoration: none; cursor: pointer;" href="https://www.nxp.com/webapp/Download?colCode=FREERTOS_MX6SX_1.0.0_WIN&amp;amp;appType=license&amp;amp;location=null" target="_blank"&gt;Windows Installer: i.MX 6SoloX FreeRTOS BSP 1.0.0 for Cortex-M4&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;</description>
    <pubDate>Sun, 24 Oct 2021 23:35:47 GMT</pubDate>
    <dc:creator>igorpadykov</dc:creator>
    <dc:date>2021-10-24T23:35:47Z</dc:date>
    <item>
      <title>copy data fail when callback rpms function</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/copy-data-fail-when-callback-rpms-function/m-p/1360404#M182006</link>
      <description>&lt;P&gt;hello i use imx6sx to create simple rpmsg driver where pass data from rpmsg callback to a kernel thread.&lt;BR /&gt;The problem was that data is not copied, i.e. printk for the trhead works well, but coping to kthread buffer alwas fails.&lt;BR /&gt;That behavior is quite mysterious for me.&lt;BR /&gt;maybe you have any idea.&lt;BR /&gt;best wishes.&lt;/P&gt;</description>
      <pubDate>Sun, 24 Oct 2021 17:51:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/copy-data-fail-when-callback-rpms-function/m-p/1360404#M182006</guid>
      <dc:creator>o_scherbinin</dc:creator>
      <dc:date>2021-10-24T17:51:56Z</dc:date>
    </item>
    <item>
      <title>Re: copy data fail when callback rpms function</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/copy-data-fail-when-callback-rpms-function/m-p/1360411#M182010</link>
      <description>&lt;P&gt;Hi Oleg&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;may be useful to look at examples provided in NXP FreeRTOS releases&lt;/P&gt;
&lt;UL style="box-sizing: border-box; margin-top: 0.5em; margin-bottom: 0px; padding: 0px; list-style-type: none; color: #64798a; font-family: Arial, sans-serif; font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #f6f7f8; text-decoration-style: initial; text-decoration-color: initial;"&gt;
&lt;LI style="box-sizing: border-box; margin-bottom: 0.5em; position: relative; padding: 5px 5px 5px 25px;"&gt;&lt;A class="" style="box-sizing: border-box; background-color: transparent; color: #215bd6; text-decoration: none; cursor: pointer;" href="https://www.nxp.com/webapp/Download?colCode=FREERTOS_MX6SX_1.0.0_WIN&amp;amp;appType=license&amp;amp;location=null" target="_blank"&gt;Windows Installer: i.MX 6SoloX FreeRTOS BSP 1.0.0 for Cortex-M4&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;</description>
      <pubDate>Sun, 24 Oct 2021 23:35:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/copy-data-fail-when-callback-rpms-function/m-p/1360411#M182010</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2021-10-24T23:35:47Z</dc:date>
    </item>
    <item>
      <title>Re: copy data fail when callback rpms function</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/copy-data-fail-when-callback-rpms-function/m-p/1360478#M182024</link>
      <description>&lt;P&gt;Hello Igor.&lt;/P&gt;&lt;P&gt;I saw examples and i use it ( FreeRTOS task).&lt;/P&gt;&lt;P&gt;Problem exist in Linux driver when data copied to upper layer driver by reference.&lt;/P&gt;&lt;P&gt;Problem exist in Linux driver when data copied to upper layer driver by reference.&lt;BR /&gt;in case when data is generated inside the kthread, then passed properly.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Oct 2021 03:46:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/copy-data-fail-when-callback-rpms-function/m-p/1360478#M182024</guid>
      <dc:creator>o_scherbinin</dc:creator>
      <dc:date>2021-10-25T03:46:00Z</dc:date>
    </item>
    <item>
      <title>Re: copy data fail when callback rpms function</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/copy-data-fail-when-callback-rpms-function/m-p/1360622#M182035</link>
      <description>&lt;P&gt;&amp;gt;Problem exist in Linux driver when data copied to upper layer driver by reference.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;what "linux" used in the case. One can try latest nxp official linux from source.codeaurora.org/external/imx/linux-imx repository&lt;BR /&gt;&lt;A href="https://source.codeaurora.org/external/imx/linux-imx/tree/?h=lf-5.10.y" target="_blank"&gt;https://source.codeaurora.org/external/imx/linux-imx/tree/?h=lf-5.10.y&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Documentation&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/design/software/embedded-software/i-mx-software/embedded-linux-for-i-mx-applications-processors:IMXLINUX?tab=In-Depth_Tab" target="_blank"&gt;https://www.nxp.com/design/software/embedded-software/i-mx-software/embedded-linux-for-i-mx-applications-processors:IMXLINUX?tab=In-Depth_Tab&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;</description>
      <pubDate>Mon, 25 Oct 2021 07:15:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/copy-data-fail-when-callback-rpms-function/m-p/1360622#M182035</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2021-10-25T07:15:28Z</dc:date>
    </item>
  </channel>
</rss>

