2
0
mirror of git://git.code.sf.net/p/openocd/code synced 2025-07-10 06:15:11 +10:00
openocd/src
daniellizewski d35399b00e src/flash/nor/kinetis.c: Fixed flash bank write gap
Flash banks created in kinetis_create_missing_banks did not populate
bank->minimal_write_gap. The default value of 0 was interpreted as
FLASH_WRITE_CONTINUOUS. This created unnecessary large padding if your
binary had a gap in the populated flash. It also caused flash errors
when loading with GDB because the erroneously padded pages were not
erased first. Tested using an S32k148 using s32k.cfg.

Change-Id: I9b7af698e29ac2c4f5fc8ecd82fa7f4b1a0d43f1
Signed-off-by: daniellizewski <daniellizewski@geotab.com>
Reviewed-on: https://review.openocd.org/c/openocd/+/8463
Tested-by: jenkins
Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
2024-09-15 09:07:12 +00:00
..
flash src/flash/nor/kinetis.c: Fixed flash bank write gap 2024-09-15 09:07:12 +00:00
helper
jtag drivers/jlink: Print serial numbers when multiple devices are connected 2024-09-15 09:06:02 +00:00
pld
rtos rtos/hwthread: fix threadid generation 2024-09-15 09:05:04 +00:00
rtt
server
svf
target
transport
xsvf
hello.c
hello.h
main.c
Makefile.am
openocd.c
openocd.h