Difference between revisions of "Arduino Due"

From Nottinghack Wiki
Jump to navigation Jump to search
(Created page with "The new Arduino Due board is the first Arduino to be based on an ARM Coretex M3 micro (rather than the usual AVR micro). This is still an Atmel chip but it will have more in c...")
 
m
Line 6: Line 6:
  
 
* http://arduino.cc/en/Main/ArduinoBoardDue
 
* http://arduino.cc/en/Main/ArduinoBoardDue
* Due Arduino forum:  
+
* Due Arduino forum: http://arduino.cc/forum/index.php/board,87.0.html
 
* Atmel's ARM page: http://www.atmel.com/arm/?sf13808117=1
 
* Atmel's ARM page: http://www.atmel.com/arm/?sf13808117=1
 
* CMCIS standard for ARM Coretex: http://www.arm.com/products/processors/cortex-m/cortex-microcontroller-software-interface-standard.php
 
* CMCIS standard for ARM Coretex: http://www.arm.com/products/processors/cortex-m/cortex-microcontroller-software-interface-standard.php
 
* BOSSA: http://www.shumatech.com/web/products/bossa
 
* BOSSA: http://www.shumatech.com/web/products/bossa

Revision as of 14:08, 12 August 2013

The new Arduino Due board is the first Arduino to be based on an ARM Coretex M3 micro (rather than the usual AVR micro). This is still an Atmel chip but it will have more in common with the Mbed, LPCXpresso, etc. At time of writing I am still yet to receive my first Due board but I'm reliably informed that it's in the post!

So what is all the fuss about? Did you even notice any fuss? Well, it's a move away from the old AVR architecture and into a bigger arena. ARM is massive! What we, as Arduino users, get is an Arduino with a shed load more speed, and capacity. There are some potential downsides in the area of legacy Arduino convenience (e.g. the 3.3v logic) but these are small problems for those who appreciate the extra power.

Useful links in these early days:-