Tagged Questions
7
votes
3answers
415 views
Can a hobbyist ARM setup be as simple as this AVR one?
I like how simple an Atmel AVR setup can be for hobbyist assembly language programming. For example:
Put a plain ATmega DIP chip {A} on a breadboard
Connect 6 pins to a USB programmer {B} connected ...
2
votes
1answer
367 views
ARM or AVR for car system
I just wanted to ask, which platform is the best suitable for a small commercial car system. It will comunicate with our server via 3G/EDGE (upload and download database with points of interest). It ...
13
votes
9answers
13k views
Why is AVR used in Arduino?
Why is Arduino using AVR? I understand that they are the official processor but there isn't a reason the code couldn't be ported to an ARM or a Freescale architecture other than cost, right? As long ...