diff options
| author | Ian McIntyre <me@mciantyre.dev> | 2025-11-30 20:40:34 -0500 |
|---|---|---|
| committer | Ian McIntyre <me@mciantyre.dev> | 2025-11-30 20:40:52 -0500 |
| commit | fe3e7300fe42013705144712843c80d1f198a253 (patch) | |
| tree | b058a5c5a84a6b925ba2d88d6eca612b3a213a7c | |
| parent | 635bee2d21704fd76d066be0f66ce2c70ebaacb7 (diff) | |
Fix speed claim in README
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ algorithms, which are distributed in device family packs (DFPs). NXP's algorithms also work with probe-rs, so prefer those if you want something official. -I've found these algorithms can program flash 2x to 4x faster than NXP's +I've found these algorithms can program flash 2x to 3x faster than NXP's offerings. These algorithms definitely support page crossings; meaning, if the debug probe wants to program 4KiB into flash, the algorithm will automatically chunk it into pages of 256 bytes. This trick reduces I/O overhead between host |
