AVR Microcontrollers

DaveWiki | Edit | RecentChanges | Preferences | All Pages | lyons42

Difference (from prior major revision) (no other diffs)

Changed: 35c35
* On July 12, I got an ATxmega128A1 to blink an LED. It comes in a TQFP100 package, so I used a $1.50 adapter board from FuturLec to bring the pins out to .1" headers.
* On 12-Jul-2009, I got an ATxmega128A1 to blink an LED. It comes in a TQFP100 package, so I used a $1.50 adapter board from FuturLec to bring the pins out to .1" headers.

Getting started with AVR Microcontrollers on Mac OS X

CrossPack AVR

"CrossPack AVR" packages the toolchain for easy installation on Mac OS X:

Installs into /usr/local/CrossPack-AVR-20090415.

 $ cd /usr/local
 $ sudo ln -s CrossPack-AVR-20090415 CrossPack-AVR

Add to .bash_profile:

 # CrossPack-AVR
 if [ -e "/usr/local/CrossPack-AVR" ]; then
 	PATH="$PATH:/usr/local/CrossPack-AVR/bin"
 	export PATH

 	MANPATH="$MANPATH:/usr/local/CrossPack-AVR/man"
 	export MANPATH
 fi

ATxmega


Exploring the Instruction Set

	jot -w ".word " 65536 0 | avr-as
	avr-objdump -S a.out


Reference


avr-gcc tips


Interesting Sensors


Assorted


DaveWiki | Edit | RecentChanges | Preferences | All Pages | lyons42
This page is read-only | View other revisions
Last edited May 16, 2011 5:28 pm (diff)
Search: