Hi, I use pyocd to program arm cortex devices, where I can (becuase I like the interface, and its common on many devices).
The new LP-MSPM0G3507 comes with the XDS110 programming interface, this is run on an MSP432 chip, and its running the 3.00.00.25 software.
The problem is that this CMSIS-DAP only seems to be able to handle a single command at a time, if multiple commands are sent, then it fails to work. This caused a problem for pyocd, as by default it sends multiple commands. Now we have managed to get pyocd to work, see the github thread here:
https://github.com/pyocd/pyOCD/issues/1585
This seem to be a problem with the MSP432 software, that provides the CMSIS-DAP interface.
Can this be looked at for any updates to the software?