2025-07-02 00:12:49 +02:00
2025-07-02 00:12:49 +02:00
2025-07-02 00:12:49 +02:00
2025-07-02 00:12:49 +02:00

IAPy: NXP IAP Python module for GDB

The purpose of this module is to patch in manual calls to the NXP IAP via GDB, for when your programming adapter of choice will for whatever reason not cooperate.

Currently only sector erasing or calling the IAP directly is implemented. It is highly recommended to overfeed the watchdog and set the system clock to something stable like the FRO.

Good luck, you'll need it.

How to use

# load IAPy
source iapy.py

# erase sectors
py iap_flash_sector_erase(0, 3)

# load image as usual
load

Credits

Description
NXP IAP Python module for GDB
Readme MIT 34 KiB
Languages
Python 100%