Difference between revisions of "User:Corecode"

From Fixme.ch
Jump to: navigation, search
Line 24: Line 24:
 
** http://search.digikey.com/scripts/DkSearch/dksus.dll?Detail&name=ETH-ND
 
** http://search.digikey.com/scripts/DkSearch/dksus.dll?Detail&name=ETH-ND
 
* modding wire
 
* modding wire
 +
* LPCXpresso
 +
** http://search.digikey.com/scripts/DkSearch/dksus.dll?Detail&name=568-4947-ND
 +
 +
----
 +
 +
[[http://www.atmel.com/dyn/resources/prod_documents/doc7766.pdf AVR]]
 +
vs
 +
[[http://www.nxp.com/documents/data_sheet/LPC1311_13_42_43.pdf ARM]]
 +
 +
AVR:
 +
  * EEPROM
 +
  * can run at 5V
 +
  * 12 ADC inputs
 +
  * 15kS/s ADC
 +
  * JTAG
 +
 +
ARM:
 +
  * higher frequency/MIPS
 +
  * 32bit architecture
 +
  * only up to 3.6V
 +
  * 8 ADC inputs
 +
  * hardware divide
 +
  * 400kS/s ADC
 +
  * integrated HID and MSC device driver
 +
  * integrated USB MSC boot loader (needs 12MHz crystal)

Revision as of 05:07, 30 July 2011

Items to buy:


[AVR] vs [ARM]

AVR:

 * EEPROM
 * can run at 5V
 * 12 ADC inputs
 * 15kS/s ADC
 * JTAG

ARM:

 * higher frequency/MIPS
 * 32bit architecture
 * only up to 3.6V
 * 8 ADC inputs
 * hardware divide
 * 400kS/s ADC
 * integrated HID and MSC device driver
 * integrated USB MSC boot loader (needs 12MHz crystal)