Arduino SamD11 loading now error

Hello, I'm trying to bootload the AtsamD11 processor. I had help in the past however I had to put it on hold for other things. I finally got back to it and decided to finish this project. I did mange to wire it up and using SWD programming I was able to get Burn bootloader. When I try to upload a blink led sketch I get an Error.

Open On-Chip Debugger 0.9.0-gd4b7679 (2015-06-10-22:24)
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
target state: halted
target halted due to debug-request, current mode: Thread 
xPSR: 0x61000000 pc: 0x000006e8 msp: 0x20000fd4
Error: DP initialisation failed
in procedure 'program' 
in procedure 'reset' called at file "embedded:startup.tcl", line 478
in procedure 'ocd_bouncer'

Runtime Error: embedded:startup.tcl:454: ** Unable to reset target **
in procedure 'program' 
in procedure 'program_error' called at file "embedded:startup.tcl", line 479
at file "embedded:startup.tcl", line 454
Error while burning bootloader.

I'm not sure what is going on and I need help from the community. Here is a link to the old post that I can not comment on no more becuase it has been to long and closed out. I don't mean to cross post but I can no longer update that other post. Can someone please help me to figure this out?

Edit: Perf has been trying to help me to get it setup I forgot to also add this is the boardmanger Perf put me onto here.

Joseph

hello, I mange to get a second SamD11 bootloaded. Trying to get a led blink doesn't seem to work. No matter what pin I put it on or tell it which pin to blink in code doesn't seem to work.

Using This pin mapping I have tried every pin it says and so far nothing blinks

This is suppose to be the pinout mapping.

Other  COM   PWM  Analog  INT  Arduino*           Arduino*  INT  Analog  PWM   COM  Other
=========================================================================================
                                  1-------------------
  SCK*/RX2  TCC01    *     *    5 | A5             A4 | 4    *    *  TCC00 MOSI*/TX2  REF
    MOSI*   TCC02          *    8 | A8 (XIN)       A2 | 2    *    *                   DAC
    SCK*    TCC03          *    9 | A9 (XOUT)     Vdd |
  SDA/MISO*  TC10    *    NMI  14 | A14           Gnd |
   SCL/SS*   TC11    *     *   15 | A15           A25 | 25                    USB/DP
BOOT                           28 | A28/RST       A24 | 24                    USB/DM
SWDCLK  TX1/MISO*              30 | A30           A31 | 31   *            RX1/SS*   SWDIO
                                   -------------------

But I tried evrything and I can not get a led to blink. When I upload a new bootloader and put the led on pin2 the led blinks on new bootloader.

Joseph

I mange to get the SamD11 working on a second processor. The first one. I can not get it to work again after I Burn the bootloader. For some odd reason I can not do a blink sketch to work while uploading it in using the SWD programmer. I did get a blink sketch using the native USB, Strange. I does work.

Joseph

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.