Getting error on uploading example code

Hello,

I’m trying to program the hello world project into the demokit using a miniprog 3 but I keep getting the errors:

Error: unable to find CMSIS-DAP device
Error: No Valid JTAG Interface Configured.

Could you maybe tell me what could solve this problem?This is the text which is displayed in the console:

For bug reports, read
_ http://openocd.org/doc/doxygen/bugs.html_
adapter speed: 1500 kHz
Warn : Transport “swd” was already selected
swd
0
adapter speed: 1000 kHz
** Auto-acquire enabled, use “set ENABLE_ACQUIRE 0” to disable
cortex_m reset_config sysresetreq
Error: unable to find CMSIS-DAP device
Error: No Valid JTAG Interface Configured.

I just tried to program it with a PSoC 5LP which has a kitprog 1, seems like it does work now in cmsis-dap mode, I guess the problem is the miniprog3?

Yes. Miniprog3 does not support industry standard CMSIS-DAP as the transport mechanism.

Oh I meant, I was using the miniprog3 in kitprog mode but I kept getting error when trying to program the demokit. While with a PSoC 5LP in cmsis-dap mode, I actually do succeed in programming the demokit. Does this mean, miniprog3 is not usable for programming the demokit?

Correct, the Miniprog3 isn’t compatible with our dev.kit. The PSoC5LP Kitprog in CMSIS-DAP mode is compatible.

For a full list of programmers see this topic.