the openocd code has some special handling to allow burst writes to the target that are about 100x faster than non-burst performance. reads do not have this optional performance enhancement. I looked at the code and it does not appear to be a simple change.
does anyone know if it’s even technically possible to add burst reads to this device before I burn a lot of time on it?