<?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>Model-Based Design Toolbox (MBDT)のトピックRe: S43K144 LPSPI setting module &amp;quot;Frame size&amp;quot; parameter setting problem</title>
    <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/S43K144-LPSPI-setting-module-quot-Frame-size-quot-parameter/m-p/1179070#M5288</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;Marius&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;I understand what you mean, 40-bit data needs to be split into 5 8-bit arrays for transmission.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;BRs!&lt;/P&gt;</description>
    <pubDate>Fri, 06 Nov 2020 02:11:35 GMT</pubDate>
    <dc:creator>liuqimin</dc:creator>
    <dc:date>2020-11-06T02:11:35Z</dc:date>
    <item>
      <title>S43K144 LPSPI setting module "Frame size" parameter setting problem</title>
      <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/S43K144-LPSPI-setting-module-quot-Frame-size-quot-parameter/m-p/1172693#M5186</link>
      <description>&lt;P&gt;Hi:&lt;BR /&gt;There is a parameter "Frame size" in the LPSPI setting module. The default setting is "8". It transmits Uint8 type data. Can this parameter be modified to transmit data higher than 8 bits (for example, 40 bits)? But in this case, the data input type of LPSPI's sending module "LPSPI_Master_Transfer" is Uint8, which seems to not support data transmission higher than 8 bits.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="liuqimin_0-1603598797522.png" style="width: 634px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/128188iADDC73969C1F645A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="liuqimin_0-1603598797522.png" alt="liuqimin_0-1603598797522.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Can anyone answer my question?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Best Regards!&lt;/P&gt;&lt;P&gt;&amp;nbsp; Liuqimin&lt;/P&gt;</description>
      <pubDate>Sun, 25 Oct 2020 04:09:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/S43K144-LPSPI-setting-module-quot-Frame-size-quot-parameter/m-p/1172693#M5186</guid>
      <dc:creator>liuqimin</dc:creator>
      <dc:date>2020-10-25T04:09:19Z</dc:date>
    </item>
    <item>
      <title>Re: S43K144 LPSPI setting module "Frame size" parameter setting problem</title>
      <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/S43K144-LPSPI-setting-module-quot-Frame-size-quot-parameter/m-p/1173055#M5192</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/162619"&gt;@liuqimin&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;You can send more than 8 bits per frame. There are two ways.&lt;/P&gt;
&lt;P&gt;1. The easiest one is to set the Frame size to 8 and to check the continuous transfer.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mariuslucianand_0-1603706696111.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/128265i1D4A7A634F72DE1C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="mariuslucianand_0-1603706696111.png" alt="mariuslucianand_0-1603706696111.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In this way, to send 40 bits you have to provide to the SPI_Master_Transfer an array of (Number of frames) x 5 bytes of data elements, and the PCS will be low during all the transfer time.&lt;/P&gt;
&lt;P&gt;2. If you typed 40 bits per frame in the config block, as in the screenshot, then the things get a bit complicated because you have to align data at uint32_t I can elaborate if needs be.&lt;/P&gt;
&lt;P&gt;Hope this helps,&lt;/P&gt;
&lt;P&gt;Marius&lt;/P&gt;</description>
      <pubDate>Mon, 26 Oct 2020 10:07:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/S43K144-LPSPI-setting-module-quot-Frame-size-quot-parameter/m-p/1173055#M5192</guid>
      <dc:creator>mariuslucianand</dc:creator>
      <dc:date>2020-10-26T10:07:51Z</dc:date>
    </item>
    <item>
      <title>Re: S43K144 LPSPI setting module "Frame size" parameter setting problem</title>
      <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/S43K144-LPSPI-setting-module-quot-Frame-size-quot-parameter/m-p/1179070#M5288</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;Marius&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;I understand what you mean, 40-bit data needs to be split into 5 8-bit arrays for transmission.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;BRs!&lt;/P&gt;</description>
      <pubDate>Fri, 06 Nov 2020 02:11:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/S43K144-LPSPI-setting-module-quot-Frame-size-quot-parameter/m-p/1179070#M5288</guid>
      <dc:creator>liuqimin</dc:creator>
      <dc:date>2020-11-06T02:11:35Z</dc:date>
    </item>
  </channel>
</rss>

