Configuring a device connection

To configure a connection between the flash programmer and your flash device, open the s32flash.py script from the following location:

<S32DS Design Studio for S32 Platform 3.5 Update 13 installation path>/S32DS/tools/S32Debugger/Debugger/scripts/gdb_extensions/flash/

Configure the following connection parameters, then save the file:
Table 1. Flash device connection parameters
Parameter Description
_FLASH_TYPE The type of flash memory.
_PROBE_IP The connection with the debug probe. Options:
  • “”: The probe is connected to the computer through USB.
  • <serial_number>: Multiple probes are connected to the computer through USB, each identified by its serial number.
  • <IP> | <host_name>: The probe is connected to the computer using the Ethernet cable.
_INIT_SCRIPT The script file used to initialize the target.
_RESET_DELAY The delay at the beginning of the debug session.
_FLASH_NAME The flash device name.
_JTAG_SPEED The JTAG speed.
_GDB_SERVER_PORT The port that will be used by GTA.
_GDB_TIMEOUT Remote target responses time-out (seconds).
_RESET_TYPE The type of the debug session.