<?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>Digital Signal ControllersのトピックHow can I create my own library?</title>
    <link>https://community.nxp.com/t5/Digital-Signal-Controllers/How-can-I-create-my-own-library/m-p/1385245#M2346</link>
    <description>&lt;P&gt;I use MC56F83783, then I program some functions which include some assembly code in the C function.&lt;/P&gt;&lt;P&gt;I used these assembly codes (MLIB/GFLIB) to write down new functions in C. Now, I want to block these new C functions to my library.&lt;/P&gt;&lt;P&gt;Is there any example that can teach me how to do it?&lt;/P&gt;</description>
    <pubDate>Mon, 13 Dec 2021 02:32:35 GMT</pubDate>
    <dc:creator>cody1</dc:creator>
    <dc:date>2021-12-13T02:32:35Z</dc:date>
    <item>
      <title>How can I create my own library?</title>
      <link>https://community.nxp.com/t5/Digital-Signal-Controllers/How-can-I-create-my-own-library/m-p/1385245#M2346</link>
      <description>&lt;P&gt;I use MC56F83783, then I program some functions which include some assembly code in the C function.&lt;/P&gt;&lt;P&gt;I used these assembly codes (MLIB/GFLIB) to write down new functions in C. Now, I want to block these new C functions to my library.&lt;/P&gt;&lt;P&gt;Is there any example that can teach me how to do it?&lt;/P&gt;</description>
      <pubDate>Mon, 13 Dec 2021 02:32:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Digital-Signal-Controllers/How-can-I-create-my-own-library/m-p/1385245#M2346</guid>
      <dc:creator>cody1</dc:creator>
      <dc:date>2021-12-13T02:32:35Z</dc:date>
    </item>
    <item>
      <title>Re: How can I create my own library?</title>
      <link>https://community.nxp.com/t5/Digital-Signal-Controllers/How-can-I-create-my-own-library/m-p/1385366#M2347</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;From your description, it appears that you want to develop your own library, this is the procedure:&lt;/P&gt;
&lt;P&gt;1)File-&amp;gt;New-&amp;gt;bareboard Project, you will se the menu as following:&lt;/P&gt;
&lt;P&gt;2)in the main.c, delete all the main function&lt;/P&gt;
&lt;P&gt;3)add your own api function and compile.&lt;/P&gt;
&lt;P&gt;Hope it can help you&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;XiangJun Rong&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="xiangjun_rong_0-1639374225122.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/164900iD2923D2F6CDB29BE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="xiangjun_rong_0-1639374225122.png" alt="xiangjun_rong_0-1639374225122.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Dec 2021 05:47:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Digital-Signal-Controllers/How-can-I-create-my-own-library/m-p/1385366#M2347</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2021-12-13T05:47:21Z</dc:date>
    </item>
    <item>
      <title>Re: How can I create my own library?</title>
      <link>https://community.nxp.com/t5/Digital-Signal-Controllers/How-can-I-create-my-own-library/m-p/1385467#M2349</link>
      <description>&lt;P&gt;I follow your step to create a library like the attached file. I pasted the output file of the library to my application project, then I build it again. I got a fail message. The message is shown below.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Image 1.jp.jpg" style="width: 805px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/164923i7A21DCD4C0DCAF9C/image-size/large?v=v2&amp;amp;px=999" role="button" title="Image 1.jp.jpg" alt="Image 1.jp.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Dec 2021 08:23:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Digital-Signal-Controllers/How-can-I-create-my-own-library/m-p/1385467#M2349</guid>
      <dc:creator>cody1</dc:creator>
      <dc:date>2021-12-13T08:23:11Z</dc:date>
    </item>
    <item>
      <title>Re: How can I create my own library?</title>
      <link>https://community.nxp.com/t5/Digital-Signal-Controllers/How-can-I-create-my-own-library/m-p/1385578#M2350</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I have checked your code, it is okay to generate library.&lt;/P&gt;
&lt;P&gt;But for your compilation error, it is another question, I do not have your data structure, pls solve it yourself.&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;XiangJun Rong&lt;/P&gt;</description>
      <pubDate>Mon, 13 Dec 2021 09:58:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Digital-Signal-Controllers/How-can-I-create-my-own-library/m-p/1385578#M2350</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2021-12-13T09:58:02Z</dc:date>
    </item>
    <item>
      <title>Re: How can I create my own library?</title>
      <link>https://community.nxp.com/t5/Digital-Signal-Controllers/How-can-I-create-my-own-library/m-p/1385922#M2351</link>
      <description>&lt;DIV&gt;When building the library, do I need to bring MILB-related files into the project library? I tried it before. I copied some ASM code from MLIB into my library and then built them again. I copied the build output files into my application project, and then built them again, they can compile my application completely and show no errors. Then I started testing the functions in the library. I found that all C functions that do not contain any ASM code can work. Some ASM code in C functions cannot run.&lt;/DIV&gt;&lt;DIV&gt;Could you keep helping me, please?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thanks&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Cody&lt;/DIV&gt;</description>
      <pubDate>Tue, 14 Dec 2021 01:03:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Digital-Signal-Controllers/How-can-I-create-my-own-library/m-p/1385922#M2351</guid>
      <dc:creator>cody1</dc:creator>
      <dc:date>2021-12-14T01:03:46Z</dc:date>
    </item>
    <item>
      <title>Re: How can I create my own library?</title>
      <link>https://community.nxp.com/t5/Digital-Signal-Controllers/How-can-I-create-my-own-library/m-p/1386005#M2352</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I can pass the compilation and link stages for your project, for your issue that you can NOT run the code, can you clarify the code which can not run so that I can have a check.&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;XiangJun Rong&lt;/P&gt;</description>
      <pubDate>Tue, 14 Dec 2021 03:02:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Digital-Signal-Controllers/How-can-I-create-my-own-library/m-p/1386005#M2352</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2021-12-14T03:02:59Z</dc:date>
    </item>
    <item>
      <title>Re: How can I create my own library?</title>
      <link>https://community.nxp.com/t5/Digital-Signal-Controllers/How-can-I-create-my-own-library/m-p/1386052#M2353</link>
      <description>&lt;P&gt;Excuse me, I said something wrong. About the ASM code in the C function that can not work. When I create a simple app and paste the library into this project, then I test it again. I found that it's work. Maybe I done another mistake cause the project can not work. I will keep debugging it. If I find the bug, then I will ask you again.&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;Cody&lt;/P&gt;</description>
      <pubDate>Tue, 14 Dec 2021 05:12:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Digital-Signal-Controllers/How-can-I-create-my-own-library/m-p/1386052#M2353</guid>
      <dc:creator>cody1</dc:creator>
      <dc:date>2021-12-14T05:12:07Z</dc:date>
    </item>
  </channel>
</rss>

