To configure a connection between the flash programmer and your flash device, open the s32flash.py script from the following location:
<S32DS 3.1 installation path>/S32DS/tools/S32Debugger/Debugger/scripts/gdb_extensions/flash/
| Parameter | Description |
|---|---|
| _FLASH_TYPE | The type of flash memory. Options: “qspi”. |
| _PROBE_IP | The connection with the debug probe. Options:
|
| _JTAG_SPEED | The JTAG speed. |
| _GDB_SERVER_PORT | The IP port of the GDB server. Example: 45000 |
| _GDB_TIMEOUT | The timeout (in seconds) for the remote target response. |
| _INIT_SCRIPT | The script file used to initialize the target. |