<?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>S32 Design Studio中的主题 Re: Question on syntax of SPT Kernel .spt</title>
    <link>https://community.nxp.com/t5/S32-Design-Studio/Question-on-syntax-of-SPT-Kernel-spt/m-p/1468758#M8644</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;For a high level description of what each code line does, please look in the code itself:&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt; /*=========================================================================&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;* COPY simple + R2I: combine A with B and C with D for real FFTs&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;*=========================================================================*/&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;copy .real .simple_copy .keep_orig SAMPLES_PER_CHIRP OR_0_0_0, OR_1_0_0, 0x0, 0x0, 0x4, 0x1, 0x0 /* A &amp;amp; B */&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;For a detailed description of each field within the instruction itself, please see the SPT2.8 assembler manual, in the S32DS for Power installation folder:&lt;/P&gt;
&lt;P&gt;S32DS_Power_v2.1\S32DS\build_tools\SPT2\doc&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt;copy&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;in_dattyp cp_type rst_n_keep vec_sz src_add, dest_add, blk_src_inc, blk_dest_inc, src_add_inc,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;dest_add_inc, mask&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;In this particular case:&lt;/P&gt;
&lt;P&gt;&lt;FONT size="3"&gt;blk_src_inc = 0x0;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="3"&gt;blk_dest_inc = 0x0;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="3"&gt;src_add_inc = 0x4;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="3"&gt;dest_add_inc = 0x1;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="3"&gt;mask = 0x0;&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 03 Jun 2022 13:48:57 GMT</pubDate>
    <dc:creator>danielsilion</dc:creator>
    <dc:date>2022-06-03T13:48:57Z</dc:date>
    <item>
      <title>Question on syntax of SPT Kernel .spt</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/Question-on-syntax-of-SPT-Kernel-spt/m-p/1467554#M8641</link>
      <description>&lt;P&gt;I am trying to understand the SPT Kernel code for Range FFT to edit it to input a small filter of 1 channel. I am reading the S32R274 user manual.&amp;nbsp;&lt;/P&gt;&lt;P&gt;File name: range_256smp_256crp_4ch.spt&lt;/P&gt;&lt;P&gt;copy .real .simple_copy .keep_orig SAMPLES_PER_CHIRP OR_0_0_0, OR_1_0_0, 0x0, 0x0, 0x4, 0x1, 0x0 /* A &amp;amp; B */&lt;/P&gt;&lt;P&gt;rdx4 .caddr .cmplx .no_win .no_repeat .qext .noovs .round1 SAMPLES_PER_CHIRP OR_0_0_0, OR_1_0_0, TR_0_0, 0x1, 0x1, .mod0, 0x1&lt;/P&gt;&lt;P&gt;I am trying to understand what the trailing hexadecimals for the above functions stand for. Which placement or purpose does each have?&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jun 2022 15:51:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/Question-on-syntax-of-SPT-Kernel-spt/m-p/1467554#M8641</guid>
      <dc:creator>User133</dc:creator>
      <dc:date>2022-06-01T15:51:23Z</dc:date>
    </item>
    <item>
      <title>Re: Question on syntax of SPT Kernel .spt</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/Question-on-syntax-of-SPT-Kernel-spt/m-p/1468758#M8644</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;For a high level description of what each code line does, please look in the code itself:&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt; /*=========================================================================&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;* COPY simple + R2I: combine A with B and C with D for real FFTs&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;*=========================================================================*/&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;copy .real .simple_copy .keep_orig SAMPLES_PER_CHIRP OR_0_0_0, OR_1_0_0, 0x0, 0x0, 0x4, 0x1, 0x0 /* A &amp;amp; B */&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;For a detailed description of each field within the instruction itself, please see the SPT2.8 assembler manual, in the S32DS for Power installation folder:&lt;/P&gt;
&lt;P&gt;S32DS_Power_v2.1\S32DS\build_tools\SPT2\doc&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt;copy&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;in_dattyp cp_type rst_n_keep vec_sz src_add, dest_add, blk_src_inc, blk_dest_inc, src_add_inc,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;dest_add_inc, mask&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;In this particular case:&lt;/P&gt;
&lt;P&gt;&lt;FONT size="3"&gt;blk_src_inc = 0x0;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="3"&gt;blk_dest_inc = 0x0;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="3"&gt;src_add_inc = 0x4;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="3"&gt;dest_add_inc = 0x1;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="3"&gt;mask = 0x0;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jun 2022 13:48:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/Question-on-syntax-of-SPT-Kernel-spt/m-p/1468758#M8644</guid>
      <dc:creator>danielsilion</dc:creator>
      <dc:date>2022-06-03T13:48:57Z</dc:date>
    </item>
  </channel>
</rss>

