<?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: Program Serial RCON using S32 Debug Probe with S32G3 - Python errors in S32G</title>
    <link>https://community.nxp.com/t5/S32G/Program-Serial-RCON-using-S32-Debug-Probe-with-S32G3-Python/m-p/2194516#M15373</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/255762"&gt;@amerkle&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Sorry I did not notice the format of the paths before. but are you using a terminal that is not the windows command prompt? The steps are mean to be executed in windows command prompt.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Although I have not been able to run the RCON scripts. While investigating this issue with my colleague in the internal team, he has shared some important info:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;The board needs to be an EVB, if you are using an RDB, you will need to modify some resistors. Please check the following part of the schematics:&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="alejandro_e_0-1761678348775.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/362938i214094B7FE01A640/image-size/medium?v=v2&amp;amp;px=400" role="button" title="alejandro_e_0-1761678348775.png" alt="alejandro_e_0-1761678348775.png" /&gt;&lt;/span&gt;&lt;/LI&gt;
&lt;LI&gt;You need to close all instances of CCS.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Since you mentioned that you can already use the script, you may already know this, however I wanted to share it just in case.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you share the output of the command to ensure it is executing correctly?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Tue, 28 Oct 2025 19:10:25 GMT</pubDate>
    <dc:creator>alejandro_e</dc:creator>
    <dc:date>2025-10-28T19:10:25Z</dc:date>
    <item>
      <title>Program Serial RCON using S32 Debug Probe with S32G3 - Python errors</title>
      <link>https://community.nxp.com/t5/S32G/Program-Serial-RCON-using-S32-Debug-Probe-with-S32G3-Python/m-p/2190848#M15322</link>
      <description>&lt;P&gt;I am using the S32DesignStudio 3.6.2 and following the new procedure in&amp;nbsp;&lt;A href="https://community.nxp.com/t5/S32-Design-Studio-Knowledge-Base/HOWTO-Program-Serial-RCON-using-S32-Debug-Probe/ta-p/1964504" target="_blank"&gt;HOWTO: Program Serial RCON using S32 Debug Probe - NXP Community&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Every of the following commands are exeucted in the provided Mingw64 shell.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;The&amp;nbsp;&lt;SPAN&gt;PYTHONPATH and the PYTHONHOME are set to&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;/c/NXP/S32DS.3.6.2/S32DS/build_tools/msys32/mingw64/lib/python3.10/&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I change to the folder of the gdb and c&lt;SPAN&gt;alling arm-none-eabi-gdb-py.exe works as expected no error, no warnings.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Inside gdb:&amp;nbsp; source ../../../S32Debugger/Debugger/scripts/gdb_extensions/rcon/s32rcon.py&lt;/P&gt;&lt;P&gt;Then calling py rcon() I get the following errors, see e.g. the python error that the array can not be found.&lt;/P&gt;&lt;P&gt;Any help is appreciated!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;(gdb) py rcon()&lt;BR /&gt;Starting RCON programmer services...&lt;BR /&gt;Initializing target...&lt;BR /&gt;Running RCON script C:/NXP/S32DS.3.6.2/S32DS/tools/S32Debugger/Debugger/scripts/s32g3xx/s32g3xx_i2c_RCON.py&lt;BR /&gt;Warning: Loading of extensions failedTraceback (most recent call last):&lt;BR /&gt;File "C:/NXP/S32DS.3.6.2/S32DS/tools/S32Debugger/Debugger/scripts/s32g3xx//../utils/gta_lib.py", line 18, in &amp;lt;module&amp;gt;&lt;BR /&gt;import register_ds_extensions&lt;BR /&gt;File "C:/NXP/S32DS.3.6.2/S32DS/tools/S32Debugger/Debugger/scripts/utils/../gdb_extensions/register_ds_extensions.py", line 26, in &amp;lt;module&amp;gt;&lt;BR /&gt;from target.commands import create_commands as target_commands&lt;BR /&gt;File "C:/NXP/S32DS.3.6.2/S32DS/tools/S32Debugger/Debugger/scripts/gdb_extensions/target/commands.py", line 46, in &amp;lt;module&amp;gt;&lt;BR /&gt;from break_config_command import BreakConfigCommand&lt;BR /&gt;File "C:/NXP/S32DS.3.6.2/S32DS/tools/S32Debugger/Debugger/scripts/gdb_extensions/target/break_config_command.py", line 25, in &amp;lt;module&amp;gt;&lt;BR /&gt;from flash.scripts.elfparser import ElfFile, SectionType, SectionFlag&lt;BR /&gt;File "C:/NXP/S32DS.3.6.2/S32DS/tools/S32Debugger/Debugger/scripts/gdb_extensions/flash/scripts/elfparser.py", line 17, in &amp;lt;module&amp;gt;&lt;BR /&gt;from array import array&lt;BR /&gt;ModuleNotFoundError: No module named 'array'&lt;BR /&gt;Board init...&lt;BR /&gt;Primary session connecting...&lt;BR /&gt;^Error:Target connection failed. Please re-check the settings.Processor: S32G3XXProbe: S32 Debugger TAP (10.64.8.54)[CCS: Cable disconnected (target power not detected)]//Additional error details:[CCS: target cable disconnected]:GtaTaCcsCableDisconnected(1335) File "&amp;lt;string&amp;gt;", line 1, in &amp;lt;module&amp;gt; File "../../../S32Debugger/Debugger/scripts/gdb_extensions/rcon/s32rcon.py", line 106, in rcon _rcon_initialization().unwrap() File "C:/NXP/S32DS.3.6.2/S32DS/tools/S32Debugger/Debugger/scripts/gdb_extensions/rcon/../../utils/errors.py", line 275, in wrapper v = func(*args, **kwargs) File "../../../S32Debugger/Debugger/scripts/gdb_extensions/rcon/s32rcon.py", line 99, in _rcon_initialization start_rcon_services(argument) File "C:/NXP/S32DS.3.6.2/S32DS/tools/S32Debugger/Debugger/scripts/gdb_extensions/rcon/../rcon/scripts/services.py", line 147, in start_rcon_services return instance.invoke(argument) File "C:/NXP/S32DS.3.6.2/S32DS/tools/S32Debugger/Debugger/scripts/gdb_extensions/rcon/../rcon/scripts/services.py", line 102, in invoke ret = self.start_service(argument) File "C:/NXP/S32DS.3.6.2/S32DS/tools/S32Debugger/Debugger/scripts/gdb_extensions/rcon/../rcon/scripts/services.py", line 123, in start_service ret = start(args) File "C:/NXP/S32DS.3.6.2/S32DS/tools/S32Debugger/Debugger/scripts/gdb_extensions/rcon/../rcon/scripts/rcon_init.py", line 135, in start if internal_start(args) is False: File "C:/NXP/S32DS.3.6.2/S32DS/tools/S32Debugger/Debugger/scripts/gdb_extensions/rcon/../rcon/scripts/rcon_init.py", line 37, in internal_start if internal_initialize_target(args) is False: File "C:/NXP/S32DS.3.6.2/S32DS/tools/S32Debugger/Debugger/scripts/gdb_extensions/rcon/../rcon/scripts/rcon_init.py", line 113, in internal_initialize_target DbgInit.RCON_BOARD_INIT(*setup_args) File "C:/NXP/S32DS.3.6.2/S32DS/tools/S32Debugger/Debugger/scripts/s32g3xx/s32g3xx_i2c_RCON.py", line 201, in RCON_BOARD_INIT generic_board.board_init() File "C:/NXP/S32DS.3.6.2/S32DS/tools/S32Debugger/Debugger/scripts/s32g3xx/s32g3xx_generic_bareboard.py", line 153, in board_init connect() File "C:/NXP/S32DS.3.6.2/S32DS/tools/S32Debugger/Debugger/scripts/s32g3xx/s32g3xx_generic_bareboard.py", line 57, in connect gta_lib.establish_connection( File "C:/NXP/S32DS.3.6.2/S32DS/tools/S32Debugger/Debugger/scripts/s32g3xx//../utils/gta_lib.py", line 89, in establish_connection return connect( File "C:/NXP/S32DS.3.6.2/S32DS/tools/S32Debugger/Debugger/scripts/gdb_extensions/rcon/../../utils/errors.py", line 275, in wrapper v = func(*args, **kwargs) File "C:/NXP/S32DS.3.6.2/S32DS/tools/S32Debugger/Debugger/scripts/s32g3xx//../utils/gta_lib.py", line 152, in connect gdb_exec("monitor ctx connect", from_tty=True, errcode=ErrorCode.ConnectError).unwrap() File "C:/NXP/S32DS.3.6.2/S32DS/tools/S32Debugger/Debugger/scripts/gdb_extensions/rcon/../../utils/mem_reg_utils.py", line 65, in wrapper result = Result(Error(value, str(error_msg)))^Error:Exception:Target connection failed. Please re-check the settings.&lt;BR /&gt;&lt;BR /&gt;Processor: S32G3XX&lt;BR /&gt;Probe: S32 Debugger TAP (10.64.8.54)&lt;BR /&gt;[CCS: Cable disconnected (target power not detected)]&lt;BR /&gt;//&lt;BR /&gt;Additional error details:&lt;BR /&gt;[CCS: target cable disconnected]&lt;BR /&gt;:GtaTaCcsCableDisconnected(1335)&lt;BR /&gt;^Error::ConnectError(102) File "&amp;lt;string&amp;gt;", line 1, in &amp;lt;module&amp;gt; File "../../../S32Debugger/Debugger/scripts/gdb_extensions/rcon/s32rcon.py", line 106, in rcon _rcon_initialization().unwrap() File "C:/NXP/S32DS.3.6.2/S32DS/tools/S32Debugger/Debugger/scripts/gdb_extensions/rcon/../../utils/errors.py", line 275, in wrapper v = func(*args, **kwargs) File "../../../S32Debugger/Debugger/scripts/gdb_extensions/rcon/s32rcon.py", line 99, in _rcon_initialization start_rcon_services(argument) File "C:/NXP/S32DS.3.6.2/S32DS/tools/S32Debugger/Debugger/scripts/gdb_extensions/rcon/../rcon/scripts/services.py", line 147, in start_rcon_services return instance.invoke(argument) File "C:/NXP/S32DS.3.6.2/S32DS/tools/S32Debugger/Debugger/scripts/gdb_extensions/rcon/../rcon/scripts/services.py", line 102, in invoke ret = self.start_service(argument) File "C:/NXP/S32DS.3.6.2/S32DS/tools/S32Debugger/Debugger/scripts/gdb_extensions/rcon/../rcon/scripts/services.py", line 123, in start_service ret = start(args) File "C:/NXP/S32DS.3.6.2/S32DS/tools/S32Debugger/Debugger/scripts/gdb_extensions/rcon/../rcon/scripts/rcon_init.py", line 135, in start if internal_start(args) is False: File "C:/NXP/S32DS.3.6.2/S32DS/tools/S32Debugger/Debugger/scripts/gdb_extensions/rcon/../rcon/scripts/rcon_init.py", line 37, in internal_start if internal_initialize_target(args) is False: File "C:/NXP/S32DS.3.6.2/S32DS/tools/S32Debugger/Debugger/scripts/gdb_extensions/rcon/../rcon/scripts/rcon_init.py", line 113, in internal_initialize_target DbgInit.RCON_BOARD_INIT(*setup_args) File "C:/NXP/S32DS.3.6.2/S32DS/tools/S32Debugger/Debugger/scripts/s32g3xx/s32g3xx_i2c_RCON.py", line 201, in RCON_BOARD_INIT generic_board.board_init() File "C:/NXP/S32DS.3.6.2/S32DS/tools/S32Debugger/Debugger/scripts/s32g3xx/s32g3xx_generic_bareboard.py", line 153, in board_init connect() File "C:/NXP/S32DS.3.6.2/S32DS/tools/S32Debugger/Debugger/scripts/s32g3xx/s32g3xx_generic_bareboard.py", line 57, in connect gta_lib.establish_connection( File "C:/NXP/S32DS.3.6.2/S32DS/tools/S32Debugger/Debugger/scripts/s32g3xx//../utils/gta_lib.py", line 89, in establish_connection return connect( File "C:/NXP/S32DS.3.6.2/S32DS/tools/S32Debugger/Debugger/scripts/gdb_extensions/rcon/../../utils/errors.py", line 280, in wrapper return Result(Error(errorcode, "%s" % str(e)))^Error:Exception::ConnectError(102)&lt;BR /&gt;^Error::RCONUndefinedError(704) File "&amp;lt;string&amp;gt;", line 1, in &amp;lt;module&amp;gt; File "../../../S32Debugger/Debugger/scripts/gdb_extensions/rcon/s32rcon.py", line 106, in rcon _rcon_initialization().unwrap() File "C:/NXP/S32DS.3.6.2/S32DS/tools/S32Debugger/Debugger/scripts/gdb_extensions/rcon/../../utils/errors.py", line 280, in wrapper return Result(Error(errorcode, "%s" % str(e)))^Error:Exception::RCONUndefinedError(704)&lt;BR /&gt;^Error:Exception::RCONUndefinedError(704)&lt;BR /&gt;Python Exception &amp;lt;class 'errors.GtaLibException'&amp;gt;:&lt;BR /&gt;Error occurred in Python.&lt;/PRE&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 22 Oct 2025 15:03:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/Program-Serial-RCON-using-S32-Debug-Probe-with-S32G3-Python/m-p/2190848#M15322</guid>
      <dc:creator>amerkle</dc:creator>
      <dc:date>2025-10-22T15:03:44Z</dc:date>
    </item>
    <item>
      <title>Re: Program Serial RCON using S32 Debug Probe with S32G3 - Python errors</title>
      <link>https://community.nxp.com/t5/S32G/Program-Serial-RCON-using-S32-Debug-Probe-with-S32G3-Python/m-p/2190857#M15323</link>
      <description>&lt;P&gt;If the debugger is powered (the previous log shows the log without a powered debugger), the python errors stays, but later with another python error that math module can not be found.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;(gdb) py rcon()&lt;BR /&gt;Starting RCON programmer services...&lt;BR /&gt;Initializing target...&lt;BR /&gt;Running RCON script C:/NXP/S32DS.3.6.2/S32DS/tools/S32Debugger/Debugger/scripts/s32g3xx/s32g3xx_i2c_RCON.py&lt;BR /&gt;Warning: Loading of extensions failedTraceback (most recent call last):&lt;BR /&gt;File "C:/NXP/S32DS.3.6.2/S32DS/tools/S32Debugger/Debugger/scripts/s32g3xx//../utils/gta_lib.py", line 18, in &amp;lt;module&amp;gt;&lt;BR /&gt;import register_ds_extensions&lt;BR /&gt;File "C:/NXP/S32DS.3.6.2/S32DS/tools/S32Debugger/Debugger/scripts/utils/../gdb_extensions/register_ds_extensions.py", line 26, in &amp;lt;module&amp;gt;&lt;BR /&gt;from target.commands import create_commands as target_commands&lt;BR /&gt;File "C:/NXP/S32DS.3.6.2/S32DS/tools/S32Debugger/Debugger/scripts/gdb_extensions/target/commands.py", line 46, in &amp;lt;module&amp;gt;&lt;BR /&gt;from break_config_command import BreakConfigCommand&lt;BR /&gt;File "C:/NXP/S32DS.3.6.2/S32DS/tools/S32Debugger/Debugger/scripts/gdb_extensions/target/break_config_command.py", line 25, in &amp;lt;module&amp;gt;&lt;BR /&gt;from flash.scripts.elfparser import ElfFile, SectionType, SectionFlag&lt;BR /&gt;File "C:/NXP/S32DS.3.6.2/S32DS/tools/S32Debugger/Debugger/scripts/gdb_extensions/flash/scripts/elfparser.py", line 17, in &amp;lt;module&amp;gt;&lt;BR /&gt;from array import array&lt;BR /&gt;ModuleNotFoundError: No module named 'array'&lt;BR /&gt;Board init...&lt;BR /&gt;Primary session connecting...&lt;BR /&gt;Selected CORE=S32G399A_M7_0&lt;BR /&gt;warning: No executable has been specified and target does not support&lt;BR /&gt;determining executable automatically. Try using the "file" command.&lt;BR /&gt;&lt;BR /&gt;Program received signal SIGINT, Interrupt.&lt;BR /&gt;0x34020404 in ?? ()&lt;BR /&gt;I2C Init...&lt;BR /&gt;Initialized board for RCON s32g3xx_i2c_RCON.py.&lt;BR /&gt;^Error:No module named 'math':RCONUndefinedError(704) File "&amp;lt;string&amp;gt;", line 1, in &amp;lt;module&amp;gt; File "../../../S32Debugger/Debugger/scripts/gdb_extensions/rcon/s32rcon.py", line 106, in rcon _rcon_initialization().unwrap() File "C:/NXP/S32DS.3.6.2/S32DS/tools/S32Debugger/Debugger/scripts/gdb_extensions/rcon/../../utils/errors.py", line 280, in wrapper return Result(Error(errorcode, "%s" % str(e)))^Error:Exception:No module named 'math':RCONUndefinedError(704)&lt;BR /&gt;^Error:Exception:No module named 'math':RCONUndefinedError(704)&lt;BR /&gt;Python Exception &amp;lt;class 'errors.GtaLibException'&amp;gt;:&lt;BR /&gt;Error occurred in Python.&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Oct 2025 15:31:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/Program-Serial-RCON-using-S32-Debug-Probe-with-S32G3-Python/m-p/2190857#M15323</guid>
      <dc:creator>amerkle</dc:creator>
      <dc:date>2025-10-22T15:31:30Z</dc:date>
    </item>
    <item>
      <title>Re: Program Serial RCON using S32 Debug Probe with S32G3 - Python errors</title>
      <link>https://community.nxp.com/t5/S32G/Program-Serial-RCON-using-S32-Debug-Probe-with-S32G3-Python/m-p/2191082#M15328</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/255762"&gt;@amerkle&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Thanks for reaching out to us. Please allow me some time to investigate this issue, I will get back to you as soon as possible.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your patience&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Oct 2025 02:34:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/Program-Serial-RCON-using-S32-Debug-Probe-with-S32G3-Python/m-p/2191082#M15328</guid>
      <dc:creator>alejandro_e</dc:creator>
      <dc:date>2025-10-23T02:34:40Z</dc:date>
    </item>
    <item>
      <title>Re: Program Serial RCON using S32 Debug Probe with S32G3 - Python errors</title>
      <link>https://community.nxp.com/t5/S32G/Program-Serial-RCON-using-S32-Debug-Probe-with-S32G3-Python/m-p/2192201#M15345</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/255762"&gt;@amerkle&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;During this time I tried following the mentioned tutorial, I even tried alternative methods, however, I was not able to run the RCON script. I will need to escalate this internally for an in depth analysis. In my experience, problems related to S32DS take some time, so I apologize in advance.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your patience, I will get back to you when I have relevant updates.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Oct 2025 03:11:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/Program-Serial-RCON-using-S32-Debug-Probe-with-S32G3-Python/m-p/2192201#M15345</guid>
      <dc:creator>alejandro_e</dc:creator>
      <dc:date>2025-10-24T03:11:06Z</dc:date>
    </item>
    <item>
      <title>Re: Program Serial RCON using S32 Debug Probe with S32G3 - Python errors</title>
      <link>https://community.nxp.com/t5/S32G/Program-Serial-RCON-using-S32-Debug-Probe-with-S32G3-Python/m-p/2194257#M15370</link>
      <description>&lt;P&gt;Adding "&lt;SPAN&gt;/&lt;/SPAN&gt;&lt;SPAN&gt;c&lt;/SPAN&gt;&lt;SPAN&gt;/&lt;/SPAN&gt;&lt;SPAN&gt;NXP&lt;/SPAN&gt;&lt;SPAN&gt;/&lt;/SPAN&gt;&lt;SPAN&gt;S32DS&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;3&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;6&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;2&lt;/SPAN&gt;&lt;SPAN&gt;/&lt;/SPAN&gt;&lt;SPAN&gt;S32DS&lt;/SPAN&gt;&lt;SPAN&gt;/&lt;/SPAN&gt;&lt;SPAN&gt;build_tools&lt;/SPAN&gt;&lt;SPAN&gt;/&lt;/SPAN&gt;&lt;SPAN&gt;msys32&lt;/SPAN&gt;&lt;SPAN&gt;/&lt;/SPAN&gt;&lt;SPAN&gt;mingw64&lt;/SPAN&gt;&lt;SPAN&gt;/&lt;/SPAN&gt;&lt;SPAN&gt;lib&lt;/SPAN&gt;&lt;SPAN&gt;/&lt;/SPAN&gt;&lt;SPAN&gt;python3&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;10&lt;/SPAN&gt;&lt;SPAN&gt;/&lt;/SPAN&gt;&lt;SPAN&gt;lib-dynload&lt;/SPAN&gt;&lt;SPAN&gt;/" additional to PYTHONPATH, it seems the rcon script runs now.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thats my current setting of the required environment variables:&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&lt;PRE&gt;&lt;SPAN&gt;export&lt;/SPAN&gt; &lt;SPAN&gt;PYTHONPATH&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;/&lt;/SPAN&gt;&lt;SPAN&gt;c&lt;/SPAN&gt;&lt;SPAN&gt;/&lt;/SPAN&gt;&lt;SPAN&gt;NXP&lt;/SPAN&gt;&lt;SPAN&gt;/&lt;/SPAN&gt;&lt;SPAN&gt;S32DS&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;3&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;6&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;2&lt;/SPAN&gt;&lt;SPAN&gt;/&lt;/SPAN&gt;&lt;SPAN&gt;S32DS&lt;/SPAN&gt;&lt;SPAN&gt;/&lt;/SPAN&gt;&lt;SPAN&gt;build_tools&lt;/SPAN&gt;&lt;SPAN&gt;/&lt;/SPAN&gt;&lt;SPAN&gt;msys32&lt;/SPAN&gt;&lt;SPAN&gt;/&lt;/SPAN&gt;&lt;SPAN&gt;mingw64&lt;/SPAN&gt;&lt;SPAN&gt;/&lt;/SPAN&gt;&lt;SPAN&gt;lib&lt;/SPAN&gt;&lt;SPAN&gt;/&lt;/SPAN&gt;&lt;SPAN&gt;python3&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;10&lt;/SPAN&gt;&lt;SPAN&gt;/:/&lt;/SPAN&gt;&lt;SPAN&gt;c&lt;/SPAN&gt;&lt;SPAN&gt;/&lt;/SPAN&gt;&lt;SPAN&gt;NXP&lt;/SPAN&gt;&lt;SPAN&gt;/&lt;/SPAN&gt;&lt;SPAN&gt;S32DS&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;3&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;6&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;2&lt;/SPAN&gt;&lt;SPAN&gt;/&lt;/SPAN&gt;&lt;SPAN&gt;S32DS&lt;/SPAN&gt;&lt;SPAN&gt;/&lt;/SPAN&gt;&lt;SPAN&gt;build_tools&lt;/SPAN&gt;&lt;SPAN&gt;/&lt;/SPAN&gt;&lt;SPAN&gt;msys32&lt;/SPAN&gt;&lt;SPAN&gt;/&lt;/SPAN&gt;&lt;SPAN&gt;mingw64&lt;/SPAN&gt;&lt;SPAN&gt;/&lt;/SPAN&gt;&lt;SPAN&gt;lib&lt;/SPAN&gt;&lt;SPAN&gt;/&lt;/SPAN&gt;&lt;SPAN&gt;python3&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;10&lt;/SPAN&gt;&lt;SPAN&gt;/&lt;/SPAN&gt;&lt;SPAN&gt;site-packages&lt;/SPAN&gt;&lt;SPAN&gt;/:/&lt;/SPAN&gt;&lt;SPAN&gt;c&lt;/SPAN&gt;&lt;SPAN&gt;/&lt;/SPAN&gt;&lt;SPAN&gt;NXP&lt;/SPAN&gt;&lt;SPAN&gt;/&lt;/SPAN&gt;&lt;SPAN&gt;S32DS&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;3&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;6&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;2&lt;/SPAN&gt;&lt;SPAN&gt;/&lt;/SPAN&gt;&lt;SPAN&gt;S32DS&lt;/SPAN&gt;&lt;SPAN&gt;/&lt;/SPAN&gt;&lt;SPAN&gt;build_tools&lt;/SPAN&gt;&lt;SPAN&gt;/&lt;/SPAN&gt;&lt;SPAN&gt;msys32&lt;/SPAN&gt;&lt;SPAN&gt;/&lt;/SPAN&gt;&lt;SPAN&gt;mingw64&lt;/SPAN&gt;&lt;SPAN&gt;/&lt;/SPAN&gt;&lt;SPAN&gt;lib&lt;/SPAN&gt;&lt;SPAN&gt;/&lt;/SPAN&gt;&lt;SPAN&gt;python3&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;10&lt;/SPAN&gt;&lt;SPAN&gt;/&lt;/SPAN&gt;&lt;SPAN&gt;lib-dynload&lt;/SPAN&gt;&lt;SPAN&gt;/&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;export&lt;/SPAN&gt; &lt;SPAN&gt;PYTHONHOME&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;/&lt;/SPAN&gt;&lt;SPAN&gt;c&lt;/SPAN&gt;&lt;SPAN&gt;/&lt;/SPAN&gt;&lt;SPAN&gt;NXP&lt;/SPAN&gt;&lt;SPAN&gt;/&lt;/SPAN&gt;&lt;SPAN&gt;S32DS&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;3&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;6&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;2&lt;/SPAN&gt;&lt;SPAN&gt;/&lt;/SPAN&gt;&lt;SPAN&gt;S32DS&lt;/SPAN&gt;&lt;SPAN&gt;/&lt;/SPAN&gt;&lt;SPAN&gt;build_tools&lt;/SPAN&gt;&lt;SPAN&gt;/&lt;/SPAN&gt;&lt;SPAN&gt;msys32&lt;/SPAN&gt;&lt;SPAN&gt;/&lt;/SPAN&gt;&lt;SPAN&gt;mingw64&lt;/SPAN&gt;&lt;SPAN&gt;/&lt;/SPAN&gt;&lt;SPAN&gt;lib&lt;/SPAN&gt;&lt;SPAN&gt;/&lt;/SPAN&gt;&lt;SPAN&gt;python3&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;10&lt;/SPAN&gt;&lt;SPAN&gt;/:/&lt;/SPAN&gt;&lt;SPAN&gt;c&lt;/SPAN&gt;&lt;SPAN&gt;/&lt;/SPAN&gt;&lt;SPAN&gt;NXP&lt;/SPAN&gt;&lt;SPAN&gt;/&lt;/SPAN&gt;&lt;SPAN&gt;S32DS&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;3&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;6&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;2&lt;/SPAN&gt;&lt;SPAN&gt;/&lt;/SPAN&gt;&lt;SPAN&gt;S32DS&lt;/SPAN&gt;&lt;SPAN&gt;/&lt;/SPAN&gt;&lt;SPAN&gt;build_tools&lt;/SPAN&gt;&lt;SPAN&gt;/&lt;/SPAN&gt;&lt;SPAN&gt;msys32&lt;/SPAN&gt;&lt;SPAN&gt;/&lt;/SPAN&gt;&lt;SPAN&gt;mingw64&lt;/SPAN&gt;&lt;SPAN&gt;/&lt;/SPAN&gt;&lt;SPAN&gt;lib&lt;/SPAN&gt;&lt;SPAN&gt;/&lt;/SPAN&gt;&lt;SPAN&gt;python3&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;10&lt;/SPAN&gt;&lt;SPAN&gt;/&lt;/SPAN&gt;&lt;SPAN&gt;site-packages&lt;/SPAN&gt;&lt;SPAN&gt;/&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 28 Oct 2025 10:38:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/Program-Serial-RCON-using-S32-Debug-Probe-with-S32G3-Python/m-p/2194257#M15370</guid>
      <dc:creator>amerkle</dc:creator>
      <dc:date>2025-10-28T10:38:03Z</dc:date>
    </item>
    <item>
      <title>Re: Program Serial RCON using S32 Debug Probe with S32G3 - Python errors</title>
      <link>https://community.nxp.com/t5/S32G/Program-Serial-RCON-using-S32-Debug-Probe-with-S32G3-Python/m-p/2194516#M15373</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/255762"&gt;@amerkle&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Sorry I did not notice the format of the paths before. but are you using a terminal that is not the windows command prompt? The steps are mean to be executed in windows command prompt.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Although I have not been able to run the RCON scripts. While investigating this issue with my colleague in the internal team, he has shared some important info:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;The board needs to be an EVB, if you are using an RDB, you will need to modify some resistors. Please check the following part of the schematics:&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="alejandro_e_0-1761678348775.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/362938i214094B7FE01A640/image-size/medium?v=v2&amp;amp;px=400" role="button" title="alejandro_e_0-1761678348775.png" alt="alejandro_e_0-1761678348775.png" /&gt;&lt;/span&gt;&lt;/LI&gt;
&lt;LI&gt;You need to close all instances of CCS.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Since you mentioned that you can already use the script, you may already know this, however I wanted to share it just in case.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you share the output of the command to ensure it is executing correctly?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 28 Oct 2025 19:10:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/Program-Serial-RCON-using-S32-Debug-Probe-with-S32G3-Python/m-p/2194516#M15373</guid>
      <dc:creator>alejandro_e</dc:creator>
      <dc:date>2025-10-28T19:10:25Z</dc:date>
    </item>
    <item>
      <title>Re: Program Serial RCON using S32 Debug Probe with S32G3 - Python errors</title>
      <link>https://community.nxp.com/t5/S32G/Program-Serial-RCON-using-S32-Debug-Probe-with-S32G3-Python/m-p/2195555#M15381</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/238460"&gt;@alejandro_e&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I mentioned in my first post that I am using the Mingw64 terminal provided by the S32 Design Studio. But the original problem is the same in a windows command line shell.&lt;/P&gt;&lt;P&gt;Thanks for the hint regarding the evaluation board, we are using the RDB3 and currrently a colleage is changing the resistors.&lt;/P&gt;&lt;P&gt;Find the output with the rcon script below, but consider that I used there the RDB3 without modification, thats why the I2C connection didn't work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;$ ./arm-none-eabi-gdb-py.exe&lt;BR /&gt;GNU gdb (GDB src=ga98a3c7ad40 bld=ga98a3c7ad40 ) 15.1&lt;BR /&gt;Copyright (C) 2024 Free Software Foundation, Inc.&lt;BR /&gt;License GPLv3+: GNU GPL version 3 or later &amp;lt;http://gnu.org/licenses/gpl.html&amp;gt;&lt;BR /&gt;This is free software: you are free to change and redistribute it.&lt;BR /&gt;There is NO WARRANTY, to the extent permitted by law.&lt;BR /&gt;Type "show copying" and "show warranty" for details.&lt;BR /&gt;This GDB was configured as "--host=x86_64-w64-mingw32 --target=arm-none-eabi".&lt;BR /&gt;Type "show configuration" for configuration details.&lt;BR /&gt;For bug reporting instructions, please see:&lt;BR /&gt;&amp;lt;https://www.gnu.org/software/gdb/bugs/&amp;gt;.&lt;BR /&gt;Find the GDB manual and other documentation resources online at:&lt;BR /&gt;&amp;lt;http://www.gnu.org/software/gdb/documentation/&amp;gt;.&lt;BR /&gt;&lt;BR /&gt;For help, type "help".&lt;BR /&gt;Type "apropos word" to search for commands related to "word".&lt;BR /&gt;(gdb) source ../../../S32Debugger/Debugger/scripts/gdb_extensions/rcon/s32rcon.py&lt;BR /&gt;(gdb) py rcon()&lt;BR /&gt;Starting RCON programmer services...&lt;BR /&gt;Initializing target...&lt;BR /&gt;Running RCON script C:/NXP/S32DS.3.6.2/S32DS/tools/S32Debugger/Debugger/scripts/s32g3xx/s32g3xx_i2c_RCON.py&lt;BR /&gt;Board init...&lt;BR /&gt;Primary session connecting...&lt;BR /&gt;Selected CORE=S32G399A_M7_0&lt;BR /&gt;warning: No executable has been specified and target does not support&lt;BR /&gt;determining executable automatically. Try using the "file" command.&lt;BR /&gt;&lt;BR /&gt;Program received signal SIGINT, Interrupt.&lt;BR /&gt;0x34020404 in ?? ()&lt;BR /&gt;I2C Init...&lt;BR /&gt;Initialized board for RCON s32g3xx_i2c_RCON.py.&lt;BR /&gt;Loaded RCON script.&lt;BR /&gt;Available commands:&lt;BR /&gt;rcon_help&lt;BR /&gt;rcon_read&lt;BR /&gt;rcon_write&lt;BR /&gt;&lt;BR /&gt;Use "command" -h for more information and usage.&lt;BR /&gt;(rcon)rcon_read 0 4&lt;BR /&gt;Reading....&lt;BR /&gt;ERROR: No response from slave&lt;BR /&gt;ERROR: I2C tx byte fail&lt;BR /&gt;RCON data from EEPROM: -0x1&lt;BR /&gt;Read complete....&lt;/PRE&gt;</description>
      <pubDate>Thu, 30 Oct 2025 07:03:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/Program-Serial-RCON-using-S32-Debug-Probe-with-S32G3-Python/m-p/2195555#M15381</guid>
      <dc:creator>amerkle</dc:creator>
      <dc:date>2025-10-30T07:03:22Z</dc:date>
    </item>
    <item>
      <title>Re: Program Serial RCON using S32 Debug Probe with S32G3 - Python errors</title>
      <link>https://community.nxp.com/t5/S32G/Program-Serial-RCON-using-S32-Debug-Probe-with-S32G3-Python/m-p/2196076#M15386</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/255762"&gt;@amerkle&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sorry I missed the cygwin detail in the past. As you mentioned I see that now the process is being executed correctly, at least up to the point of the I2C, which should be solved when adding the 0Ohm resistors to close de I2C lines.&lt;/P&gt;
&lt;P&gt;For now I am assuming everything works, however, if once you close the I2C lines you encounter any problem, please let me know so I can look into it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Oct 2025 19:42:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/Program-Serial-RCON-using-S32-Debug-Probe-with-S32G3-Python/m-p/2196076#M15386</guid>
      <dc:creator>alejandro_e</dc:creator>
      <dc:date>2025-10-30T19:42:22Z</dc:date>
    </item>
    <item>
      <title>Re: Program Serial RCON using S32 Debug Probe with S32G3 - Python errors</title>
      <link>https://community.nxp.com/t5/S32G/Program-Serial-RCON-using-S32-Debug-Probe-with-S32G3-Python/m-p/2196642#M15394</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/238460"&gt;@alejandro_e&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;here is the log output from a colleague, who tested it now with the RDB3 and the correct resistor setup. We are able to read/write the EEPROM data now.&lt;/P&gt;&lt;P&gt;Do you have any idea about the other errors around?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;$ ./arm-none-eabi-gdb-py.exe&lt;BR /&gt;GNU gdb (GDB src=g4536f19e181 bld=g4536f19e181 ) 15.1&lt;BR /&gt;Copyright (C) 2024 Free Software Foundation, Inc.&lt;BR /&gt;License GPLv3+: GNU GPL version 3 or later &amp;lt;http://gnu.org/licenses/gpl.html&amp;gt;&lt;BR /&gt;This is free software: you are free to change and redistribute it.&lt;BR /&gt;There is NO WARRANTY, to the extent permitted by law.&lt;BR /&gt;Type "show copying" and "show warranty" for details.&lt;BR /&gt;This GDB was configured as "--host=x86_64-w64-mingw32 --target=arm-none-eabi".&lt;BR /&gt;Type "show configuration" for configuration details.&lt;BR /&gt;For bug reporting instructions, please see:&lt;BR /&gt;&amp;lt;https://www.gnu.org/software/gdb/bugs/&amp;gt;.&lt;BR /&gt;Find the GDB manual and other documentation resources online at:&lt;BR /&gt;&amp;lt;http://www.gnu.org/software/gdb/documentation/&amp;gt;.&lt;BR /&gt;&lt;BR /&gt;For help, type "help".&lt;BR /&gt;Type "apropos word" to search for commands related to "word".&lt;BR /&gt;(gdb) source ../../../S32Debugger/Debugger/scripts/gdb_extensions/rcon/s32rcon.py&lt;BR /&gt;(gdb) py rcon()&lt;BR /&gt;Starting RCON programmer services...&lt;BR /&gt;Initializing target...&lt;BR /&gt;Running RCON script C:/NXP/S32DS.3.6.2/S32DS/tools/S32Debugger/Debugger/scripts/s32g3xx/s32g3xx_i2c_RCON.py&lt;BR /&gt;Board init...&lt;BR /&gt;Primary session connecting...&lt;BR /&gt;Target connection failed. Please re-check the settings.&lt;BR /&gt;Processor: S32G3XX&lt;BR /&gt;Probe: S32 Debugger TAP (10.64.8.54)&lt;BR /&gt;[CCS: Initialization sequence error in command 0xA]&lt;BR /&gt;Additional error details:&lt;BR /&gt;[GTA: target access error]&lt;BR /&gt;Type of the error: [GtaTaErr]&lt;BR /&gt;Error code: [1303]&lt;BR /&gt;Initialization sequence error at: write_reg32 : addr='0xE000EDF0', value='0xA05F0003'&lt;BR /&gt;(called by _prologue in C:/NXP/S32DS.3.6.2/S32DS/tools/S32Debugger/Debugger/scripts/s32g3xx/s32g3xx_init_sequence.py:276), command with number 0xa&lt;BR /&gt;&lt;BR /&gt;--- STACK TRACE OF THE INIT SCRIPTS ---&lt;BR /&gt;File "&amp;lt;string&amp;gt;", line 1, in &amp;lt;module&amp;gt;&lt;BR /&gt;File "../../../S32Debugger/Debugger/scripts/gdb_extensions/rcon/s32rcon.py", line 106, in rcon&lt;BR /&gt;_rcon_initialization().unwrap()&lt;BR /&gt;File "C:/NXP/S32DS.3.6.2/S32DS/tools/S32Debugger/Debugger/scripts/gdb_extensions/rcon/../../utils/errors.py", line 307, in wrapper&lt;BR /&gt;v = func(*args, **kwargs)&lt;BR /&gt;File "../../../S32Debugger/Debugger/scripts/gdb_extensions/rcon/s32rcon.py", line 99, in _rcon_initialization&lt;BR /&gt;start_rcon_services(argument)&lt;BR /&gt;File "C:/NXP/S32DS.3.6.2/S32DS/tools/S32Debugger/Debugger/scripts/gdb_extensions/rcon/../rcon/scripts/services.py", line 148, in start_rcon_services&lt;BR /&gt;return instance.invoke(argument)&lt;BR /&gt;File "C:/NXP/S32DS.3.6.2/S32DS/tools/S32Debugger/Debugger/scripts/gdb_extensions/rcon/../rcon/scripts/services.py", line 103, in invoke&lt;BR /&gt;ret = self.start_service(argument)&lt;BR /&gt;File "C:/NXP/S32DS.3.6.2/S32DS/tools/S32Debugger/Debugger/scripts/gdb_extensions/rcon/../rcon/scripts/services.py", line 124, in start_service&lt;BR /&gt;ret = start(args)&lt;BR /&gt;File "C:/NXP/S32DS.3.6.2/S32DS/tools/S32Debugger/Debugger/scripts/gdb_extensions/rcon/../rcon/scripts/rcon_init.py", line 135, in start&lt;BR /&gt;if internal_start(args) is False:&lt;BR /&gt;File "C:/NXP/S32DS.3.6.2/S32DS/tools/S32Debugger/Debugger/scripts/gdb_extensions/rcon/../rcon/scripts/rcon_init.py", line 37, in internal_start&lt;BR /&gt;if internal_initialize_target(args) is False:&lt;BR /&gt;File "C:/NXP/S32DS.3.6.2/S32DS/tools/S32Debugger/Debugger/scripts/gdb_extensions/rcon/../rcon/scripts/rcon_init.py", line 113, in internal_initialize_target&lt;BR /&gt;DbgInit.RCON_BOARD_INIT(*setup_args)&lt;BR /&gt;File "C:/NXP/S32DS.3.6.2/S32DS/tools/S32Debugger/Debugger/scripts/s32g3xx/s32g3xx_i2c_RCON.py", line 201, in RCON_BOARD_INIT&lt;BR /&gt;generic_board.board_init()&lt;BR /&gt;File "C:/NXP/S32DS.3.6.2/S32DS/tools/S32Debugger/Debugger/scripts/s32g3xx/s32g3xx_generic_bareboard.py", line 153, in board_init&lt;BR /&gt;connect()&lt;BR /&gt;File "C:/NXP/S32DS.3.6.2/S32DS/tools/S32Debugger/Debugger/scripts/s32g3xx/s32g3xx_generic_bareboard.py", line 57, in connect&lt;BR /&gt;gta_lib.establish_connection(&lt;BR /&gt;File "C:/NXP/S32DS.3.6.2/S32DS/tools/S32Debugger/Debugger/scripts/s32g3xx//../utils/gta_lib.py", line 89, in establish_connection&lt;BR /&gt;return connect(&lt;BR /&gt;File "C:/NXP/S32DS.3.6.2/S32DS/tools/S32Debugger/Debugger/scripts/gdb_extensions/rcon/../../utils/errors.py", line 307, in wrapper&lt;BR /&gt;v = func(*args, **kwargs)&lt;BR /&gt;File "C:/NXP/S32DS.3.6.2/S32DS/tools/S32Debugger/Debugger/scripts/s32g3xx//../utils/gta_lib.py", line 152, in connect&lt;BR /&gt;gdb_exec("monitor ctx connect", from_tty=True, errcode=ErrorCode.ConnectError).unwrap()&lt;BR /&gt;^Error:Exception:Target connection failed. Please re-check the settings.&lt;BR /&gt;&lt;BR /&gt;Processor: S32G3XX&lt;BR /&gt;Probe: S32 Debugger TAP (10.64.8.54)&lt;BR /&gt;[CCS: Initialization sequence error in command 0xA]&lt;BR /&gt;//&lt;BR /&gt;Additional error details:&lt;BR /&gt;[GTA: target access error]&lt;BR /&gt;:GtaTaErr(1303)&lt;BR /&gt;&lt;BR /&gt;Type of the error: [ConnectError]&lt;BR /&gt;Error code: [102]&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;--- STACK TRACE OF THE INIT SCRIPTS ---&lt;BR /&gt;File "&amp;lt;string&amp;gt;", line 1, in &amp;lt;module&amp;gt;&lt;BR /&gt;File "../../../S32Debugger/Debugger/scripts/gdb_extensions/rcon/s32rcon.py", line 106, in rcon&lt;BR /&gt;_rcon_initialization().unwrap()&lt;BR /&gt;File "C:/NXP/S32DS.3.6.2/S32DS/tools/S32Debugger/Debugger/scripts/gdb_extensions/rcon/../../utils/errors.py", line 307, in wrapper&lt;BR /&gt;v = func(*args, **kwargs)&lt;BR /&gt;File "../../../S32Debugger/Debugger/scripts/gdb_extensions/rcon/s32rcon.py", line 99, in _rcon_initialization&lt;BR /&gt;start_rcon_services(argument)&lt;BR /&gt;File "C:/NXP/S32DS.3.6.2/S32DS/tools/S32Debugger/Debugger/scripts/gdb_extensions/rcon/../rcon/scripts/services.py", line 148, in start_rcon_services&lt;BR /&gt;return instance.invoke(argument)&lt;BR /&gt;File "C:/NXP/S32DS.3.6.2/S32DS/tools/S32Debugger/Debugger/scripts/gdb_extensions/rcon/../rcon/scripts/services.py", line 103, in invoke&lt;BR /&gt;ret = self.start_service(argument)&lt;BR /&gt;File "C:/NXP/S32DS.3.6.2/S32DS/tools/S32Debugger/Debugger/scripts/gdb_extensions/rcon/../rcon/scripts/services.py", line 124, in start_service&lt;BR /&gt;ret = start(args)&lt;BR /&gt;File "C:/NXP/S32DS.3.6.2/S32DS/tools/S32Debugger/Debugger/scripts/gdb_extensions/rcon/../rcon/scripts/rcon_init.py", line 135, in start&lt;BR /&gt;if internal_start(args) is False:&lt;BR /&gt;File "C:/NXP/S32DS.3.6.2/S32DS/tools/S32Debugger/Debugger/scripts/gdb_extensions/rcon/../rcon/scripts/rcon_init.py", line 37, in internal_start&lt;BR /&gt;if internal_initialize_target(args) is False:&lt;BR /&gt;File "C:/NXP/S32DS.3.6.2/S32DS/tools/S32Debugger/Debugger/scripts/gdb_extensions/rcon/../rcon/scripts/rcon_init.py", line 113, in internal_initialize_target&lt;BR /&gt;DbgInit.RCON_BOARD_INIT(*setup_args)&lt;BR /&gt;File "C:/NXP/S32DS.3.6.2/S32DS/tools/S32Debugger/Debugger/scripts/s32g3xx/s32g3xx_i2c_RCON.py", line 201, in RCON_BOARD_INIT&lt;BR /&gt;generic_board.board_init()&lt;BR /&gt;File "C:/NXP/S32DS.3.6.2/S32DS/tools/S32Debugger/Debugger/scripts/s32g3xx/s32g3xx_generic_bareboard.py", line 153, in board_init&lt;BR /&gt;connect()&lt;BR /&gt;File "C:/NXP/S32DS.3.6.2/S32DS/tools/S32Debugger/Debugger/scripts/s32g3xx/s32g3xx_generic_bareboard.py", line 70, in connect&lt;BR /&gt;).unwrap()&lt;BR /&gt;^Error:Exception::ConnectError(102)&lt;BR /&gt;&lt;BR /&gt;Type of the error: [RCONUndefinedError]&lt;BR /&gt;Error code: [704]&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;--- STACK TRACE OF THE INIT SCRIPTS ---&lt;BR /&gt;File "&amp;lt;string&amp;gt;", line 1, in &amp;lt;module&amp;gt;&lt;BR /&gt;File "../../../S32Debugger/Debugger/scripts/gdb_extensions/rcon/s32rcon.py", line 106, in rcon&lt;BR /&gt;_rcon_initialization().unwrap()&lt;BR /&gt;^Error:Exception::RCONUndefinedError(704)&lt;BR /&gt;^Error:Exception::RCONUndefinedError(704)&lt;BR /&gt;Python Exception &amp;lt;class 'errors.GtaLibException'&amp;gt;:&lt;BR /&gt;Error occurred in Python.&lt;BR /&gt;(gdb) py rcon()&lt;BR /&gt;Starting RCON programmer services...&lt;BR /&gt;Initializing target...&lt;BR /&gt;Running RCON script C:/NXP/S32DS.3.6.2/S32DS/tools/S32Debugger/Debugger/scripts/s32g3xx/s32g3xx_i2c_RCON.py&lt;BR /&gt;Board init...&lt;BR /&gt;Primary session connecting...&lt;BR /&gt;Selected CORE=S32G399A_M7_0&lt;BR /&gt;warning: No executable has been specified and target does not support&lt;BR /&gt;determining executable automatically. Try using the "file" command.&lt;BR /&gt;&lt;BR /&gt;Program received signal SIGINT, Interrupt.&lt;BR /&gt;0x34020404 in ?? ()&lt;BR /&gt;I2C Init...&lt;BR /&gt;Initialized board for RCON s32g3xx_i2c_RCON.py.&lt;BR /&gt;Loaded RCON script.&lt;BR /&gt;Available commands:&lt;BR /&gt;rcon_help&lt;BR /&gt;rcon_read&lt;BR /&gt;rcon_write&lt;BR /&gt;&lt;BR /&gt;Use "command" -h for more information and usage.&lt;BR /&gt;(rcon)rcon_read 0 8&lt;BR /&gt;Reading....&lt;BR /&gt;Reading... Address: 0x0 Value: 0xff&lt;BR /&gt;Reading... Address: 0x1 Value: 0xff&lt;BR /&gt;Reading... Address: 0x2 Value: 0xff&lt;BR /&gt;Reading... Address: 0x3 Value: 0xff&lt;BR /&gt;Reading... Address: 0x4 Value: 0xff&lt;BR /&gt;Reading... Address: 0x5 Value: 0xff&lt;BR /&gt;Reading... Address: 0x6 Value: 0xff&lt;BR /&gt;Reading... Address: 0x7 Value: 0xff&lt;BR /&gt;RCON data from EEPROM: 0xffffffffffffffff&lt;BR /&gt;Read complete....&lt;BR /&gt;(rcon)rcon_write -h&lt;BR /&gt;usage: [-h] value&lt;BR /&gt;&lt;BR /&gt;S32DS RCON write command.&lt;BR /&gt;&lt;BR /&gt;positional arguments:&lt;BR /&gt;address Start address for the write operation. Must be hexadecimal format.&lt;BR /&gt;data RCON value to write&lt;BR /&gt;&lt;BR /&gt;options:&lt;BR /&gt;-h, --help show this help message and exit&lt;BR /&gt;(rcon)rcon_read 0 1&lt;BR /&gt;Reading....&lt;BR /&gt;Reading... Address: 0x0 Value: 0xff&lt;BR /&gt;RCON data from EEPROM: 0xff&lt;BR /&gt;Read complete....&lt;BR /&gt;(rcon)rcon_write 0 1&lt;BR /&gt;Writing....&lt;BR /&gt;F-ERROR: data must be hex sequence.&lt;BR /&gt;Type of the error: [RCONParameterError]&lt;BR /&gt;Error code: [703]&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;--- STACK TRACE OF THE INIT SCRIPTS ---&lt;BR /&gt;File "C:/NXP/S32DS.3.6.2/S32DS/tools/S32Debugger/Debugger/scripts/gdb_extensions/rcon/../rcon/gdbcommands/base_command.py", line 53, in invoke&lt;BR /&gt;self.execute(self._args)&lt;BR /&gt;File "C:/NXP/S32DS.3.6.2/S32DS/tools/S32Debugger/Debugger/scripts/gdb_extensions/rcon/../rcon/gdbcommands/write_command.py", line 74, in execute&lt;BR /&gt;Result(Error(ErrorCode.RCONParameterError,'F-ERROR: data must be hex sequence.')).unwrap()&lt;BR /&gt;^Error:Exception:F-ERROR: data must be hex sequence.:RCONParameterError(703)&lt;BR /&gt;&lt;BR /&gt;Type of the error: [RCONUndefinedError]&lt;BR /&gt;Error code: [704]&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;--- STACK TRACE OF THE INIT SCRIPTS ---&lt;BR /&gt;File "C:/NXP/S32DS.3.6.2/S32DS/tools/S32Debugger/Debugger/scripts/gdb_extensions/rcon/../rcon/gdbcommands/base_command.py", line 56, in invoke&lt;BR /&gt;Result(Error(ErrorCode.RCONUndefinedError, str(e))).unwrap()&lt;BR /&gt;^Error:Exception::RCONUndefinedError(704)&lt;BR /&gt;^Error:Exception::RCONUndefinedError(704)&lt;BR /&gt;Python Exception &amp;lt;class 'errors.GtaLibException'&amp;gt;:&lt;BR /&gt;Error occurred in Python.&lt;BR /&gt;(rcon)rcon_write 0 0x1&lt;BR /&gt;Writing....&lt;BR /&gt;Writting... Address: 0x0 Value: 0x1&lt;BR /&gt;Write complete....&lt;BR /&gt;(rcon)rcon_read 0 8&lt;BR /&gt;Reading....&lt;BR /&gt;Reading... Address: 0x0 Value: 0x1&lt;BR /&gt;Reading... Address: 0x1 Value: 0xff&lt;BR /&gt;Reading... Address: 0x2 Value: 0xff&lt;BR /&gt;Reading... Address: 0x3 Value: 0xff&lt;BR /&gt;Reading... Address: 0x4 Value: 0xff&lt;BR /&gt;Reading... Address: 0x5 Value: 0xff&lt;BR /&gt;Reading... Address: 0x6 Value: 0xff&lt;BR /&gt;Reading... Address: 0x7 Value: 0xff&lt;BR /&gt;RCON data from EEPROM: 0xffffffffffffff01&lt;BR /&gt;Read complete....&lt;BR /&gt;(rcon)&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 31 Oct 2025 12:27:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/Program-Serial-RCON-using-S32-Debug-Probe-with-S32G3-Python/m-p/2196642#M15394</guid>
      <dc:creator>amerkle</dc:creator>
      <dc:date>2025-10-31T12:27:28Z</dc:date>
    </item>
    <item>
      <title>Re: Program Serial RCON using S32 Debug Probe with S32G3 - Python errors</title>
      <link>https://community.nxp.com/t5/S32G/Program-Serial-RCON-using-S32-Debug-Probe-with-S32G3-Python/m-p/2196834#M15396</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/255762"&gt;@amerkle&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;I have seen the errors&amp;nbsp;&amp;nbsp;&lt;EM&gt;Error code: [1303]&lt;/EM&gt; and&amp;nbsp;&amp;nbsp;&lt;EM&gt;Error code: [102]&lt;/EM&gt;&amp;nbsp;sometimes when debugging in S32 Design Studio, they usually disappear when rebooting the board and the debugger. However I have not seen&amp;nbsp;&lt;EM&gt;Error code: [704]&lt;/EM&gt; and &lt;EM&gt;Error code: [703]&lt;/EM&gt;.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do this errors appear each time you try to read/write to the RDB3? or are the sporadic?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 31 Oct 2025 18:26:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/Program-Serial-RCON-using-S32-Debug-Probe-with-S32G3-Python/m-p/2196834#M15396</guid>
      <dc:creator>alejandro_e</dc:creator>
      <dc:date>2025-10-31T18:26:02Z</dc:date>
    </item>
    <item>
      <title>Re: Program Serial RCON using S32 Debug Probe with S32G3 - Python errors</title>
      <link>https://community.nxp.com/t5/S32G/Program-Serial-RCON-using-S32-Debug-Probe-with-S32G3-Python/m-p/2197338#M15406</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/238460"&gt;@alejandro_e&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;we see the error 703 and 704 always once in the first call of the script. It seems they have no influence on reading/writing the EEPROM, they just a give bad feeling it looks like. &lt;LI-EMOJI id="lia_slightly-smiling-face" title=":slightly_smiling_face:"&gt;&lt;/LI-EMOJI&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Nov 2025 08:21:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/Program-Serial-RCON-using-S32-Debug-Probe-with-S32G3-Python/m-p/2197338#M15406</guid>
      <dc:creator>amerkle</dc:creator>
      <dc:date>2025-11-03T08:21:52Z</dc:date>
    </item>
    <item>
      <title>Re: Program Serial RCON using S32 Debug Probe with S32G3 - Python errors</title>
      <link>https://community.nxp.com/t5/S32G/Program-Serial-RCON-using-S32-Debug-Probe-with-S32G3-Python/m-p/2197775#M15412</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/255762"&gt;@amerkle&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Let me check with my colleague in the internal team if there is something to take in consideration with those errors.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your patience&lt;/P&gt;</description>
      <pubDate>Mon, 03 Nov 2025 23:54:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/Program-Serial-RCON-using-S32-Debug-Probe-with-S32G3-Python/m-p/2197775#M15412</guid>
      <dc:creator>alejandro_e</dc:creator>
      <dc:date>2025-11-03T23:54:32Z</dc:date>
    </item>
    <item>
      <title>Re: Program Serial RCON using S32 Debug Probe with S32G3 - Python errors</title>
      <link>https://community.nxp.com/t5/S32G/Program-Serial-RCON-using-S32-Debug-Probe-with-S32G3-Python/m-p/2198476#M15418</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/255762"&gt;@amerkle&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;From the discussion with my colleague&amp;nbsp; the problem seems to be the format of the rcon_write parameters, they should always be with the "0x" prefix, for example:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;rcon_write 0 0x1&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In your log, I see the two formats, with and without "0x", and the instance without the prefix has the error.&lt;/P&gt;
&lt;P&gt;Furthermore, to avoid all errors, please follow these general steps:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Connect the board to the S32 Debug Probe via JTAG, then connect the USB connector of the S32 Debug Probe.&lt;/LI&gt;
&lt;LI&gt;Wait for the S32 Debug Probe TX/RX LED to start flashing green.&lt;/LI&gt;
&lt;LI&gt;Start GDB Server. (C:\NXP\S32DS.3.6.2\S32DS\tools\S32Debugger\Debugger\Server\gta\gta.exe)&lt;/LI&gt;
&lt;LI&gt;Power on the board and start command prompt&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please let me know if the behavior changed.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Nov 2025 18:43:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/Program-Serial-RCON-using-S32-Debug-Probe-with-S32G3-Python/m-p/2198476#M15418</guid>
      <dc:creator>alejandro_e</dc:creator>
      <dc:date>2025-11-04T18:43:36Z</dc:date>
    </item>
    <item>
      <title>Re: Program Serial RCON using S32 Debug Probe with S32G3 - Python errors</title>
      <link>https://community.nxp.com/t5/S32G/Program-Serial-RCON-using-S32-Debug-Probe-with-S32G3-Python/m-p/2199039#M15427</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/238460"&gt;@alejandro_e&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;ok, thanks for clarification. Yes, you are right the values are expected with "0x" notation.&lt;/P&gt;&lt;P&gt;I think we can stop here, as it works as expected.&lt;/P&gt;&lt;P&gt;Thanks for your support!&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;Andreas&lt;/P&gt;</description>
      <pubDate>Wed, 05 Nov 2025 12:19:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/Program-Serial-RCON-using-S32-Debug-Probe-with-S32G3-Python/m-p/2199039#M15427</guid>
      <dc:creator>amerkle</dc:creator>
      <dc:date>2025-11-05T12:19:26Z</dc:date>
    </item>
    <item>
      <title>Re: Program Serial RCON using S32 Debug Probe with S32G3 - Python errors</title>
      <link>https://community.nxp.com/t5/S32G/Program-Serial-RCON-using-S32-Debug-Probe-with-S32G3-Python/m-p/2199206#M15430</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/255762"&gt;@amerkle&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Perfect! I am glad you were able to solve all your problems.&lt;/P&gt;
&lt;P&gt;Thanks for selecting my last reply as an accepted solution.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Nov 2025 16:59:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/Program-Serial-RCON-using-S32-Debug-Probe-with-S32G3-Python/m-p/2199206#M15430</guid>
      <dc:creator>alejandro_e</dc:creator>
      <dc:date>2025-11-05T16:59:24Z</dc:date>
    </item>
    <item>
      <title>Re: Program Serial RCON using S32 Debug Probe with S32G3 - Python errors</title>
      <link>https://community.nxp.com/t5/S32G/Program-Serial-RCON-using-S32-Debug-Probe-with-S32G3-Python/m-p/2301521#M15907</link>
      <description>&lt;P&gt;whether it is an NXP board or a custom board, if you have access to S32G2 Serial Mode (meaning that you can put the S32G2 into Serial Mode and you have physical access to the UART), you should absolutely NOT waste your time with the S32 Design Studio &lt;EM&gt;and&lt;/EM&gt; Probe &lt;EM&gt;and&lt;/EM&gt; Python &lt;EM&gt;and&lt;/EM&gt; scripts, and all the mess that this involves&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;the S32 Flash Tool alone can read and write Serial RCON EEPROM, with only a Serial/UART connection (no Probe)&lt;/STRONG&gt;; the webpage for the S32 Flash Tool does not list it explicitly, but the tool can do it; two mouse-clicks and you are done; I did not see any such recommendation elsewhere on the internet, so I am making that recommendation here&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jan 2026 21:17:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/Program-Serial-RCON-using-S32-Debug-Probe-with-S32G3-Python/m-p/2301521#M15907</guid>
      <dc:creator>Herbert_M_Triceratops</dc:creator>
      <dc:date>2026-01-27T21:17:24Z</dc:date>
    </item>
    <item>
      <title>Re: Program Serial RCON using S32 Debug Probe with S32G3 - Python errors</title>
      <link>https://community.nxp.com/t5/S32G/Program-Serial-RCON-using-S32-Debug-Probe-with-S32G3-Python/m-p/2303925#M15920</link>
      <description>&lt;P&gt;seems that this functionality was added recently to the S32 Flash Tool, that's why not many people know about it; anyway, it is available in version 2.3.4 of the S32 Flash Tool&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jan 2026 16:22:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/Program-Serial-RCON-using-S32-Debug-Probe-with-S32G3-Python/m-p/2303925#M15920</guid>
      <dc:creator>Herbert_M_Triceratops</dc:creator>
      <dc:date>2026-01-30T16:22:42Z</dc:date>
    </item>
    <item>
      <title>Re: Program Serial RCON using S32 Debug Probe with S32G3 - Python errors</title>
      <link>https://community.nxp.com/t5/S32G/Program-Serial-RCON-using-S32-Debug-Probe-with-S32G3-Python/m-p/2305438#M15933</link>
      <description>&lt;P&gt;I forgot to mention one detail that is useful to know: the RCON feature of the S32 Flash Tool allows you to specify a multi-byte value, such as the entire 32-bit RCON in Hexadecimal Format, but it will write it to EEPROM in a Big-Endian way, i.e. if your particular RCON is 0x12345678 then 0x12 will be written to address 0 of EEPROM, not 0x78; in my opinion, this is "wrong" because this is an S32-specific tool and the S32G reads RCON EEPROM in a Little-Endian way, interpreting the Byte at address 0 as RCON[7:0] etc; but, it's not a big problem, easy to&amp;nbsp; accommodate&lt;/P&gt;</description>
      <pubDate>Tue, 03 Feb 2026 16:41:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/Program-Serial-RCON-using-S32-Debug-Probe-with-S32G3-Python/m-p/2305438#M15933</guid>
      <dc:creator>Herbert_M_Triceratops</dc:creator>
      <dc:date>2026-02-03T16:41:55Z</dc:date>
    </item>
    <item>
      <title>Re: Program Serial RCON using S32 Debug Probe with S32G3 - Python errors</title>
      <link>https://community.nxp.com/t5/S32G/Program-Serial-RCON-using-S32-Debug-Probe-with-S32G3-Python/m-p/2318912#M16030</link>
      <description>&lt;P&gt;Thanks for pointing this possibility out, that was new for us.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Feb 2026 08:51:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/Program-Serial-RCON-using-S32-Debug-Probe-with-S32G3-Python/m-p/2318912#M16030</guid>
      <dc:creator>amerkle</dc:creator>
      <dc:date>2026-02-17T08:51:53Z</dc:date>
    </item>
  </channel>
</rss>

