When a hex file contains some data that needs to be programmed using the QSPI peripheral (because it targets the XIP region), nrfjprog needs to be provided with an option that specifies the QSPI erase method to be used (otherwise, reprogramming will fail). This commit adds the "--qspisectorerase" option when needed and it also fixes the programming routine for nRF53, so that data for the XIP region is not incorrectly interpreted as intended for the network core. Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| blackmagicprobe.py | ||
| bossac.py | ||
| canopen_program.py | ||
| core.py | ||
| dediprog.py | ||
| dfu.py | ||
| esp32.py | ||
| gd32isp.py | ||
| hifive1.py | ||
| intel_adsp.py | ||
| intel_cyclonev.py | ||
| jlink.py | ||
| mdb.py | ||
| misc.py | ||
| nios2.py | ||
| nrfjprog.py | ||
| nsim.py | ||
| openocd.py | ||
| pyocd.py | ||
| qemu.py | ||
| spi_burn.py | ||
| stm32cubeprogrammer.py | ||
| stm32flash.py | ||
| xtensa.py | ||