Offline
Russia

Tell me please, can I program chip atmega 328 by teensy 2.0 and how to?
I find information about teensy ++2.0, but it has anoughter pinouts. Need your help
Information about programming Atmega by Teensy ++2.0

Last edited by stress_tn (Oct 1, 2013 7:16 am)

Offline
Sweeeeeeden

First of all, the 328 needs to have an Arduino compatible bootloader. If you bought the chip blank, it won't have that, and you need to program that initially using a different method. This should be possible using a Teensy as well, given the right software. Search for Teensy ISP programming or something like that. The bootloader you need is Optiboot, which you can find here: http://code.google.com/p/optiboot/
(Or you could use the ISP method directly to program the chip with your code of course.)

Offline
Russia

Thank you

Offline
UK

I use my Teensy to program AVR chips, works fine. As previously stated, you will need a boot loader. Diagrams for programming with and without bootloaders can be found here, along with the neccesary Teensy code.