David Brownell wrote: > Never attempt to write partial words. The hardware only > allows writing entire words ... so don't guess about what > users want to do with the other bytes. Require them to > say explicitly what data they want written. > Hm. Not sure if this patch affects "write binary" behaviour, but in the past, I had problems writing binary files with an odd number of bytes to flash, because the last byte would trigger a similar check.
If this patch re-introduces that behaviour, I ask not to apply it - it would make writing programs with odd-sized data segments a pain. cu Michael _______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
