<?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>Wireless MCUのトピックRe: [JN-AN-1172] include library fail?</title>
    <link>https://community.nxp.com/t5/Wireless-MCU/JN-AN-1172-include-library-fail/m-p/1053600#M9350</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Mario,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After modified the code as your suggestions, the firmware got stuck in "eAHI_AttemptCalibration()" while run on carrier board DR1174.&lt;/P&gt;&lt;P&gt;Could you please help to figure out how to correctly run the calibration?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Apr 2020 23:22:06 GMT</pubDate>
    <dc:creator>alan5_lin</dc:creator>
    <dc:date>2020-04-27T23:22:06Z</dc:date>
    <item>
      <title>[JN-AN-1172] include library fail?</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/JN-AN-1172-include-library-fail/m-p/1053597#M9347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Sirs,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I follow the JN-AN-1186 to inlucde libRecal_JN5169.a, as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;INCCFLAGS += -I$(COMPONENTS_BASE_DIR)/HardwareApi/Include/&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;INCCFLAGS += -I$(COMPONENTS_BASE_DIR)/Recal/Include/&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;LDLIBS += libRecal_${JENNIC_CHIP}.a&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, I duplicate the file "libRecal_JN516x.a" to as an new file "&lt;SPAN&gt;libRecal_JN5169.a".&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;However, my project JN-AN-1172 for JN5168 was compiled failed due to "cannot find -llibRecal_JN5169.a".&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;How to fix this kind of compiling issue?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Apr 2020 08:28:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/JN-AN-1172-include-library-fail/m-p/1053597#M9347</guid>
      <dc:creator>alan5_lin</dc:creator>
      <dc:date>2020-04-20T08:28:56Z</dc:date>
    </item>
    <item>
      <title>Re: [JN-AN-1172] include library fail?</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/JN-AN-1172-include-library-fail/m-p/1053598#M9348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible that you could change the code as below?&lt;/P&gt;&lt;P&gt;makefile&lt;/P&gt;&lt;PRE class="language-c line-numbers"&gt;&lt;CODE&gt;&lt;SPAN class="property macro token"&gt;# Specify additional Component libraries&lt;/SPAN&gt;
LDLIBS &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; JPT_$&lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;JENNIC_CHIP&lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;
LDLIBS &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; Recal_JN516x
&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;CustomerModuleEvalTool.c&lt;/P&gt;&lt;PRE class="language-c line-numbers"&gt;&lt;CODE&gt;PUBLIC &lt;SPAN class="keyword token"&gt;void&lt;/SPAN&gt; &lt;SPAN class="token function"&gt;AppColdStart&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="keyword token"&gt;void&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
&lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;
&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;
&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;    

u32JPT_RadioModes &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="token function"&gt;u32JPT_RadioModesAvailable&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt; &lt;SPAN class="comment token"&gt;/* Get the Modes supported by this device */&lt;/SPAN&gt;
    &lt;SPAN class="token function"&gt;u32AHI_Init&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;                              &lt;SPAN class="comment token"&gt;/* initialise hardware API */&lt;/SPAN&gt;

    &lt;SPAN class="comment token"&gt;//bAHI_PeriodicRecalInit(20,20);&lt;/SPAN&gt;
    &lt;SPAN class="token function"&gt;eAHI_AttemptCalibration&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;

&lt;SPAN class="property macro token"&gt;#ifndef JENNIC_CHIP_FAMILY_JN516x&lt;/SPAN&gt;
    &lt;SPAN class="keyword token"&gt;for&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;n&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;0&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;n&lt;SPAN class="operator token"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;100000&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;n&lt;SPAN class="operator token"&gt;++&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;      &lt;SPAN class="comment token"&gt;// wait for JN516X to move onto 32MHz Crystal&lt;/SPAN&gt;
&lt;SPAN class="property macro token"&gt;#endif&lt;/SPAN&gt;
‍‍‍‍‍‍‍‍‍&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;/&lt;/SPAN&gt;
&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;
&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;
&lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: this is selecting a specific device.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;IMG alt="pastedImage_1.png" src="https://community.nxp.com/t5/image/serverpage/image-id/7839iE8BA16334698084C/image-size/large?v=v2&amp;amp;px=999" title="pastedImage_1.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mario&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Nov 2020 14:39:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/JN-AN-1172-include-library-fail/m-p/1053598#M9348</guid>
      <dc:creator>mario_castaneda</dc:creator>
      <dc:date>2020-11-02T14:39:26Z</dc:date>
    </item>
    <item>
      <title>Re: [JN-AN-1172] include library fail?</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/JN-AN-1172-include-library-fail/m-p/1053599#M9349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mario,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After download the firmware to carrier board (DR1174 + DR1175), the routine was stuck in&lt;/P&gt;&lt;PRE class="" style="color: #000000; background: #f5f2f0; border: 0px; margin: 0.5em 0px; padding: 1em 1em 1em 3.8em;"&gt;&lt;CODE style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN class="" style="color: #d74444; border: 0px; font-weight: inherit;"&gt;eAHI_AttemptCalibration&lt;/SPAN&gt;&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;"&gt;)&lt;/SPAN&gt;&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;"&gt;;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;What is this kind of situation?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Apr 2020 03:32:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/JN-AN-1172-include-library-fail/m-p/1053599#M9349</guid>
      <dc:creator>alan5_lin</dc:creator>
      <dc:date>2020-04-21T03:32:49Z</dc:date>
    </item>
    <item>
      <title>Re: [JN-AN-1172] include library fail?</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/JN-AN-1172-include-library-fail/m-p/1053600#M9350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Mario,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After modified the code as your suggestions, the firmware got stuck in "eAHI_AttemptCalibration()" while run on carrier board DR1174.&lt;/P&gt;&lt;P&gt;Could you please help to figure out how to correctly run the calibration?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2020 23:22:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/JN-AN-1172-include-library-fail/m-p/1053600#M9350</guid>
      <dc:creator>alan5_lin</dc:creator>
      <dc:date>2020-04-27T23:22:06Z</dc:date>
    </item>
    <item>
      <title>Re: [JN-AN-1172] include library fail?</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/JN-AN-1172-include-library-fail/m-p/1053601#M9351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will get back to you in the other community post.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/530763"&gt;https://community.nxp.com/thread/530763&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mario&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Apr 2020 17:25:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/JN-AN-1172-include-library-fail/m-p/1053601#M9351</guid>
      <dc:creator>mario_castaneda</dc:creator>
      <dc:date>2020-04-28T17:25:42Z</dc:date>
    </item>
  </channel>
</rss>

