Author Topic: Is it me or is there really no datasheet for the Atmel SAM D10 ?  (Read 10070 times)

0 Members and 1 Guest are viewing this topic.

Offline SimonTopic starter

  • Global Moderator
  • *****
  • Posts: 17814
  • Country: gb
  • Did that just blow up? No? might work after all !!
    • Simon's Electronics
Is it me or is there really no datasheet for the Atmel SAM D10 ?
« on: November 24, 2014, 06:28:05 pm »
The product page is here: http://www.atmel.com/devices/ATSAMD10C13A.aspx?tab=parameters under documents there is no datasheet.... Atmel are a pain is the ass, teir products are great but information is clear as mud but covers the ground or it would seem just not there.
 

Offline andersm

  • Super Contributor
  • ***
  • Posts: 1198
  • Country: fi
Re: Is it me or is there really no datasheet for the Atmel SAM D10 ?
« Reply #1 on: November 24, 2014, 06:52:15 pm »
Atmel's website claims the D10 is compatible with the D20, so presumably you can use its datasheet.

Offline SimonTopic starter

  • Global Moderator
  • *****
  • Posts: 17814
  • Country: gb
  • Did that just blow up? No? might work after all !!
    • Simon's Electronics
Re: Is it me or is there really no datasheet for the Atmel SAM D10 ?
« Reply #2 on: November 24, 2014, 09:40:48 pm »
That is redicolus......
 

Offline skennedy

  • Contributor
  • Posts: 44
  • Country: au
Re: Is it me or is there really no datasheet for the Atmel SAM D10 ?
« Reply #3 on: November 25, 2014, 12:36:42 am »
I would suspect that the part hasn't actually been released yet. No-one seems to have any stock of any of the SAM D10 range.
Reminds me of when I looking at some NXP processors a few years ago and was sent a datasheet without any of the electrical characteristics. There were just placeholders for them to fill in when they had done some measurements.
Looks like an interesting part.
 

Offline SimonTopic starter

  • Global Moderator
  • *****
  • Posts: 17814
  • Country: gb
  • Did that just blow up? No? might work after all !!
    • Simon's Electronics
Re: Is it me or is there really no datasheet for the Atmel SAM D10 ?
« Reply #4 on: November 25, 2014, 07:38:18 am »
Oh they are flipping hopeless, All i want is a simple small ARM uC to start on, why do they always act like their universe is the only one that exists and we should all know it. Yes I could not find any either for sale.

So next "stupid" question, as I come from the AVR uC's what is a good starting point to get into ARM based uC's ? the SAM D20 ?
 

Offline miguelvp

  • Super Contributor
  • ***
  • Posts: 5550
  • Country: us
Re: Is it me or is there really no datasheet for the Atmel SAM D10 ?
« Reply #5 on: November 25, 2014, 07:53:50 am »
Depends what Cortex you want.

It's important if you want floating point or vector processing, etc, different cortex have different instruction sets. So it all depends what do you want to do with it.
 

Offline Kremmen

  • Super Contributor
  • ***
  • Posts: 1289
  • Country: fi
Re: Is it me or is there really no datasheet for the Atmel SAM D10 ?
« Reply #6 on: November 25, 2014, 09:02:08 am »
Oh they are flipping hopeless, All i want is a simple small ARM uC to start on, why do they always act like their universe is the only one that exists and we should all know it. Yes I could not find any either for sale.

So next "stupid" question, as I come from the AVR uC's what is a good starting point to get into ARM based uC's ? the SAM D20 ?
Could the Arduino Due possibly be a stepping stone? It has Atmel's 84 MHz SAM3X i.e. a Cortex M3 so in that sense it is a regular ARM development board. I recently bought one just for the hell of it and was pleasantly surprised how easy it is to do "real" development for it. For starters i more or less bypassed the Arduino environment and set up the hardware as i wanted. I next installed the FreeRTOS 8.1.2 Arduino port just to see if it works (it does, quite nicely in fact) and now i am busy implementing a small motor/servo control system demo using that setup. Implementing a hardware assisted quadtrature decoder input was a snap and now i am in the process of writing the setpoint sequencers, PID compensators and pwm modulators for the H bridges.

While there are any number of cheap ARM dev boards around, Arduino Due is nice in that it is a continuation of the AVR based 8 bit Arduinos. You can just borrow stuff that you can't be bothered to write from scratch and all the interesting things can be written for a real ARM. Of course there are some basic differences such as lack of EEPROM support in ARM but there are ways to live with those.
Nothing sings like a kilovolt.
Dr W. Bishop
 

Offline westfw

  • Super Contributor
  • ***
  • Posts: 4199
  • Country: us
Re: Is it me or is there really no datasheet for the Atmel SAM D10 ?
« Reply #7 on: November 25, 2014, 09:58:24 am »
There are several huge threads here on STM32F ARM chips, a couple on Cypress ARM chips, and at least one on NXP.
(All three of these companies have a broad range of chips.)

Then there are TI and Silicon Labs (nee EFM)
 

Offline SimonTopic starter

  • Global Moderator
  • *****
  • Posts: 17814
  • Country: gb
  • Did that just blow up? No? might work after all !!
    • Simon's Electronics
Re: Is it me or is there really no datasheet for the Atmel SAM D10 ?
« Reply #8 on: November 25, 2014, 10:55:40 am »
yes but I'm currently using atmel, already have the programmers for it. I just need to make a start, so i go to the manufacturers website to find what I hope is the lowest grade and simple chip to use so that I can migrate only to find the thing does not exist in real life. They could at least say so.
 

Offline westfw

  • Super Contributor
  • ***
  • Posts: 4199
  • Country: us
Re: Is it me or is there really no datasheet for the Atmel SAM D10 ?
« Reply #9 on: November 25, 2014, 11:12:09 am »
I don't think the atmel arm chips use The same programmers as the avrs. :-(
(they do use the same IDE.)
 

Offline Kremmen

  • Super Contributor
  • ***
  • Posts: 1289
  • Country: fi
Re: Is it me or is there really no datasheet for the Atmel SAM D10 ?
« Reply #10 on: November 25, 2014, 11:29:14 am »
yes but I'm currently using atmel, already have the programmers for it. I just need to make a start, so i go to the manufacturers website to find what I hope is the lowest grade and simple chip to use so that I can migrate only to find the thing does not exist in real life. They could at least say so.
I usually check the availability from the usual vendors such as DK, Mouser etc before committing to a component. That way there are fewer disappointments in the late stages of a project.
Nothing sings like a kilovolt.
Dr W. Bishop
 

Offline andersm

  • Super Contributor
  • ***
  • Posts: 1198
  • Country: fi
Re: Is it me or is there really no datasheet for the Atmel SAM D10 ?
« Reply #11 on: November 25, 2014, 11:43:30 am »
I don't think the atmel arm chips use The same programmers as the avrs. :-(
The Atmel-ICE supports both.

Offline jeremy

  • Super Contributor
  • ***
  • Posts: 1079
  • Country: au
Re: Is it me or is there really no datasheet for the Atmel SAM D10 ?
« Reply #12 on: November 25, 2014, 11:52:42 am »
You can get an STM32 Discovery board for less than $10, and it has the programmer and debugger built in. The freescale kinetis boards are pretty damn cheap too. But I think cypress takes the cake with a $5 dev kit, programmer and debugger included again.

When I went ARM, it was to get away from Atmel :P
 

Offline SimonTopic starter

  • Global Moderator
  • *****
  • Posts: 17814
  • Country: gb
  • Did that just blow up? No? might work after all !!
    • Simon's Electronics
Re: Is it me or is there really no datasheet for the Atmel SAM D10 ?
« Reply #13 on: November 25, 2014, 12:54:27 pm »
Yes I have an ICE. I've not chosen a part yet, that is what I'm looking to do. The impressive thing about the SAM D20 os that it comes in a TQFP with 0.8mm pin pitch that I can actually solder, I have the programmer, away i go.

I've had to meddle with TI MSP430 at work and got thoroughly hacked off by the fact that the software wants to update itself and/or the programmer every time you go to use it and it drove me nuts as i tried to show my boss how to use it for when he would be half way around the world doing a commission that needed variables tuning.
 

Offline sporadic

  • Regular Contributor
  • *
  • Posts: 72
  • Country: us
    • forkineye.com
Re: Is it me or is there really no datasheet for the Atmel SAM D10 ?
« Reply #14 on: November 25, 2014, 01:18:28 pm »
The Cortex M0+ based D20 is a good choice IMO and readily available. The D21 adds USB and is what they're using in the new Arduino Zero.

As for EEPROM on the D20, its implemented as a service in ASF and uses flash.
« Last Edit: November 25, 2014, 01:22:27 pm by sporadic »
 

Offline paulie

  • Frequent Contributor
  • **
  • !
  • Posts: 849
  • Country: us
Re: Is it me or is there really no datasheet for the Atmel SAM D10 ?
« Reply #15 on: November 25, 2014, 07:16:38 pm »
cypress takes the cake with a $5 dev kit, programmer and debugger included again.

If you refer to the PSOC4 board it has a usb/serial adapter but no programmer. I don't think there is a debugger either. For someone who wants to start with the most common ARM chip and lowest cost these threads might help:

https://www.eevblog.com/forum/microcontrollers/one-dollar-one-minute-arm-development/
https://www.eevblog.com/forum/microcontrollers/stm32-ghetto-style/

You really can't get a Discovery for $10 considering shipping but actually can have a dozen of the ones in that "dollar" thread for the same cost. Or a couple Ebay "cortex minimum development boards". STM32 has more support than any other ARM and is by far the most popular.
 

Offline SimonTopic starter

  • Global Moderator
  • *****
  • Posts: 17814
  • Country: gb
  • Did that just blow up? No? might work after all !!
    • Simon's Electronics
Re: Is it me or is there really no datasheet for the Atmel SAM D10 ?
« Reply #16 on: November 25, 2014, 07:47:10 pm »
To be honest I'm not looking to use something just because it has a cheap-ass dev board.
 

Offline fake-name

  • Regular Contributor
  • *
  • Posts: 75
Re: Is it me or is there really no datasheet for the Atmel SAM D10 ?
« Reply #17 on: November 25, 2014, 08:31:30 pm »
I've done a few boards recently using the Atmel SAM4N series, and been quite happy with them.

The ASF documentation for them is a bit sparse (as usual), but with a little reading between the lines, I've got all the peripherals I need working, and they're quite nice.

I mostly chose them because I wanted > 50 MHz (just because) and wanted a 48-pin package.

(Product page: http://www.atmel.com/products/microcontrollers/arm/sam4n.aspx?tab=documents )

Code (and board files for altium) are in [this repo](https://github.com/fake-name/EORE/tree/master/Code/Prototypes/EORE%20Controller%20-%20Tigger%20R2/src)
« Last Edit: November 25, 2014, 08:36:08 pm by fake-name »
 

Offline paulie

  • Frequent Contributor
  • **
  • !
  • Posts: 849
  • Country: us
Re: Is it me or is there really no datasheet for the Atmel SAM D10 ?
« Reply #18 on: November 25, 2014, 09:14:51 pm »
To be honest I'm not looking to use something just because it has a cheap-ass dev board.

So good luck with expensive, no docs, and pot luck support. Maybe they take preorders for the D10. From statements here I'm guessing you enjoy the challenge.
 

Offline SimonTopic starter

  • Global Moderator
  • *****
  • Posts: 17814
  • Country: gb
  • Did that just blow up? No? might work after all !!
    • Simon's Electronics
Re: Is it me or is there really no datasheet for the Atmel SAM D10 ?
« Reply #19 on: November 25, 2014, 09:18:53 pm »
To be honest I'm not looking to use something just because it has a cheap-ass dev board.

So good luck with expensive, no docs, and pot luck support. Maybe they take preorders for the D10. From statements here I'm guessing you enjoy the challenge.

I would hope that any micro is properly documented and no if the D10 is not being made then I'm not interested, as already mentioned I'd look at the D20 that is available.

If i buy a super cheap dev board and then find that the programmer for the chip is expensive where does that land me ? I have an atmel ICE, the TI equivalent is £120 when i got one for work and I'm not really in the mood for collecting tools, I just want to take a peek into the ARM world and then I can worry about if i want to jump ship etc.
 

Offline jeremy

  • Super Contributor
  • ***
  • Posts: 1079
  • Country: au
Re: Is it me or is there really no datasheet for the Atmel SAM D10 ?
« Reply #20 on: November 25, 2014, 09:36:18 pm »
cypress takes the cake with a $5 dev kit, programmer and debugger included again.

If you refer to the PSOC4 board it has a usb/serial adapter but no programmer. I don't think there is a debugger either.
It has an onboard bootloader. No debugger though.

For someone who wants to start with the most common ARM chip and lowest cost these threads might help:

https://www.eevblog.com/forum/microcontrollers/one-dollar-one-minute-arm-development/
https://www.eevblog.com/forum/microcontrollers/stm32-ghetto-style/

You really can't get a Discovery for $10 considering shipping but actually can have a dozen of the ones in that "dollar" thread for the same cost. Or a couple Ebay "cortex minimum development boards". STM32 has more support than any other ARM and is by far the most popular.

I can get the stm32f0discovery at digikey for USD$8.80 (shipping not included) or USD$9.50 at RS (free shipping). So you definitely can. If you search on RS, you can also get cortexM3 versions for less than $10. The cortex m4 versions are a whopping $5 more.

http://www.digikey.com/product-search/en/programmers-development-systems/evaluation-boards-embedded-mcu-dsp/2621773?k=stm32f0discovery
http://au.rs-online.com/web/p/processor-microcontroller-development-kits/7587554

In fact, the f0discovery comes with a protoboard as well (with gold plated holes, naturally), or at least it did the last three times I ordered them. It is my go-to board for when I need to whip up a one-off and don't want/need to make a PCB.
 

Offline paulie

  • Frequent Contributor
  • **
  • !
  • Posts: 849
  • Country: us
Re: Is it me or is there really no datasheet for the Atmel SAM D10 ?
« Reply #21 on: November 25, 2014, 09:36:58 pm »
If i buy a super cheap dev board and then find that the programmer for the chip is expensive where does that land me ?

We are on exactly the same wavelength in that respect. I was very disappointed the Cypress demo wants you to buy one of their hundred dollar programmers to work with new chips. To their credit STMs boards actually do have a built in STLINK programmer and debugger. All the chips, straight from the factory, have a serial bootloader so that's a plus.

IMO cheap AND competent product is the best of all worlds. When you investigate dozens of devices from several different mfg then cost of those $20 eval boards and programmers does start to add up.
 

Offline SimonTopic starter

  • Global Moderator
  • *****
  • Posts: 17814
  • Country: gb
  • Did that just blow up? No? might work after all !!
    • Simon's Electronics
 

Offline paulie

  • Frequent Contributor
  • **
  • !
  • Posts: 849
  • Country: us
Re: Is it me or is there really no datasheet for the Atmel SAM D10 ?
« Reply #23 on: November 25, 2014, 09:47:56 pm »
It has an onboard bootloader. No debugger though.

Ive been through this with Miguel. Yes, they were nice enough to burn one into the onboard chip but new ones from the factory require you to buy a pioneer or miniprog product. Or go the PSOC4 DIY science project route which I'm in the middle of right now.

Apparently RS charges more for shipping to US because I couldn't get them down to $10 total. For me it was better to pick up a couple of those Ebay boards for the same cost and end up with a spare.

As far as ATMEL the STM32F103 parts are cheaper, faster, and more features. But I understand people get attached to certain families so whatever floats your boat. ATM ST happens to be my personal lord and saviour. lol.
 

Offline miguelvp

  • Super Contributor
  • ***
  • Posts: 5550
  • Country: us
Re: Is it me or is there really no datasheet for the Atmel SAM D10 ?
« Reply #24 on: November 25, 2014, 10:01:10 pm »
What is weird is that people don't get that you can program the device via standard SWD. Who is to say that the Atmel ICE won't work?

I'm not going to assume it does either, but if you have Keil and it supports that programmer I don't see what the problem will be.

But here are the programming specs:
http://www.cypress.com/?docID=48133
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf