<?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: dev/rfcomm3 cannot allocate memory after sending data(imx8mm mini evk baord) in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/dev-rfcomm3-cannot-allocate-memory-after-sending-data-imx8mm/m-p/1339004#M179977</link>
    <description>&lt;P&gt;Hi Anil&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;one can look at similar issues on esp32 forum and post issue there&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.esp32.com/viewtopic.php?t=1606" target="_blank"&gt;https://www.esp32.com/viewtopic.php?t=1606&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.esp32.com/viewtopic.php?t=10710" target="_blank"&gt;https://www.esp32.com/viewtopic.php?t=10710&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, 13 Sep 2021 08:39:08 GMT</pubDate>
    <dc:creator>igorpadykov</dc:creator>
    <dc:date>2021-09-13T08:39:08Z</dc:date>
    <item>
      <title>dev/rfcomm3 cannot allocate memory after sending data(imx8mm mini evk baord)</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/dev-rfcomm3-cannot-allocate-memory-after-sending-data-imx8mm/m-p/1338654#M179935</link>
      <description>&lt;P&gt;Hello Sir,&lt;/P&gt;&lt;P&gt;here i am using imx8mm mini evk board and ESP32 board for bluetooth base data transmission.&lt;/P&gt;&lt;P&gt;i want to do communication between A53 linux and esp32 using bluetooth.&lt;/P&gt;&lt;P&gt;on A53 linux executing below commands&amp;nbsp;&lt;/P&gt;&lt;P&gt;void Bluetooth_Init(Void)&lt;BR /&gt;{&lt;BR /&gt;system("modprobe moal mod_para=nxp/wifi_mod_para.conf"); //before enabling bluetooth need to Enable WIFI first&lt;/P&gt;&lt;P&gt;delay(1000);&lt;/P&gt;&lt;P&gt;system("hciattach /dev/ttymxc0 any 115200 flow");//Set up Baud Rate with 115200 for bluetooth&lt;/P&gt;&lt;P&gt;delay(500);&lt;/P&gt;&lt;P&gt;system("hciconfig hci0 up");// basic configuration for the bluetooth&lt;/P&gt;&lt;P&gt;delay(500);&lt;/P&gt;&lt;P&gt;system("hciconfig");// basic configuration for the bluetooth&lt;/P&gt;&lt;P&gt;delay(500);&lt;/P&gt;&lt;P&gt;system("rfcomm bind rfcomm3 7C:9E:BD:35:F2:7A");//MAC Address of ESP32 Device&lt;/P&gt;&lt;P&gt;delay(500);&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;after this executing below command for data trnasmission from A53 to ESP32&lt;/P&gt;&lt;P&gt;while(1)&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;system( "echo -n -e 4 &amp;gt; /dev/rfcomm3");&lt;/P&gt;&lt;P&gt;delay(5000);&lt;/P&gt;&lt;P&gt;system( "echo -n -e 3 &amp;gt; /dev/rfcomm3");&lt;/P&gt;&lt;P&gt;delay(5000);&lt;/P&gt;&lt;P&gt;system( "echo -n -e 2 &amp;gt; /dev/rfcomm3");&lt;/P&gt;&lt;P&gt;delay(5000);&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;after this getting error&lt;STRONG&gt; /dev/rfcomm3 cannot allocate memory&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;i have no idea, why getting this error&lt;/P&gt;&lt;P&gt;is there any missing in above steps&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please suggest why getting error&amp;nbsp;&lt;STRONG&gt;/dev/rfcomm3 cannot allocate memory&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 12 Sep 2021 08:49:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/dev-rfcomm3-cannot-allocate-memory-after-sending-data-imx8mm/m-p/1338654#M179935</guid>
      <dc:creator>anilpathrut</dc:creator>
      <dc:date>2021-09-12T08:49:51Z</dc:date>
    </item>
    <item>
      <title>Re: dev/rfcomm3 cannot allocate memory after sending data(imx8mm mini evk baord)</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/dev-rfcomm3-cannot-allocate-memory-after-sending-data-imx8mm/m-p/1339004#M179977</link>
      <description>&lt;P&gt;Hi Anil&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;one can look at similar issues on esp32 forum and post issue there&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.esp32.com/viewtopic.php?t=1606" target="_blank"&gt;https://www.esp32.com/viewtopic.php?t=1606&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.esp32.com/viewtopic.php?t=10710" target="_blank"&gt;https://www.esp32.com/viewtopic.php?t=10710&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, 13 Sep 2021 08:39:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/dev-rfcomm3-cannot-allocate-memory-after-sending-data-imx8mm/m-p/1339004#M179977</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2021-09-13T08:39:08Z</dc:date>
    </item>
  </channel>
</rss>

