Closed ccattuto closed 2 years ago
The original readMem16() was buggy: it didn't perform the required shifting and masking of the return value. I fixed that and adapted readMem8() accordingly. Both are now in line with the pyOCD implementation and were extensively tested on a Cortex-M system.
Could you also add the readmem8
commands to the implementation status in the README file?
Thanks!
Added an implementation of
readMem8()
andwriteMem()
modeled after the other 16-bit and 32-bit memory operations (tested on a Cortex-M4 system).