<?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: AF_DataRequest and memory management in 8-bit Microcontrollers</title>
    <link>https://community.nxp.com/t5/8-bit-Microcontrollers/AF-DataRequest-and-memory-management/m-p/171035#M11477</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Cecchi,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;you question is very general and would not be easy to answer.&lt;/DIV&gt;&lt;DIV&gt;I would recommend that you re-visit our documentation and read how the AF_DataRequest should be used.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;But, to try and solve you issue:&lt;/DIV&gt;&lt;DIV&gt;When you do a AF_DataRequest, wait for the confirm before you initiate the next transmisison.&lt;/DIV&gt;&lt;DIV&gt;This will insure that you do not stavate the system.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;BR,&lt;/DIV&gt;&lt;DIV&gt;Mads&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Dec 2007 01:51:33 GMT</pubDate>
    <dc:creator>Mads</dc:creator>
    <dc:date>2007-12-07T01:51:33Z</dc:date>
    <item>
      <title>AF_DataRequest and memory management</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/AF-DataRequest-and-memory-management/m-p/171034#M11476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to know what's the memory management of buffers while calling AF_DataRequest because I'm encountering some "out of memory" errors from it. Who is responsible to free the buffer?&lt;/SPAN&gt;&lt;BR /&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Dec 2007 19:47:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/AF-DataRequest-and-memory-management/m-p/171034#M11476</guid>
      <dc:creator>CecchiSandrone</dc:creator>
      <dc:date>2007-12-06T19:47:37Z</dc:date>
    </item>
    <item>
      <title>Re: AF_DataRequest and memory management</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/AF-DataRequest-and-memory-management/m-p/171035#M11477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Cecchi,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;you question is very general and would not be easy to answer.&lt;/DIV&gt;&lt;DIV&gt;I would recommend that you re-visit our documentation and read how the AF_DataRequest should be used.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;But, to try and solve you issue:&lt;/DIV&gt;&lt;DIV&gt;When you do a AF_DataRequest, wait for the confirm before you initiate the next transmisison.&lt;/DIV&gt;&lt;DIV&gt;This will insure that you do not stavate the system.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;BR,&lt;/DIV&gt;&lt;DIV&gt;Mads&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Dec 2007 01:51:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/AF-DataRequest-and-memory-management/m-p/171035#M11477</guid>
      <dc:creator>Mads</dc:creator>
      <dc:date>2007-12-07T01:51:33Z</dc:date>
    </item>
    <item>
      <title>Re: AF_DataRequest and memory management</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/AF-DataRequest-and-memory-management/m-p/171036#M11478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;Mads wrote:&lt;BR /&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;But, to try and solve you issue:&lt;/DIV&gt;&lt;DIV&gt;When you do a AF_DataRequest, wait for the confirm before you initiate the next transmisison.&lt;/DIV&gt;&lt;DIV&gt;This will insure that you do not stavate the system.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;BR,&lt;/DIV&gt;&lt;DIV&gt;Mads&lt;/DIV&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;Yes Mads, I understand this. I can't catch only who is responsible to free the buffer that contains the message to send. Furthermore, is there a "unreliable" way to send data without waiting for confirm?&lt;BR /&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Dec 2007 04:32:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/AF-DataRequest-and-memory-management/m-p/171036#M11478</guid>
      <dc:creator>CecchiSandrone</dc:creator>
      <dc:date>2007-12-07T04:32:18Z</dc:date>
    </item>
    <item>
      <title>Re: AF_DataRequest and memory management</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/AF-DataRequest-and-memory-management/m-p/171037#M11479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;when you "pass on" a buffer, the layer you pass it to is responsible for the free'ing.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;You only have to free when you receive - just like the demo application shows.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;BR,&lt;/DIV&gt;&lt;DIV&gt;Mads&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Dec 2007 10:41:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/AF-DataRequest-and-memory-management/m-p/171037#M11479</guid>
      <dc:creator>Mads</dc:creator>
      <dc:date>2007-12-07T10:41:50Z</dc:date>
    </item>
    <item>
      <title>Re: AF_DataRequest and memory management</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/AF-DataRequest-and-memory-management/m-p/171038#M11480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Ok...now is clear! Thanks again for info Mads.&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Dec 2007 16:50:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/AF-DataRequest-and-memory-management/m-p/171038#M11480</guid>
      <dc:creator>CecchiSandrone</dc:creator>
      <dc:date>2007-12-07T16:50:00Z</dc:date>
    </item>
  </channel>
</rss>

