<?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>S32KのトピックRe: Extra SPI Clock Pulse Appears Before CS Line Goes Low on [MCU S32K312]</title>
    <link>https://community.nxp.com/t5/S32K/Extra-SPI-Clock-Pulse-Appears-Before-CS-Line-Goes-Low-on-MCU/m-p/2117546#M49959</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;for MBDT please ask on&amp;nbsp;&lt;A href="https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/bd-p/mbdt" target="_blank"&gt;https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/bd-p/mbdt&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;BR, Petr&lt;/P&gt;</description>
    <pubDate>Tue, 17 Jun 2025 08:00:15 GMT</pubDate>
    <dc:creator>PetrS</dc:creator>
    <dc:date>2025-06-17T08:00:15Z</dc:date>
    <item>
      <title>Extra SPI Clock Pulse Appears Before CS Line Goes Low on [MCU S32K312]</title>
      <link>https://community.nxp.com/t5/S32K/Extra-SPI-Clock-Pulse-Appears-Before-CS-Line-Goes-Low-on-MCU/m-p/2116881#M49910</link>
      <description>&lt;P&gt;Hello NXP Team,&lt;/P&gt;&lt;P&gt;I’m observing an issue in my SPI communication using the [MCU S32K312] where an&lt;/P&gt;&lt;P&gt;extra SPI clock pulse (SCK) appears before the CS (Chip Select) line goes low.&lt;/P&gt;&lt;P&gt;*Verified SPI config (CPOL/CPHA modes).&lt;/P&gt;&lt;P&gt;My Questions:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Why is this extra SCK pulse generated?&lt;/LI&gt;&lt;LI&gt;Is there a workaround or specific configuration to avoid this?&lt;BR /&gt;&lt;BR /&gt;Below I have Attached Project file with that I have attached the snaps taken while testing SPI Communication&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jun 2025 10:28:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Extra-SPI-Clock-Pulse-Appears-Before-CS-Line-Goes-Low-on-MCU/m-p/2116881#M49910</guid>
      <dc:creator>Mohmedsohel</dc:creator>
      <dc:date>2025-06-16T10:28:11Z</dc:date>
    </item>
    <item>
      <title>Re: Extra SPI Clock Pulse Appears Before CS Line Goes Low on [MCU S32K312]</title>
      <link>https://community.nxp.com/t5/S32K/Extra-SPI-Clock-Pulse-Appears-Before-CS-Line-Goes-Low-on-MCU/m-p/2116931#M49915</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;DIV&gt;CLK low pulse is caused by using first workaround for ERR050456, that is resetting LPSPI module.&lt;BR clear="none" /&gt;If you select 2 workaround, a low pulse would not appear. From RTD300 2nd workaround is properly implemented.&lt;BR /&gt;&lt;SPAN&gt;To enable the 2nd workaround, you need to define a macro ERR_IPV_LPSPIV2_0001 and ERR_IPV_LPSPIV2_0001_2ND_SOLUTION&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;
&lt;P&gt;RTD_SPI_UM.pdf:&lt;/P&gt;
&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PetrS_0-1750073954309.png" style="width: 604px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/343080iCC4E39E9612958DC/image-dimensions/604x80?v=v2" width="604" height="80" role="button" title="PetrS_0-1750073954309.png" alt="PetrS_0-1750073954309.png" /&gt;&lt;/span&gt;
&lt;P&gt;Anyway, if connected device is enabled by the CS, this SCK extra pulse brings no issue.&lt;/P&gt;
&lt;P&gt;BR, Petr&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Mon, 16 Jun 2025 11:41:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Extra-SPI-Clock-Pulse-Appears-Before-CS-Line-Goes-Low-on-MCU/m-p/2116931#M49915</guid>
      <dc:creator>PetrS</dc:creator>
      <dc:date>2025-06-16T11:41:57Z</dc:date>
    </item>
    <item>
      <title>Re: Extra SPI Clock Pulse Appears Before CS Line Goes Low on [MCU S32K312]</title>
      <link>https://community.nxp.com/t5/S32K/Extra-SPI-Clock-Pulse-Appears-Before-CS-Line-Goes-Low-on-MCU/m-p/2116941#M49917</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi Petrs,&lt;BR /&gt;You mean to say that I need to define manually this macro in my project&lt;BR /&gt;ERR_IPV_LPSPIV2_0001 and ERR_IPV_LPSPIV2_0001_2ND_SOLUTION&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;T R&lt;BR /&gt;Sohel J&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jun 2025 12:05:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Extra-SPI-Clock-Pulse-Appears-Before-CS-Line-Goes-Low-on-MCU/m-p/2116941#M49917</guid>
      <dc:creator>Mohmedsohel</dc:creator>
      <dc:date>2025-06-16T12:05:43Z</dc:date>
    </item>
    <item>
      <title>Re: Extra SPI Clock Pulse Appears Before CS Line Goes Low on [MCU S32K312]</title>
      <link>https://community.nxp.com/t5/S32K/Extra-SPI-Clock-Pulse-Appears-Before-CS-Line-Goes-Low-on-MCU/m-p/2116969#M49918</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;it would be ERR_IPV_LPSPIV2_E050456 and ERR_IPV_LPSPIV2_E050456_2ND_SOLUTION,&lt;BR /&gt;defined in Soc_Ips.h&lt;/P&gt;
&lt;P&gt;BR, Petr&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jun 2025 13:13:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Extra-SPI-Clock-Pulse-Appears-Before-CS-Line-Goes-Low-on-MCU/m-p/2116969#M49918</guid>
      <dc:creator>PetrS</dc:creator>
      <dc:date>2025-06-16T13:13:23Z</dc:date>
    </item>
    <item>
      <title>Re: Extra SPI Clock Pulse Appears Before CS Line Goes Low on [MCU S32K312]</title>
      <link>https://community.nxp.com/t5/S32K/Extra-SPI-Clock-Pulse-Appears-Before-CS-Line-Goes-Low-on-MCU/m-p/2116973#M49919</link>
      <description>Hi PetrS,&lt;BR /&gt;Same macros ERR_IPV_LPSPIV2_0001 and ERR_IPV_LPSPIV2_0001_2ND_SOLUTION how can I implement them in MBDT&lt;BR /&gt;</description>
      <pubDate>Mon, 16 Jun 2025 13:14:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Extra-SPI-Clock-Pulse-Appears-Before-CS-Line-Goes-Low-on-MCU/m-p/2116973#M49919</guid>
      <dc:creator>Mohmedsohel</dc:creator>
      <dc:date>2025-06-16T13:14:39Z</dc:date>
    </item>
    <item>
      <title>Re: Extra SPI Clock Pulse Appears Before CS Line Goes Low on [MCU S32K312]</title>
      <link>https://community.nxp.com/t5/S32K/Extra-SPI-Clock-Pulse-Appears-Before-CS-Line-Goes-Low-on-MCU/m-p/2116976#M49920</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;ERR_IPV_LPSPIV2_E050456 and ERR_IPV_LPSPIV2_E050456_2ND_SOLUTION these same macros how can I define them in MBDT to avoid the incoming extra Clock Pulse&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;T R&lt;BR /&gt;Sohel J&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jun 2025 13:19:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Extra-SPI-Clock-Pulse-Appears-Before-CS-Line-Goes-Low-on-MCU/m-p/2116976#M49920</guid>
      <dc:creator>Mohmedsohel</dc:creator>
      <dc:date>2025-06-16T13:19:14Z</dc:date>
    </item>
    <item>
      <title>Re: Extra SPI Clock Pulse Appears Before CS Line Goes Low on [MCU S32K312]</title>
      <link>https://community.nxp.com/t5/S32K/Extra-SPI-Clock-Pulse-Appears-Before-CS-Line-Goes-Low-on-MCU/m-p/2117546#M49959</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;for MBDT please ask on&amp;nbsp;&lt;A href="https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/bd-p/mbdt" target="_blank"&gt;https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/bd-p/mbdt&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;BR, Petr&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jun 2025 08:00:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Extra-SPI-Clock-Pulse-Appears-Before-CS-Line-Goes-Low-on-MCU/m-p/2117546#M49959</guid>
      <dc:creator>PetrS</dc:creator>
      <dc:date>2025-06-17T08:00:15Z</dc:date>
    </item>
    <item>
      <title>Re: Extra SPI Clock Pulse Appears Before CS Line Goes Low on [MCU S32K312]</title>
      <link>https://community.nxp.com/t5/S32K/Extra-SPI-Clock-Pulse-Appears-Before-CS-Line-Goes-Low-on-MCU/m-p/2121082#M50131</link>
      <description>I just posted the query you said waiting for the response please it is emergency please resolve this asap due to this we struck in technical blocker&lt;BR /&gt;T R&lt;BR /&gt;Sohel</description>
      <pubDate>Mon, 23 Jun 2025 04:49:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Extra-SPI-Clock-Pulse-Appears-Before-CS-Line-Goes-Low-on-MCU/m-p/2121082#M50131</guid>
      <dc:creator>Mohmedsohel</dc:creator>
      <dc:date>2025-06-23T04:49:22Z</dc:date>
    </item>
  </channel>
</rss>

