wiki:Arduino-0012-m328

Version 2 (modified by sgk, 15 years ago) ( diff )

--

Arduino 0012 for ATmega328P

Japanese

ATmega328P seems to be almost identical to ATmega168, which is used in Arduino, except the flash memory space. This is not true if you are a firmware programmer. The header file ".../include/avr/iom328p.h" defines a little bit different macro symbols in comparison to the header file for ATmega168. From this point of view, ATmega328P is a family of ATmega168P, not ATmega168. The "P" suffix means the "picoPower" (tm) technology. We have to use "*_vect" symbols instead of "SIG_*" symbols for interrupt vectors. This is the reason the Arduino 0011 IDE for ATmega328P by spiffie.org does not work completely.

Download

For Windows only.

Contact

Add "switch-science.com" after "sgk@".

(2009-01-05 - sgk)

Note: See TracWiki for help on using the wiki.