<?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>Other NXP ProductsのトピックRe: Radio Testing for MC13224</title>
    <link>https://community.nxp.com/t5/Other-NXP-Products/Radio-Testing-for-MC13224/m-p/173089#M1160</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amit,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did you succeed to solve your problem?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are facing exactly the same issue, and we are surprised that there is not much noise around it in the forum.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does this mean that nobody is testing radio using spectrum analyser before going to certification lab (or just to know how the product is performing)? Or that there is a simple solution we have not found yet.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If anybody on this forum can help, it would be apreciated!.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Jan 2011 01:31:49 GMT</pubDate>
    <dc:creator>LaurentM</dc:creator>
    <dc:date>2011-01-04T01:31:49Z</dc:date>
    <item>
      <title>Radio Testing for MC13224</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/Radio-Testing-for-MC13224/m-p/173088#M1159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;We are working on Zigbee based battery operated device using MC13224, and as we are going to have FCC testing for our device, we are trying to find how can we do radio testing for this Micro-controller.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;We tried to find some information or tools for this but in one of Freescale's documents it's quoted that "It is possible to enter continuous Rx, and Continuous Tx (with and without modulation). The control of these test modes is outside the scope of the MAC accelerator description."&lt;BR /&gt;&lt;BR /&gt;If anyone can elaborate where this information is available or is there any way to do this testing, that will be great.&lt;BR /&gt;&lt;BR /&gt;Are there any tools available? Are there any APIs or sample applications that can be used for this?&lt;BR /&gt;&lt;BR /&gt;If not then we would need to develop the application for the same, in which we need to generate PRBS-9 or PRBS-15 patterns for data transfer. Is there any way to achieve this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2010 21:07:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/Radio-Testing-for-MC13224/m-p/173088#M1159</guid>
      <dc:creator>AmitPatil</dc:creator>
      <dc:date>2010-02-04T21:07:03Z</dc:date>
    </item>
    <item>
      <title>Re: Radio Testing for MC13224</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/Radio-Testing-for-MC13224/m-p/173089#M1160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amit,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did you succeed to solve your problem?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are facing exactly the same issue, and we are surprised that there is not much noise around it in the forum.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does this mean that nobody is testing radio using spectrum analyser before going to certification lab (or just to know how the product is performing)? Or that there is a simple solution we have not found yet.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If anybody on this forum can help, it would be apreciated!.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jan 2011 01:31:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/Radio-Testing-for-MC13224/m-p/173089#M1160</guid>
      <dc:creator>LaurentM</dc:creator>
      <dc:date>2011-01-04T01:31:49Z</dc:date>
    </item>
    <item>
      <title>Re: Radio Testing for MC13224</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/Radio-Testing-for-MC13224/m-p/173090#M1161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have been able to solved the issue (and took time to post the answer, sorry for that).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the code to use.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ex of code to start the continuous mode:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ASP_TelecSetFreq(ASL_Str2HexP(0x0E)); // Channel&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ASP_TelecSendRawData(sizeof("123456789A123456789B123456789C"),(uint8_t*)&amp;amp;"123456789A123456789B123456789C");&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ASP_TelecTest(gTestContinuousTxNoMod_c);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And valid parameter for ASP_TelecTest function :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; // Valid values for aspTelecTestReq_t-&amp;gt;mode&lt;/P&gt;&lt;P&gt;enum {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; gTestForceIdle_c=0&amp;nbsp; ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; gTestPulseTxPrbs9_c,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; gTestContinuousRx_c,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; gTestContinuousTxMod_c,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; gTestContinuousTxNoMod_c&lt;/P&gt;&lt;P&gt;};&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It works well and we have been able to perform quite few measurements using spectrum analyseur.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Apr 2011 23:16:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/Radio-Testing-for-MC13224/m-p/173090#M1161</guid>
      <dc:creator>LaurentM</dc:creator>
      <dc:date>2011-04-18T23:16:48Z</dc:date>
    </item>
  </channel>
</rss>

