<?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 configuration in sja1110 in S32G</title>
    <link>https://community.nxp.com/t5/S32G/Dynamic-configuration-in-sja1110/m-p/2131661#M14075</link>
    <description>&lt;P&gt;Hi&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 currently trying to implement it in S32G-VNP-RDB32 -- SJA1110 Switch&amp;nbsp;&lt;BR /&gt;currently, I don't have any firmware on my own&amp;nbsp;&lt;BR /&gt;Which Linux BSP need to be utilized&amp;nbsp;&lt;BR /&gt;What might be the complete changes need to be done&lt;/P&gt;</description>
    <pubDate>Thu, 10 Jul 2025 11:23:17 GMT</pubDate>
    <dc:creator>Atkinson</dc:creator>
    <dc:date>2025-07-10T11:23:17Z</dc:date>
    <item>
      <title>Dynamic configuration in sja1110</title>
      <link>https://community.nxp.com/t5/S32G/Dynamic-configuration-in-sja1110/m-p/2127036#M13961</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to configure l2 lookup table dynamically how can I configure it ?&lt;/P&gt;&lt;P&gt;Without using ECT tool how can I configure the l2 lookup table ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any examples?&lt;/P&gt;&lt;P&gt;Regards&amp;nbsp;&lt;/P&gt;&lt;P&gt;Atkinson&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jul 2025 08:37:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/Dynamic-configuration-in-sja1110/m-p/2127036#M13961</guid>
      <dc:creator>Atkinson</dc:creator>
      <dc:date>2025-07-02T08:37:53Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic configuration in sja1110</title>
      <link>https://community.nxp.com/t5/S32G/Dynamic-configuration-in-sja1110/m-p/2128013#M13977</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/248906"&gt;@Atkinson&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;The method of dynamic configuration depends on your use case — it can be performed either by the internal M7 core or externally via SPI. Below is a list of possible solutions:&lt;/P&gt;
&lt;P&gt;1. ECT (Ethernet Control Tool)&lt;BR /&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:01:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/Dynamic-configuration-in-sja1110/m-p/2128013#M13977</guid>
      <dc:creator>PavelL</dc:creator>
      <dc:date>2025-07-03T10:01:23Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic configuration in sja1110</title>
      <link>https://community.nxp.com/t5/S32G/Dynamic-configuration-in-sja1110/m-p/2128426#M14004</link>
      <description>&lt;P&gt;Hi&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;In the Method of configuring via SPI_HAP&amp;nbsp;&lt;BR /&gt;where can i find the write_l2_lookup_table.py?&lt;BR /&gt;How this needs to be communicated via SPI_HAP? when after the device bootup&amp;nbsp;&lt;BR /&gt;In Previously during the static configuration, we have configured it each data via each index?&lt;BR /&gt;so whether data if static initially configured is fine or none of the static configuration its shouldn't be connected?&lt;BR /&gt;whether this write_l2_lookup_table.py can you share it?&lt;BR /&gt;when running this script from where (which port it need to be connected to pass the data) the script will be polling the data?&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Atkinson&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jul 2025 05:50:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/Dynamic-configuration-in-sja1110/m-p/2128426#M14004</guid>
      <dc:creator>Atkinson</dc:creator>
      <dc:date>2025-07-04T05:50:38Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic configuration in sja1110</title>
      <link>https://community.nxp.com/t5/S32G/Dynamic-configuration-in-sja1110/m-p/2128648#M14010</link>
      <description>&lt;P&gt;Hi&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;&lt;/P&gt;&lt;P&gt;#include &amp;lt;stdint.h&amp;gt;&lt;BR /&gt;#include &amp;lt;stdbool.h&amp;gt;&lt;/P&gt;&lt;P&gt;// Define register addresses as per your SoC mapping&lt;BR /&gt;#define DYN_BE_LKP_ENTRY0 0x000 // Replace with actual address&lt;BR /&gt;#define DYN_BE_LKP_ENTRY1 0x004&lt;BR /&gt;#define DYN_BE_LKP_ENTRY2 0x008&lt;BR /&gt;#define DYN_BE_LKP_ENTRY3 0x00C&lt;BR /&gt;#define DYN_BE_LKP_ENTRY4 0x010&lt;BR /&gt;#define DYN_BE_LKP_ENTRY5 0x014&lt;BR /&gt;#define DYN_BE_LKP_CTRL 0x018&lt;/P&gt;&lt;P&gt;void insert_l2_unicast_entry(void)&lt;BR /&gt;{&lt;BR /&gt;// === INPUTS ===&lt;BR /&gt;uint64_t mac = 0x021122334455ULL; // MAC address&lt;BR /&gt;uint16_t vlan_id = 3;&lt;BR /&gt;uint8_t dest_port = 3; // Port 3&lt;BR /&gt;uint16_t dest_ports_mask = (1 &amp;lt;&amp;lt; dest_port);&lt;BR /&gt;uint16_t index = 5;&lt;/P&gt;&lt;P&gt;// === STEP 1: Wait for previous operation to complete ===&lt;BR /&gt;while (read_register(DYN_BE_LKP_CTRL) &amp;amp; ETHSW_DYN_BE_LKP_CTRL_bValid_MASK);&lt;/P&gt;&lt;P&gt;// === STEP 2: Prepare entry fields ===&lt;BR /&gt;uint32_t mac_lo = (uint32_t)(mac &amp;amp; 0xFFFFFFFF); // Lower 32 bits&lt;BR /&gt;uint32_t mac_hi = (uint32_t)((mac &amp;gt;&amp;gt; 32) &amp;amp; 0xFFFF); // Upper 16 bits&lt;/P&gt;&lt;P&gt;uint32_t entry0 = ETHSW_DYN_BE_LKP_ENTRY0_uvEntry_30__0_(0x00000000);&lt;BR /&gt;uint32_t entry1 = ETHSW_DYN_BE_LKP_ENTRY1_uvEntry_62__31_(mac_lo);&lt;BR /&gt;uint32_t entry2 = ETHSW_DYN_BE_LKP_ENTRY2_uvEntry_94__63_(mac_hi);&lt;BR /&gt;uint32_t entry3 = ETHSW_DYN_BE_LKP_ENTRY3_uvEntry_126__95_(&lt;BR /&gt;((vlan_id &amp;amp; 0xFFF) &amp;lt;&amp;lt; 16) | (dest_ports_mask &amp;amp; 0xFFFF));&lt;BR /&gt;uint32_t entry4 = ETHSW_DYN_BE_LKP_ENTRY4_uvEntry_158__127_(0x00000000); // optional flags/reserved&lt;BR /&gt;uint32_t entry5 = ETHSW_DYN_BE_LKP_ENTRY5_uvEntry_190__159_(index);&lt;/P&gt;&lt;P&gt;// === STEP 3: Write entries to DYN registers ===&lt;BR /&gt;write_register(DYN_BE_LKP_ENTRY0, entry0);&lt;BR /&gt;write_register(DYN_BE_LKP_ENTRY1, entry1);&lt;BR /&gt;write_register(DYN_BE_LKP_ENTRY2, entry2);&lt;BR /&gt;write_register(DYN_BE_LKP_ENTRY3, entry3);&lt;BR /&gt;write_register(DYN_BE_LKP_ENTRY4, entry4);&lt;BR /&gt;write_register(DYN_BE_LKP_ENTRY5, entry5);&lt;/P&gt;&lt;P&gt;// === STEP 4: Trigger WRITE via control register ===&lt;BR /&gt;uint32_t ctrl_val = 0;&lt;BR /&gt;ctrl_val |= ETHSW_DYN_BE_LKP_CTRL_bValid(1);&lt;BR /&gt;ctrl_val |= ETHSW_DYN_BE_LKP_CTRL_bWrRdB(1); // Write operation&lt;BR /&gt;ctrl_val |= ETHSW_DYN_BE_LKP_CTRL_uvHostCommand(0b011); // Host write&lt;BR /&gt;ctrl_val |= ETHSW_DYN_BE_LKP_CTRL_bValidEntry(1); // Valid entry&lt;/P&gt;&lt;P&gt;write_register(DYN_BE_LKP_CTRL, ctrl_val);&lt;/P&gt;&lt;P&gt;// === STEP 5: Wait for operation to complete ===&lt;BR /&gt;while (read_register(DYN_BE_LKP_CTRL) &amp;amp; ETHSW_DYN_BE_LKP_CTRL_bValid_MASK);&lt;/P&gt;&lt;P&gt;// === STEP 6: Check for error ===&lt;BR /&gt;uint32_t status = read_register(DYN_BE_LKP_CTRL);&lt;BR /&gt;if (status &amp;amp; ETHSW_DYN_BE_LKP_CTRL_bError_MASK) {&lt;BR /&gt;// Handle the error&lt;BR /&gt;// You can print or log this as needed&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;whether can i insert this code for Dynamically Writing the data to L2 Lookup Table&amp;nbsp;&lt;BR /&gt;Where should i insert this code to test ?&lt;BR /&gt;Looking forward for your reply&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Atkinson&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jul 2025 11:24:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/Dynamic-configuration-in-sja1110/m-p/2128648#M14010</guid>
      <dc:creator>Atkinson</dc:creator>
      <dc:date>2025-07-04T11:24:48Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic configuration in sja1110</title>
      <link>https://community.nxp.com/t5/S32G/Dynamic-configuration-in-sja1110/m-p/2129272#M14027</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;&lt;/P&gt;&lt;P&gt;static status_t wait_for_valid_clear(uint8_t swt) {&lt;BR /&gt;status_t status;&lt;BR /&gt;uint32_t ctrl = 0;&lt;BR /&gt;do {&lt;BR /&gt;status = SWITCH_DRV_Read(swt, 1, DYN_BE_LKP_CTRL, &amp;amp;ctrl);&lt;BR /&gt;if (status != STATUS_SUCCESS) return status;&lt;BR /&gt;} while (ctrl &amp;amp; DYN_BE_LKP_CTRL_VALID_MASK);&lt;/P&gt;&lt;P&gt;if (ctrl &amp;amp; DYN_BE_LKP_CTRL_ERROR_MASK) return STATUS_ERROR;&lt;BR /&gt;return STATUS_SUCCESS;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;status_t SJA1110_AddL2LookupEntry_Dynamic(uint8_t swt) {&lt;BR /&gt;status_t status;&lt;/P&gt;&lt;P&gt;// MAC = 66:11:22:33:44:55&lt;BR /&gt;uint8_t mac[6] = {0x66, 0x11, 0x22, 0x33, 0x44, 0x55};&lt;BR /&gt;uint64_t mac64 = ((uint64_t)mac[0] &amp;lt;&amp;lt; 40) | ((uint64_t)mac[1] &amp;lt;&amp;lt; 32) | ((uint64_t)mac[2] &amp;lt;&amp;lt; 24) |&lt;BR /&gt;((uint64_t)mac[3] &amp;lt;&amp;lt; 16) | ((uint64_t)mac[4] &amp;lt;&amp;lt; &lt;LI-EMOJI id="lia_smiling-face-with-sunglasses" title=":smiling_face_with_sunglasses:"&gt;&lt;/LI-EMOJI&gt; | (uint64_t)mac[5];&lt;/P&gt;&lt;P&gt;// Prepare L2 lookup entry fields&lt;BR /&gt;uint32_t entry[WORD_COUNT] = {0};&lt;/P&gt;&lt;P&gt;entry[0] = ((5 &amp;amp; 0xF) &amp;lt;&amp;lt; 24) | (1 &amp;lt;&amp;lt; 11); // SrcPort, DestPorts 1 &amp;amp; 2&lt;BR /&gt;entry[1] = (uint32_t)(mac64 &amp;amp; 0xFFFFFFFF);&lt;BR /&gt;entry[2] = (uint32_t)((mac64 &amp;gt;&amp;gt; 32) &amp;amp; 0xFFFF);&lt;BR /&gt;entry[2] |= (3 &amp;lt;&amp;lt; 16); // VLAN ID = 3&lt;BR /&gt;entry[3] = 0; // Optional masks&lt;BR /&gt;entry[4] = 0;&lt;BR /&gt;entry[5] = (8 &amp;lt;&amp;lt; 4) | (1 &amp;lt;&amp;lt; 10); // CB_SID_IN = 8, CB_ON_DA = 1&lt;/P&gt;&lt;P&gt;// Wait until previous operation completes&lt;BR /&gt;status = wait_for_valid_clear(swt);&lt;BR /&gt;if (status != STATUS_SUCCESS) return status;&lt;/P&gt;&lt;P&gt;// Write L2 entry data to registers&lt;BR /&gt;status = SWITCH_DRV_Write(swt, WORD_COUNT, DYN_BE_LKP_ENTRY0, entry);&lt;BR /&gt;if (status != STATUS_SUCCESS) return status;&lt;/P&gt;&lt;P&gt;// Construct control register value&lt;BR /&gt;uint32_t ctrl = DYN_BE_LKP_CTRL_VALID_MASK |&lt;BR /&gt;DYN_BE_LKP_CTRL_RDWRSET_MASK |&lt;BR /&gt;(HOSTCMD_WRITE &amp;lt;&amp;lt; DYN_BE_LKP_CTRL_HOSTCMD_SHIFT);&lt;/P&gt;&lt;P&gt;// Trigger write&lt;BR /&gt;status = SWITCH_DRV_Write(swt, 1, DYN_BE_LKP_CTRL, &amp;amp;ctrl);&lt;BR /&gt;if (status != STATUS_SUCCESS) return status;&lt;/P&gt;&lt;P&gt;// Wait for operation to complete&lt;BR /&gt;return wait_for_valid_clear(swt);&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;Whether this code can be utilized for generating a Dynamic entry ?&lt;BR /&gt;if this code is correct, where the function needs to be called??&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Atkinson&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jul 2025 11:28:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/Dynamic-configuration-in-sja1110/m-p/2129272#M14027</guid>
      <dc:creator>Atkinson</dc:creator>
      <dc:date>2025-07-07T11:28:27Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic configuration in sja1110</title>
      <link>https://community.nxp.com/t5/S32G/Dynamic-configuration-in-sja1110/m-p/2130598#M14044</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/248906"&gt;@Atkinson&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;I apologize for the delayed response due to public holidays.&lt;/P&gt;
&lt;P&gt;Thank you for sharing your code. I had a quick look, and at first glance, it appears to align with the principles outlined in AN12925, chapter 5.1.3.2 Writing a L2 Lookup table entry. I also noticed that the #define statements seem to be reused from SJA1110.h, which is standard practice.&lt;/P&gt;
&lt;P&gt;Please note, however, that an in-depth custom code review goes beyond the scope of our complimentary online support. Additionally, the timing and context in which this function should be called are highly application-specific and may vary depending on your system architecture and requirements.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Pavel&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jul 2025 05:42:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/Dynamic-configuration-in-sja1110/m-p/2130598#M14044</guid>
      <dc:creator>PavelL</dc:creator>
      <dc:date>2025-07-09T05:42:51Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic configuration in sja1110</title>
      <link>https://community.nxp.com/t5/S32G/Dynamic-configuration-in-sja1110/m-p/2130802#M14051</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;As you mentioned it i tried incorporating the code&amp;nbsp;&lt;BR /&gt;can you confirm where do i need to place the code which will help us in creating the entry&amp;nbsp;&lt;BR /&gt;Earlier Message you have mentioned there were Two Methods via doing it using ECT (Ethernet configuration Tool)&amp;nbsp; and SPI_HAP&amp;nbsp;&lt;BR /&gt;so these tools and files are needed to process on run -time ryt ??&lt;BR /&gt;The code which i shared is which i am trying to implement it without these tools&amp;nbsp;&lt;BR /&gt;I am looking to create a Dynamic L2 Lookup Entry whether it is fine to do ??&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Atkinson&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jul 2025 09:25:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/Dynamic-configuration-in-sja1110/m-p/2130802#M14051</guid>
      <dc:creator>Atkinson</dc:creator>
      <dc:date>2025-07-09T09:25:30Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic configuration in sja1110</title>
      <link>https://community.nxp.com/t5/S32G/Dynamic-configuration-in-sja1110/m-p/2130953#M14055</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/248906"&gt;@Atkinson&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Could you please clarify your use case for using a dynamic L2 lookup table?&lt;/P&gt;
&lt;P&gt;Personally, I would consider using dynamic entries in two typical scenarios:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;When you want to maintain a common switch configuration across multiple devices and then "personalize" each switch dynamically after power-up.&lt;/LI&gt;
&lt;LI&gt;When you need to modify the switch configuration at runtime based on application-specific requirements.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;In either case, there are generally three ways to update the switch configuration dynamically:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;From the internal M7 core&lt;/LI&gt;
&lt;LI&gt;From the host processor via SPI_HAP&lt;/LI&gt;
&lt;LI&gt;From the host processor via Ethernet&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Does your use case fall into one of these categories, or are you aiming for something different?&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:29:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/Dynamic-configuration-in-sja1110/m-p/2130953#M14055</guid>
      <dc:creator>PavelL</dc:creator>
      <dc:date>2025-07-09T13:29:00Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic configuration in sja1110</title>
      <link>https://community.nxp.com/t5/S32G/Dynamic-configuration-in-sja1110/m-p/2131374#M14064</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;As you mentioned I would like to configure the switch_core configuration Dynamically&amp;nbsp;&lt;BR /&gt;When a System boots the static configuration which we configured in peripherals is getting loaded&amp;nbsp;&lt;BR /&gt;I am looking in a way to configure the Table entry which are configured in Static needs to be configured it via, Dynamically.&lt;/P&gt;&lt;P&gt;In either case, there are generally three ways to update the switch configuration dynamically:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;From the internal M7 core&lt;/LI&gt;&lt;LI&gt;From the host processor via SPI_HAP&lt;/LI&gt;&lt;LI&gt;From the host processor via Ethernet&lt;BR /&gt;so you are saying these are the only ways of updating the system dynamically ?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;if these are the only possible way, then configuring it in as a code which i provided will work or will not work ?&lt;BR /&gt;and also the three process which mentioned here is it same as the ECT &amp;amp; write_l2_lookup_table.py? or these are different one !!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jul 2025 04:09:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/Dynamic-configuration-in-sja1110/m-p/2131374#M14064</guid>
      <dc:creator>Atkinson</dc:creator>
      <dc:date>2025-07-10T04:09:51Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic configuration in sja1110</title>
      <link>https://community.nxp.com/t5/S32G/Dynamic-configuration-in-sja1110/m-p/2131417#M14067</link>
      <description>&lt;P&gt;Hi&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;&lt;SPAN&gt;3. SPI_HAP (Host Access Protocol)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&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;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;I am looking to configure an entry via write_l2_lookup_table.py&amp;nbsp;&lt;BR /&gt;via how the configuration which we written in write_l2_lookup_table.py file will be moving to the RDB32 Board&lt;BR /&gt;what interface need to be done from laptop to RDB32Board?&lt;BR /&gt;what are the communication mechanism through which we can pass our l2 lookup entry to the device (RDB32 Board)&lt;BR /&gt;can you give me a procedure or where i can find the procedure for implementation&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jul 2025 06:15:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/Dynamic-configuration-in-sja1110/m-p/2131417#M14067</guid>
      <dc:creator>Atkinson</dc:creator>
      <dc:date>2025-07-10T06:15:11Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic configuration in sja1110</title>
      <link>https://community.nxp.com/t5/S32G/Dynamic-configuration-in-sja1110/m-p/2131568#M14070</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/248906"&gt;@Atkinson&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Yes, you're right — when the system boots, the static configuration is automatically loaded from external flash.&lt;/P&gt;
&lt;P&gt;Let me clarify the concept of dynamic configuration in more detail.&lt;/P&gt;
&lt;P&gt;The task of dynamic configuration can be split into two parts:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Assembling a valid entry&amp;nbsp;— see&amp;nbsp;UM11107, chapter 5.6 "Dynamic configuration"&lt;/LI&gt;
&lt;LI&gt;Writing this entry to the switch&amp;nbsp;— see&amp;nbsp;AN12925, chapter 5.1.3.2 "Writing an L2 Lookup Table Entry"&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;There are three interfaces that can be used for this:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;AHB&amp;nbsp;— via the internal M7 core. SDK support is available, and the ECT server source code can serve as a starting point.&lt;/LI&gt;
&lt;LI&gt;SPI_HAP&amp;nbsp;— the host processor assembles a valid entry and writes it to the switch. This is what&amp;nbsp;write_l2_lookup_table.py&amp;nbsp;does.&lt;/LI&gt;
&lt;LI&gt;Ethernet&amp;nbsp;— the host processor sends a user-defined message (UDP, TCP, etc.), which is processed by the internal M7 core. The M7 decodes the message, assembles a valid entry, and writes it to the switch — so we’re effectively back to point 1. This is how ECT works internally.&lt;/LI&gt;
&lt;/OL&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, 10 Jul 2025 08:41:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/Dynamic-configuration-in-sja1110/m-p/2131568#M14070</guid>
      <dc:creator>PavelL</dc:creator>
      <dc:date>2025-07-10T08:41:22Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic configuration in sja1110</title>
      <link>https://community.nxp.com/t5/S32G/Dynamic-configuration-in-sja1110/m-p/2131589#M14071</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.nxp.com/t5/user/viewprofilepage/user-id/233505" target="_blank"&gt;@PavelL&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3. SPI_HAP (Host Access Protocol)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&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;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am looking to configure an entry via write_l2_lookup_table.py&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;via how the configuration which we written in write_l2_lookup_table.py file will be moving to the RDB32 Board&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;what interface need to be done from laptop to RDB32Board?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;what are the communication mechanism through which we can pass our l2 lookup entry to the device (RDB32 Board)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;can you give me a procedure or where i can find the procedure for implementation&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jul 2025 09:17:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/Dynamic-configuration-in-sja1110/m-p/2131589#M14071</guid>
      <dc:creator>Atkinson</dc:creator>
      <dc:date>2025-07-10T09:17:50Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic configuration in sja1110</title>
      <link>https://community.nxp.com/t5/S32G/Dynamic-configuration-in-sja1110/m-p/2131660#M14074</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/248906"&gt;@Atkinson&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;If you're planning to do this from the S32G-VNP-RDB3 board, that changes things significantly. Will you be running the Linux BSP on the board, or do you plan to use your own firmware?&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Pavel&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jul 2025 11:17:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/Dynamic-configuration-in-sja1110/m-p/2131660#M14074</guid>
      <dc:creator>PavelL</dc:creator>
      <dc:date>2025-07-10T11:17:14Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic configuration in sja1110</title>
      <link>https://community.nxp.com/t5/S32G/Dynamic-configuration-in-sja1110/m-p/2131661#M14075</link>
      <description>&lt;P&gt;Hi&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 currently trying to implement it in S32G-VNP-RDB32 -- SJA1110 Switch&amp;nbsp;&lt;BR /&gt;currently, I don't have any firmware on my own&amp;nbsp;&lt;BR /&gt;Which Linux BSP need to be utilized&amp;nbsp;&lt;BR /&gt;What might be the complete changes need to be done&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jul 2025 11:23:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/Dynamic-configuration-in-sja1110/m-p/2131661#M14075</guid>
      <dc:creator>Atkinson</dc:creator>
      <dc:date>2025-07-10T11:23:17Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic configuration in sja1110</title>
      <link>https://community.nxp.com/t5/S32G/Dynamic-configuration-in-sja1110/m-p/2131732#M14076</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/248906"&gt;@Atkinson&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;The Linux BSP is already pre-installed on the SD card delivered with the S32G-VNP-RDB3 board, so no additional action is required in that regard.&lt;/P&gt;
&lt;P&gt;I assume you have successfully brought up the board (apologies if you already mentioned this in previous messages).&lt;/P&gt;
&lt;P&gt;The BSP includes the SJA1110 DSA driver, which provides a range of useful features — including support for dynamic L2 lookup table configuration.&lt;BR /&gt;The DSA driver is enabled by default.&lt;/P&gt;
&lt;P&gt;As this case has evolved into a multi-domain topic, I’ve reached out to your FAE to discuss how we should proceed further.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Pavel&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jul 2025 13:41:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/Dynamic-configuration-in-sja1110/m-p/2131732#M14076</guid>
      <dc:creator>PavelL</dc:creator>
      <dc:date>2025-07-10T13:41:45Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic configuration in sja1110</title>
      <link>https://community.nxp.com/t5/S32G/Dynamic-configuration-in-sja1110/m-p/2132231#M14079</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/233505"&gt;@PavelL&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So since the Linux BSP is pre-installed on the SD Card if the SD card is getting inserted into the S32G-VNP-RDB board. so whether the BSP which present in SD card which will be enabling Dynamic configuration automatically&amp;nbsp;&lt;/P&gt;&lt;P&gt;For configuring the L2 lookup entry via Dynamically using the write_l2_lookup.py (python evm host tools) whether that process remains same ?or for S32G-VNP-RDB board it will change&amp;nbsp;&lt;BR /&gt;If the Process remains same how can we interface laptop &amp;amp; RDB32Board when interfacing it via Laptop and SJA1110 EVM board it will be connected using USB interface which will help to configure it Dynamic entry So in the case of S32G-VNP-RDB32 Board How the interface will be?&lt;BR /&gt;Whether it is possible to interface Laptop &amp;amp; S32G-VNP_RDB32 board creating a Dynamic entry?&lt;/P&gt;&lt;P&gt;and one more thing whether SJA1110_SDK_1.0.2 is a main thing needed for implementing RTM1.0.0 would that be fine ?&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jul 2025 06:05:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/Dynamic-configuration-in-sja1110/m-p/2132231#M14079</guid>
      <dc:creator>Atkinson</dc:creator>
      <dc:date>2025-07-11T06:05:56Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic configuration in sja1110</title>
      <link>https://community.nxp.com/t5/S32G/Dynamic-configuration-in-sja1110/m-p/2132387#M14083</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/248906"&gt;@Atkinson&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Q1: "So since the Linux BSP is pre-installed on the SD Card... will it enable dynamic configuration automatically?"&lt;BR /&gt;A1: No, the BSP includes the DSA driver, which supports dynamic configuration, but it is not automatically enabled for all use cases.&lt;/P&gt;
&lt;P&gt;Q2: "For configuring the L2 lookup entry via Dynamically using the write_l2_lookup.py (python evm host tools) whether that process remains same ?or for S32G-VNP-RDB board it will change"&lt;BR /&gt;A2: The general flow for creating and uploading a dynamic entry remains the same, as described in UM11107 and AN12925.&lt;BR /&gt;However, the write_l2_lookup_table.py script uses the FTDI driver to access the SJA1110-EVM via USB.&lt;BR /&gt;To use this script with the S32G-VNP-RDB2 or RDB3 board, the FTDI layer would need to be modified to communicate via DSPI5 on the S32G processor.&lt;/P&gt;
&lt;P&gt;Q3: "Whether it is possible to interface Laptop &amp;amp; S32G-VNP_RDB32 board creating a Dynamic entry?"&lt;BR /&gt;A3: Yes, it is possible. You are free to develop custom software running on Linux to handle your own protocol over SPI or Ethernet to configure dynamic entries.&lt;/P&gt;
&lt;P&gt;Q4: "and one more thing whether SJA1110_SDK_1.0.2 is a main thing needed for implementing RTM1.0.0 would that be fine?"&lt;BR /&gt;A4: No, it is recommended to use the latest version of SJA1110 SDK 1.0.2 for compatibility and stability.&lt;/P&gt;
&lt;P&gt;For further support, please contact your FAE or submit a ticket via &lt;A href="https://support.nxp.com/s/?language=en_US" target="_blank"&gt;https://support.nxp.com/s/?language=en_US&lt;/A&gt;.&lt;BR /&gt;Thank you for your understanding.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Pavel&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jul 2025 08:43:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/Dynamic-configuration-in-sja1110/m-p/2132387#M14083</guid>
      <dc:creator>PavelL</dc:creator>
      <dc:date>2025-07-11T08:43:55Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic configuration in sja1110</title>
      <link>https://community.nxp.com/t5/S32G/Dynamic-configuration-in-sja1110/m-p/2132405#M14084</link>
      <description>&lt;P&gt;Hi&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;&lt;SPAN&gt;To use this script with the S32G-VNP-RDB2 or RDB3 board, the FTDI layer would need to be modified to communicate via DSPI5 on the S32G processor.&lt;/SPAN&gt;&lt;BR /&gt;How to do that? is there any supporting documents?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jul 2025 08:59:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/Dynamic-configuration-in-sja1110/m-p/2132405#M14084</guid>
      <dc:creator>Atkinson</dc:creator>
      <dc:date>2025-07-11T08:59:06Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic configuration in sja1110</title>
      <link>https://community.nxp.com/t5/S32G/Dynamic-configuration-in-sja1110/m-p/2132441#M14085</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/248906"&gt;@Atkinson&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;I'm not aware of any supporting documents - that's a general knowledge, device independent. I have consulted this topic with Copilot and it should be possible to modify&amp;nbsp;sja11xx_ftdi4232.py to use DSPI5 instead of FTDI.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Pavel&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jul 2025 09:48:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/Dynamic-configuration-in-sja1110/m-p/2132441#M14085</guid>
      <dc:creator>PavelL</dc:creator>
      <dc:date>2025-07-11T09:48:15Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic configuration in sja1110</title>
      <link>https://community.nxp.com/t5/S32G/Dynamic-configuration-in-sja1110/m-p/2133023#M14093</link>
      <description>&lt;P&gt;Hi&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;can you give me the complete address for Reading and writing&amp;nbsp;&lt;BR /&gt;Address Name Access Reset Description&lt;BR /&gt;&lt;STRONG&gt;8Ch&lt;/STRONG&gt; DYN_BE_LKP_&lt;BR /&gt;ENTRY0&lt;BR /&gt;R/W 0h&lt;BR /&gt;(FFFFFFFEh)&lt;BR /&gt;&lt;BR /&gt;before&amp;nbsp;&lt;STRONG&gt;8ch&amp;nbsp;&lt;/STRONG&gt; what would be the base address?&lt;BR /&gt;like for example it will have 0x3fc0008c so for this dynamic entry table we will have a complete address can you give me the complete address for&amp;nbsp;&lt;BR /&gt;8Ch DYN_BE_LKP_&lt;BR /&gt;ENTRY0&lt;BR /&gt;R/W 0h&lt;BR /&gt;(FFFFFFFEh)&lt;BR /&gt;90h DYN_BE_LKP_&lt;BR /&gt;ENTRY1&lt;BR /&gt;R/W 0h&lt;BR /&gt;94h DYN_BE_LKP_&lt;BR /&gt;ENTRY2&lt;BR /&gt;R/W 0h&lt;BR /&gt;98h DYN_BE_LKP_&lt;BR /&gt;ENTRY3&lt;BR /&gt;R/W 0h&lt;BR /&gt;9Ch DYN_BE_LKP_&lt;BR /&gt;ENTRY4&lt;BR /&gt;R/W 0h&lt;BR /&gt;A0h DYN_BE_LKP_&lt;BR /&gt;ENTRY5&lt;BR /&gt;R/W 0h&lt;BR /&gt;A4h DYN_BE_LKP_CTRL R/W 0h&lt;BR /&gt;(FF800000h)&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jul 2025 05:39:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/Dynamic-configuration-in-sja1110/m-p/2133023#M14093</guid>
      <dc:creator>Atkinson</dc:creator>
      <dc:date>2025-07-14T05:39:42Z</dc:date>
    </item>
  </channel>
</rss>

