Hi,
How is the clock configurated in the Arduino Zero. Like this?
I want to start using the Atmel Start in Atmel Studio, So I have to know how the Zero is properly configurated
Thanks!
Hi,
How is the clock configurated in the Arduino Zero. Like this?
I want to start using the Atmel Start in Atmel Studio, So I have to know how the Zero is properly configurated
Thanks!
I got it working using this connection:
You have to make sure that you enable the xtal and the 32kHz output
XOSC32
Maybe you can even disable the 8Mhz oscillator. If you want to use the crystal in sleep modes you have to tick the according boxes.
I have the same problem,
but unfortunately the links posted by @tsaG are down ...
How is the correct "Atmel Start" clock configuration for the Arduinio Zero ?
Hi Dirk,
I don't have a good picture, but the following is the clock setup from the samd21_sam_ba bootloader (I think this part is the same for Arduino Zero's and Adafruit Feather's):
/**
correct "Atmel Start" clock configuration for the Arduinio Zero ?
What does "correct" mean here? The Zero has a 32.768kHz crystal, and the Arduino Core and libraries all assume 48MHz core clock. But if you're not using the Arduino code, you should be able to set up the clock any way you want.