<?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 Re: S32K388 SPI Config SJA1105SEL Read Static Area Register Error in S32K</title>
    <link>https://community.nxp.com/t5/S32K/S32K388-SPI-Config-SJA1105SEL-Read-Static-Area-Register-Error/m-p/2304494#M56525</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/232421"&gt;@Ryan_xjl&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;DIV&gt;
&lt;P&gt;getPortStatusMiix() does not return the xMII mode from your static configuration. It returns the runtime electrical mode detected by the ACU/CGU. If the CGU clock paths are still in their default state (e.g., RMII reference clock active), the ACU will classify the port as RMII, even if the static “xMII Params” table says RGMII.&lt;BR /&gt;In your code, you then pass this runtime RMII status directly into configPort(), which means your application overwrites your intended RGMII configuration with RMII at runtime.&lt;/P&gt;
&lt;/DIV&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Pavel&lt;/P&gt;</description>
    <pubDate>Mon, 02 Feb 2026 08:14:16 GMT</pubDate>
    <dc:creator>PavelL</dc:creator>
    <dc:date>2026-02-02T08:14:16Z</dc:date>
    <item>
      <title>S32K388 SPI Config SJA1105SEL Read Static Area Register Error</title>
      <link>https://community.nxp.com/t5/S32K/S32K388-SPI-Config-SJA1105SEL-Read-Static-Area-Register-Error/m-p/2302657#M56440</link>
      <description>&lt;P&gt;Hi, NXP 工程师&lt;/P&gt;&lt;P&gt;当前基于S32K388 MCU SPI0 对SJA1105SEL Static Config(BASE_ADDRESS:0x20000h)，Initi进行如下操作：&lt;/P&gt;&lt;P&gt;1、Read Device ID(BaseAddress:0x00000)，返回(0XAE00030Eh)正确&lt;/P&gt;&lt;P&gt;2.1、通过SJA1105X_CONFIG-GENTOOL\sja1105QS.py 生成HEX File(sja1105QS.HEX) 并通过sja1105_converter.py产生C FIle 服务SPI Write操作&lt;/P&gt;&lt;P&gt;2.2、生成的C File合并到S32K388 操作SJA1105工程中，SPI Write(BASE_ADDRESS:0x20000h)都OK&lt;/P&gt;&lt;P&gt;2.3、SPI Read SJA1105 Config Status Information(address:0x01)，返回值(CONFIGS:BIT31)为1，说明是有效的；&lt;/P&gt;&lt;P&gt;3、当(CONFIGS:BIT31)为1，SPI Read SJA1105 Base Address(BASE_ADDRESS:0x20000h)，发现读取出的数据都为0，理论应该在没有断电情况下，SPI Write 成功并显示配置有效，SPI Read对应Register Data应该是Write的数据，但是当前Read数据为0，不清楚什么情况？&lt;/P&gt;&lt;P&gt;以上数据通过示波器测试数据，波形都是正确&lt;/P&gt;&lt;P&gt;为什么SPI Write成功后再SPI Read，数据怎么是0，多谢给与帮助！&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jan 2026 07:28:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K388-SPI-Config-SJA1105SEL-Read-Static-Area-Register-Error/m-p/2302657#M56440</guid>
      <dc:creator>Ryan_xjl</dc:creator>
      <dc:date>2026-01-29T07:28:02Z</dc:date>
    </item>
    <item>
      <title>Re: S32K388 SPI Config SJA1105SEL Read Static Area Register Error</title>
      <link>https://community.nxp.com/t5/S32K/S32K388-SPI-Config-SJA1105SEL-Read-Static-Area-Register-Error/m-p/2302771#M56445</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/232421"&gt;@Ryan_xjl&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;As it is noted in UM11040 - Software user manual for SJA1105P, SJA1105Q, SJA1105R, SJA1105S, Rev. 3, chapter&amp;nbsp;4.2 Loading Configuration Data : "The entire configuration area is write-only. A read access to any address in this area returns arbitrary data."&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Pavel&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jan 2026 09:10:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K388-SPI-Config-SJA1105SEL-Read-Static-Area-Register-Error/m-p/2302771#M56445</guid>
      <dc:creator>PavelL</dc:creator>
      <dc:date>2026-01-29T09:10:04Z</dc:date>
    </item>
    <item>
      <title>Re: S32K388 SPI Config SJA1105SEL Read Static Area Register Error</title>
      <link>https://community.nxp.com/t5/S32K/S32K388-SPI-Config-SJA1105SEL-Read-Static-Area-Register-Error/m-p/2302890#M56447</link>
      <description>Hi, PaveIL&lt;BR /&gt;Thank you very much for your help！&lt;BR /&gt;May I ask a few more questions：&lt;BR /&gt;1、Does it mean that static configuration is successful as long as the (CONFIGS: BIT31) flag is 1?&lt;BR /&gt;2、I want to try how to configure incorrectly to cause (CONFIGS: BIT31) Flag to be 0. If I don't call the Config function, I just read (CONFIGS: BIT31) Flag and found that Flag=1, so I want to verify it. Thank you</description>
      <pubDate>Thu, 29 Jan 2026 10:15:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K388-SPI-Config-SJA1105SEL-Read-Static-Area-Register-Error/m-p/2302890#M56447</guid>
      <dc:creator>Ryan_xjl</dc:creator>
      <dc:date>2026-01-29T10:15:41Z</dc:date>
    </item>
    <item>
      <title>Re: S32K388 SPI Config SJA1105SEL Read Static Area Register Error</title>
      <link>https://community.nxp.com/t5/S32K/S32K388-SPI-Config-SJA1105SEL-Read-Static-Area-Register-Error/m-p/2302960#M56450</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/232421"&gt;@Ryan_xjl&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;ad 1. Yes, exactly. However, please notice that CGU needs to be configured as well - refer to chapter Interface configuration in AH1704 -&amp;nbsp; SJA1105PQRS Application Hints. If CGU setting is not included in your python script (usually not), it should be configured by register access.&lt;/P&gt;
&lt;P&gt;ad 2. To test your firmware uploading flow, you may try to corrupt/change Global CRC or Device ID in your hex file. Please refer to the UM11040 - Figure 7. Generic Loader Format, to see where Device ID and Global CRC are placed.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Pavel&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jan 2026 10:46:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K388-SPI-Config-SJA1105SEL-Read-Static-Area-Register-Error/m-p/2302960#M56450</guid>
      <dc:creator>PavelL</dc:creator>
      <dc:date>2026-01-29T10:46:14Z</dc:date>
    </item>
    <item>
      <title>Re: S32K388 SPI Config SJA1105SEL Read Static Area Register Error</title>
      <link>https://community.nxp.com/t5/S32K/S32K388-SPI-Config-SJA1105SEL-Read-Static-Area-Register-Error/m-p/2303052#M56459</link>
      <description>Hi，&lt;BR /&gt;Thank you！&lt;BR /&gt;ad2. I have verified the same approach (incorrect DEVICE ID) as yours.&lt;BR /&gt;ad1. My IC is SJA1105SEL，InitSwitch, does it only require the completion of CGU &amp;amp; STATIC CONFIGURATION，No need to initialize ACU &amp;amp; SGMII，The basic functions of SJA1105 can be realized？</description>
      <pubDate>Thu, 29 Jan 2026 13:19:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K388-SPI-Config-SJA1105SEL-Read-Static-Area-Register-Error/m-p/2303052#M56459</guid>
      <dc:creator>Ryan_xjl</dc:creator>
      <dc:date>2026-01-29T13:19:54Z</dc:date>
    </item>
    <item>
      <title>Re: S32K388 SPI Config SJA1105SEL Read Static Area Register Error</title>
      <link>https://community.nxp.com/t5/S32K/S32K388-SPI-Config-SJA1105SEL-Read-Static-Area-Register-Error/m-p/2303452#M56485</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/232421"&gt;@Ryan_xjl&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;SGMII doesn't require special CGU settings.&lt;/P&gt;
&lt;P&gt;Please check chapter&amp;nbsp;6.1.14 Slew Rate Settings in AH1704, where recommended ACU settings are discussed.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Pavel&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jan 2026 07:46:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K388-SPI-Config-SJA1105SEL-Read-Static-Area-Register-Error/m-p/2303452#M56485</guid>
      <dc:creator>PavelL</dc:creator>
      <dc:date>2026-01-30T07:46:09Z</dc:date>
    </item>
    <item>
      <title>Re: S32K388 SPI Config SJA1105SEL Read Static Area Register Error</title>
      <link>https://community.nxp.com/t5/S32K/S32K388-SPI-Config-SJA1105SEL-Read-Static-Area-Register-Error/m-p/2303954#M56504</link>
      <description>Hi,&lt;BR /&gt;你好，针对SJA1105，针对从ACU读取并配置CGU，虽然静态Table对Port配置为RGMII，但是从ACU读取状态为RMII，导致CGU配置为RMII，不清楚为什么会这样，可否给些帮助！&lt;BR /&gt;Code Ex:&lt;BR /&gt;SJA1105P_getPortStatusMiix(&amp;amp;portStatus, port, switchId);&lt;BR /&gt;configPort(port, switchId, portStatus.speed, portStatus.xmiiMode, portStatus.phyMode);</description>
      <pubDate>Fri, 30 Jan 2026 17:02:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K388-SPI-Config-SJA1105SEL-Read-Static-Area-Register-Error/m-p/2303954#M56504</guid>
      <dc:creator>Ryan_xjl</dc:creator>
      <dc:date>2026-01-30T17:02:08Z</dc:date>
    </item>
    <item>
      <title>Re: S32K388 SPI Config SJA1105SEL Read Static Area Register Error</title>
      <link>https://community.nxp.com/t5/S32K/S32K388-SPI-Config-SJA1105SEL-Read-Static-Area-Register-Error/m-p/2304494#M56525</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/232421"&gt;@Ryan_xjl&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;DIV&gt;
&lt;P&gt;getPortStatusMiix() does not return the xMII mode from your static configuration. It returns the runtime electrical mode detected by the ACU/CGU. If the CGU clock paths are still in their default state (e.g., RMII reference clock active), the ACU will classify the port as RMII, even if the static “xMII Params” table says RGMII.&lt;BR /&gt;In your code, you then pass this runtime RMII status directly into configPort(), which means your application overwrites your intended RGMII configuration with RMII at runtime.&lt;/P&gt;
&lt;/DIV&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Pavel&lt;/P&gt;</description>
      <pubDate>Mon, 02 Feb 2026 08:14:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K388-SPI-Config-SJA1105SEL-Read-Static-Area-Register-Error/m-p/2304494#M56525</guid>
      <dc:creator>PavelL</dc:creator>
      <dc:date>2026-02-02T08:14:16Z</dc:date>
    </item>
  </channel>
</rss>

