<?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>8-bit MicrocontrollersのトピックRe: 802.15.4 MAC: Link Issues with Pools (Novice)</title>
    <link>https://community.nxp.com/t5/8-bit-Microcontrollers/802-15-4-MAC-Link-Issues-with-Pools-Novice/m-p/132805#M3183</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;UdovdM wrote:&lt;BR /&gt;Hello Squeech&lt;BR /&gt;&lt;BR /&gt;void Init_802_15_4(void) is defined in&lt;BR /&gt;Freescale_802.15.4_MAC_PHY_SW_No_MAC_SW_Source_Code_Release_1.063\Demos\MyWirelessApp\src\Code\Sys\main.c&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Does this mean that I need to always define Init_802_15_4() on my own? I understood that function to be part of the MAC software according to the User's Guide. Do I need to include the main.c file from the Demo Application as a library source to my application?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;What do you mean by "a simple 802.15.4 application that &lt;B&gt;mirrors&lt;/B&gt; the My_Wireless_App demo code" ?&lt;BR /&gt;&lt;BR /&gt;Another newbie,&lt;BR /&gt;&lt;BR /&gt;UdovdM&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;All I'm trying to accomplish at this point is running an application that does an ED Scan and creates a new PAN. I will then try to go on an write the complement to associate to the new PAN on another device.&lt;BR /&gt;&lt;BR /&gt;I don't want to go any farther with the application until I know that I can link in all of the libraries, etc. for the 802.15.4 MAC/PHY.&lt;BR /&gt;&lt;BR /&gt;Note: My main application code does not contain ANY 802.15.4 function calls at this point. I am only running some SCI init and a simple state machine spitting out debug messages on the SCI. My code works perfectly and compiles/links with no messages until I add the Mlme_Main() and Init_802_15_4(). Specifically, the Mlme_Main() addition to the main code is when all of the troubling messages about pools comes up.&lt;BR /&gt;&lt;BR /&gt;Help! I lost three more hairs this weekend!&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Oct 2006 20:46:50 GMT</pubDate>
    <dc:creator>squeech</dc:creator>
    <dc:date>2006-10-16T20:46:50Z</dc:date>
    <item>
      <title>802.15.4 MAC: Link Issues with Pools (Novice)</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/802-15-4-MAC-Link-Issues-with-Pools-Novice/m-p/132803#M3181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello everyone -&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am currently trying to develop a simple 802.15.4 application that mirrors the My_Wireless_App demo code. I am using a Panasonic PCB (PAN802154) that is connected just like the 13192SARD. I am using CodeWarrior 5.7.0&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am running into several perplexing issues with link errors when linking the MAC software into my application. Right now, my application is simple: with only a few states in a state machine and debug messages coming out the SCI. I had everything compiling/linking without any issues until I tried to add the Init_802_15_4() and Mlme_Main() tasks. Upon placing these in my code I received the following link errors in the attached errors screenshot.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am pulling my hair out trying to uncover the source of these errors. I can't figure out why Init_802_15_4() is not defined anywhere! Also, I don't know what maMmPools, pSecondLastPool, and LastPool are...let alone where to define them properly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;From the screenshot, you can tell what files I've linked into the project. Am I missing anything?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance for any insights!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Oct 2006 20:36:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/802-15-4-MAC-Link-Issues-with-Pools-Novice/m-p/132803#M3181</guid>
      <dc:creator>squeech</dc:creator>
      <dc:date>2006-10-11T20:36:41Z</dc:date>
    </item>
    <item>
      <title>Re: 802.15.4 MAC: Link Issues with Pools (Novice)</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/802-15-4-MAC-Link-Issues-with-Pools-Novice/m-p/132804#M3182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Hello Squeech&lt;BR /&gt;&lt;BR /&gt;void Init_802_15_4(void) is defined in&lt;BR /&gt;Freescale_802.15.4_MAC_PHY_SW_No_MAC_SW_Source_Code_Release_1.063\Demos\MyWirelessApp\src\Code\Sys\main.c (5,95kB , 14feb2005) line 90:&lt;BR /&gt;&lt;BR /&gt;// If the code is build as a stand-alone application, this function is&lt;BR /&gt;// the main entry point.&lt;BR /&gt;&lt;BR /&gt;#if defined( INCLUDE_802_15_4 )&lt;BR /&gt;&amp;nbsp;&amp;nbsp;void Init_802_15_4(void) {&lt;BR /&gt;#else&lt;BR /&gt;&amp;nbsp;&amp;nbsp;void main(void) {&lt;BR /&gt;#endif INCLUDE_802_15_4&lt;BR /&gt;....&lt;BR /&gt;&lt;BR /&gt;I don't know wether INCLUDE_802_15_4 is defined or not.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;What do you mean by "a simple 802.15.4 application that &lt;B&gt;mirrors&lt;/B&gt; the My_Wireless_App demo code" ?&lt;BR /&gt;&lt;BR /&gt;Another newbie,&lt;BR /&gt;&lt;BR /&gt;UdovdM&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Oct 2006 16:22:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/802-15-4-MAC-Link-Issues-with-Pools-Novice/m-p/132804#M3182</guid>
      <dc:creator>UdovdM</dc:creator>
      <dc:date>2006-10-16T16:22:24Z</dc:date>
    </item>
    <item>
      <title>Re: 802.15.4 MAC: Link Issues with Pools (Novice)</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/802-15-4-MAC-Link-Issues-with-Pools-Novice/m-p/132805#M3183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;UdovdM wrote:&lt;BR /&gt;Hello Squeech&lt;BR /&gt;&lt;BR /&gt;void Init_802_15_4(void) is defined in&lt;BR /&gt;Freescale_802.15.4_MAC_PHY_SW_No_MAC_SW_Source_Code_Release_1.063\Demos\MyWirelessApp\src\Code\Sys\main.c&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Does this mean that I need to always define Init_802_15_4() on my own? I understood that function to be part of the MAC software according to the User's Guide. Do I need to include the main.c file from the Demo Application as a library source to my application?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;What do you mean by "a simple 802.15.4 application that &lt;B&gt;mirrors&lt;/B&gt; the My_Wireless_App demo code" ?&lt;BR /&gt;&lt;BR /&gt;Another newbie,&lt;BR /&gt;&lt;BR /&gt;UdovdM&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;All I'm trying to accomplish at this point is running an application that does an ED Scan and creates a new PAN. I will then try to go on an write the complement to associate to the new PAN on another device.&lt;BR /&gt;&lt;BR /&gt;I don't want to go any farther with the application until I know that I can link in all of the libraries, etc. for the 802.15.4 MAC/PHY.&lt;BR /&gt;&lt;BR /&gt;Note: My main application code does not contain ANY 802.15.4 function calls at this point. I am only running some SCI init and a simple state machine spitting out debug messages on the SCI. My code works perfectly and compiles/links with no messages until I add the Mlme_Main() and Init_802_15_4(). Specifically, the Mlme_Main() addition to the main code is when all of the troubling messages about pools comes up.&lt;BR /&gt;&lt;BR /&gt;Help! I lost three more hairs this weekend!&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Oct 2006 20:46:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/802-15-4-MAC-Link-Issues-with-Pools-Novice/m-p/132805#M3183</guid>
      <dc:creator>squeech</dc:creator>
      <dc:date>2006-10-16T20:46:50Z</dc:date>
    </item>
    <item>
      <title>Re: 802.15.4 MAC: Link Issues with Pools (Novice)</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/802-15-4-MAC-Link-Issues-with-Pools-Novice/m-p/132806#M3184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Does nobody know what's missing from this application to make it link properly??&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Nov 2006 23:36:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/802-15-4-MAC-Link-Issues-with-Pools-Novice/m-p/132806#M3184</guid>
      <dc:creator>squeech</dc:creator>
      <dc:date>2006-11-26T23:36:04Z</dc:date>
    </item>
  </channel>
</rss>

