<?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 SPT3.1 How to create a new algorithm? in Other NXP Products</title>
    <link>https://community.nxp.com/t5/Other-NXP-Products/SPT3-1-How-to-create-a-new-algorithm/m-p/1618956#M17110</link>
    <description>&lt;P&gt;S32R45:&lt;/P&gt;&lt;P&gt;I create a new algorithm(xxxxx.pspt),and put it in&amp;nbsp;"SPT\SPT_kernels\src\SPT3\31".Then i&amp;nbsp;&lt;SPAN&gt;Compiled SPT.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;But "SPT\SPT_kernels\api\rsdk_spt_kernels_s32r45.h" don't have my new algorithm:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;like "extern void *RsdkSptRange512smp128crp4ch();" and "extern char RsdkSptRange512smp128crp4ch_size;"&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P class=""&gt;Should I add it manually?&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
    <pubDate>Tue, 21 Mar 2023 07:38:27 GMT</pubDate>
    <dc:creator>Shi_test</dc:creator>
    <dc:date>2023-03-21T07:38:27Z</dc:date>
    <item>
      <title>SPT3.1 How to create a new algorithm?</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/SPT3-1-How-to-create-a-new-algorithm/m-p/1618956#M17110</link>
      <description>&lt;P&gt;S32R45:&lt;/P&gt;&lt;P&gt;I create a new algorithm(xxxxx.pspt),and put it in&amp;nbsp;"SPT\SPT_kernels\src\SPT3\31".Then i&amp;nbsp;&lt;SPAN&gt;Compiled SPT.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;But "SPT\SPT_kernels\api\rsdk_spt_kernels_s32r45.h" don't have my new algorithm:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;like "extern void *RsdkSptRange512smp128crp4ch();" and "extern char RsdkSptRange512smp128crp4ch_size;"&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P class=""&gt;Should I add it manually?&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Tue, 21 Mar 2023 07:38:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/SPT3-1-How-to-create-a-new-algorithm/m-p/1618956#M17110</guid>
      <dc:creator>Shi_test</dc:creator>
      <dc:date>2023-03-21T07:38:27Z</dc:date>
    </item>
    <item>
      <title>Re: SPT3.1 How to create a new algorithm?</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/SPT3-1-How-to-create-a-new-algorithm/m-p/1619680#M17130</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I have contacted RADAR team for clarification.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Peter&lt;/P&gt;</description>
      <pubDate>Wed, 22 Mar 2023 08:40:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/SPT3-1-How-to-create-a-new-algorithm/m-p/1619680#M17130</guid>
      <dc:creator>petervlna</dc:creator>
      <dc:date>2023-03-22T08:40:12Z</dc:date>
    </item>
    <item>
      <title>Re: SPT3.1 How to create a new algorithm?</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/SPT3-1-How-to-create-a-new-algorithm/m-p/1621534#M17173</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;If you want to re-use spt kernel project, after importing project . it is necessary to add SPT algo declare/ extern object in the header file-"SPT_kernels\api\rsdk_spt_kernels_s32r45.h" manually, the algorithm code will be built into the SPT static lib file"*.aspt"&lt;/P&gt;
&lt;P&gt;you can find some help document in S32DS in case you need, like "how to create new/build spt project, linking spt lib", see attached picture.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="petervlna_0-1679647899437.png" style="width: 943px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/216148iC50295C43AE261C7/image-dimensions/943x535?v=v2" width="943" height="535" role="button" title="petervlna_0-1679647899437.png" alt="petervlna_0-1679647899437.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Peter&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2023 08:51:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/SPT3-1-How-to-create-a-new-algorithm/m-p/1621534#M17173</guid>
      <dc:creator>petervlna</dc:creator>
      <dc:date>2023-03-24T08:51:59Z</dc:date>
    </item>
    <item>
      <title>Re: SPT3.1 How to create a new algorithm?</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/SPT3-1-How-to-create-a-new-algorithm/m-p/1621552#M17175</link>
      <description>OK I'll try. Thank you</description>
      <pubDate>Fri, 24 Mar 2023 09:08:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/SPT3-1-How-to-create-a-new-algorithm/m-p/1621552#M17175</guid>
      <dc:creator>Shi_test</dc:creator>
      <dc:date>2023-03-24T09:08:13Z</dc:date>
    </item>
  </channel>
</rss>

