hello
going to need to burn the bootloader shortly on a 328 au im after using without the crystal
wonder if there is a guide somewhere?
thank you.
Yup, there is!
thank you
it doesnt look like the 328 au is supported am i right?
It is not supported by the IDE out of the box, but Hansibul's minicore adds support for it no problem, see his link above.
jonisonvespaa:
it doesnt look like the 328 au is supported am i right?
"AU" in the "chip name" is the "package size" - the physical size of the chip.
The micro controller is "ATmega328" (which, by the way, is not the same as the Arduino Uno's chip: ATmega328P).
You can get the ATmega328 in different package sizes like:
ATmega328-AU - 9 by 9 mm, legs on 4 sides, "big" smd, can be soldered by hand
ATmega328-MMH - 4 by 4 mm, no legs but contacts on side and bottom, no way for me to solder this by hand
ATmega328-MU - 5 by 5 mm, too small for me
ATmega328-PU - 34 by 8 mm, legs on 2 sides, the big "through the hole" chip
You will not find the ATmega328-AU listed in Hansibul's minicore but you will find ATmega328. And it will work for all package sizes.
Yes ive definatly got 328 AU