Error: No Valid JTAG Interface Configured

Please tell us which board you are using.
For CircuitPython issues, ask in the Adafruit CircuitPython forum.

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
abeglan
 
Posts: 13
Joined: Thu Jun 29, 2017 10:46 am

Error: No Valid JTAG Interface Configured

Post by abeglan »

Hello, I am using an adafruit m0 feather microcontroller trying to display some data from my ultimate gps onto the 0.96" OLED SPI Display. I am able to compile the test code from the "ssd1306" library, but unable to upload to the board because of this error.

Code: Select all

 Arduino: 1.8.3 (Windows 10), Board: "Arduino M0 Pro (Programming Port)"

Sketch uses 30520 bytes (11%) of program storage space. Maximum is 262144 bytes.
Open On-Chip Debugger 0.9.0-g932ec70 (2017-02-15-12:34)
Licensed under GNU GPL v2
For bug reports, read
	http://openocd.org/doc/doxygen/bugs.html
debug_level: 0
adapter speed: 500 kHz
adapter_nsrst_delay: 100
cortex_m reset_config sysresetreq
Error: unable to find CMSIS-DAP device
Error: No Valid JTAG Interface Configured.
Error: No Valid JTAG Interface Configured.

This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.

User avatar
adafruit_support_mike
 
Posts: 67454
Joined: Thu Feb 11, 2010 2:51 pm

Re: Error: No Valid JTAG Interface Configured

Post by adafruit_support_mike »

It looks like you have the wrong build target selected under the Tools->Board menu. The error you posted says the IDE is trying to talk to an Arduino M0, which has a different programming interface.

The one you want is the Adafruit Feather M0.

User avatar
abeglan
 
Posts: 13
Joined: Thu Jun 29, 2017 10:46 am

Re: Error: No Valid JTAG Interface Configured

Post by abeglan »

adafruit_support_mike wrote:It looks like you have the wrong build target selected under the Tools->Board menu. The error you posted says the IDE is trying to talk to an Arduino M0, which has a different programming interface.

The one you want is the Adafruit Feather M0.
Thank you. haha I guess more often than not it is just a small simple thing that I miss. I appreciate it

User avatar
adafruit_support_mike
 
Posts: 67454
Joined: Thu Feb 11, 2010 2:51 pm

Re: Error: No Valid JTAG Interface Configured

Post by adafruit_support_mike »

Glad to hear that did it. Happy hacking!

Locked
Please be positive and constructive with your questions and comments.

Return to “Feather - Adafruit's lightweight platform”