xpack-dev-tools / openocd-xpack

A binary distribution of OpenOCD
https://xpack-dev-tools.github.io/openocd-xpack/
MIT License
333 stars 57 forks source link

Does xPack OpenOCD supports parallel vector format commands (PIO/PIOMAP) in SVF? #31

Closed gaurav-sifive closed 2 months ago

gaurav-sifive commented 6 months ago

I'm trying to run an SVF sequence on my target device, which has a Cortex M4 CPU and follows the ARMv7 Architecture Profile.

After connecting to my target device, I run SVF commands via telnet. But it throws me the following error:

Error: PIO and PIOMAP are not supported

Does this version of OpenOCD have support for PIO/PIOMAP commands? Per the I'm able to use the SDR/SIR commands without any issues

Since SVF is supported in OpenOCD, I was wondering why the SVF PIO commands are not working. Is it only possible via SDR/SIR commands to read/write on a boundary scan?

Versions

ilg-ul commented 6 months ago

0.11.0+dev (2022-09-01-17:56)

Please use the latest release.