<?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: Dynamic Config in SJA1110 in S32G</title>
    <link>https://community.nxp.com/t5/S32G/Dynamic-Config-in-SJA1110/m-p/2130792#M14049</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/233505"&gt;@PavelL&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I am trying to configure via &lt;SPAN&gt;SPI_HAP (Host Access Protocol)&amp;nbsp;&lt;/SPAN&gt;Can you share me the&amp;nbsp;&lt;SPAN&gt;write_l2_lookup_table.py&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 09 Jul 2025 09:13:59 GMT</pubDate>
    <dc:creator>Abrar_23</dc:creator>
    <dc:date>2025-07-09T09:13:59Z</dc:date>
    <item>
      <title>Dynamic Config in SJA1110</title>
      <link>https://community.nxp.com/t5/S32G/Dynamic-Config-in-SJA1110/m-p/2127880#M13968</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I am looking to configure the L2 Lookup table in the SJA1110 Switch via Dynamically how can i configure it Dynamically whether it is possible to make dynamic configuration directly&amp;nbsp;&lt;BR /&gt;any example ??&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Abrar&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jul 2025 07:33:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/Dynamic-Config-in-SJA1110/m-p/2127880#M13968</guid>
      <dc:creator>Abrar_23</dc:creator>
      <dc:date>2025-07-03T07:33:03Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Config in SJA1110</title>
      <link>https://community.nxp.com/t5/S32G/Dynamic-Config-in-SJA1110/m-p/2128019#M13979</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/247351"&gt;@Abrar_23&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;This topic has come up a few times recently, so let me provide a brief summary of the available options for dynamically configuring the L2 Lookup Table on the SJA1110 switch.&lt;/P&gt;
&lt;P&gt;Both the ECT firmware and the Python script (write_l2_lookup_table.py) are valid and supported approaches. The method you choose depends on your use case — dynamic configuration can be performed either by the internal M7 core or externally via SPI.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;1. ECT (Ethernet Control Tool)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Dynamic configuration via external Ethernet (UDP) frames. The internal firmware running on the M7 core receives the configuration and applies it to the switch core.&lt;/P&gt;
&lt;P&gt;2. Modified ECT&lt;BR /&gt;The ECT source code can be adapted to accept any Ethernet frame format (not just UDP). This allows integration into custom protocols or systems. The internal logic remains the same — the M7 core performs the actual register updates.&lt;/P&gt;
&lt;P&gt;3. SPI_HAP (Host Access Protocol)&lt;BR /&gt;The write_l2_lookup_table.py script from the host tools demonstrates how to configure the L2 table dynamically via SPI. This approach can be used by any external MCU or host processor. The logic from this script can also be ported to run directly on the internal M7 core if needed.&lt;/P&gt;
&lt;P&gt;All of the above methods follow the same principle described in AN12925, section 5.1.3.2. The register-level flow is identical and includes polling the control register, writing to the entry registers, and triggering the update via the control register.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Pavel&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jul 2025 10:09:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/Dynamic-Config-in-SJA1110/m-p/2128019#M13979</guid>
      <dc:creator>PavelL</dc:creator>
      <dc:date>2025-07-03T10:09:23Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Config in SJA1110</title>
      <link>https://community.nxp.com/t5/S32G/Dynamic-Config-in-SJA1110/m-p/2130792#M14049</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/233505"&gt;@PavelL&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I am trying to configure via &lt;SPAN&gt;SPI_HAP (Host Access Protocol)&amp;nbsp;&lt;/SPAN&gt;Can you share me the&amp;nbsp;&lt;SPAN&gt;write_l2_lookup_table.py&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jul 2025 09:13:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/Dynamic-Config-in-SJA1110/m-p/2130792#M14049</guid>
      <dc:creator>Abrar_23</dc:creator>
      <dc:date>2025-07-09T09:13:59Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Config in SJA1110</title>
      <link>https://community.nxp.com/t5/S32G/Dynamic-Config-in-SJA1110/m-p/2130942#M14054</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/247351"&gt;@Abrar_23&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;the file&amp;nbsp;write_l2_lookup_table.py is a part of&amp;nbsp;&lt;STRONG&gt;SJA1110-EVM Host Tools&lt;/STRONG&gt;&amp;nbsp;which can be downloaded from the page&amp;nbsp;&lt;A href="https://www.nxp.com/design/design-center/development-boards-and-designs/SJA1110-EVM" target="_blank"&gt;SJA1110-EVM Evaluation Board | NXP Semiconductors&lt;/A&gt;&amp;nbsp;, in Software section, under Secure files:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PavelL_0-1752066551601.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/346778i86451A76D3ABB5C4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="PavelL_0-1752066551601.png" alt="PavelL_0-1752066551601.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Sign in will be required.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Pavel&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jul 2025 13:11:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/Dynamic-Config-in-SJA1110/m-p/2130942#M14054</guid>
      <dc:creator>PavelL</dc:creator>
      <dc:date>2025-07-09T13:11:16Z</dc:date>
    </item>
  </channel>
</rss>

