Burn Arduino Boot loader on Atmega-328 TQFP and DIP chips on Breadboard

Parts required (Hardware)

  1. Arduino Uno Board (1)
  2. TQFP 32 to DIP 28 Adapter (1) Link
  3. At mega TQFP 32 pin chip (1)
  4. At mega DIP 28 pin chip (1)
  5. 10K resistor (1)
  6. 16MHz crystal (1)
  7. 18pf – 22pf capacitor (2)
  8. Tact Switch (1)
  9. Jumper wires (few)
  10. LED (1)
  11. 560 Ohm resistor (1)
  12. 10uF electrolytic cap (optional)
  13. Breadboard (1)
  14. Arduino Pins (2×6 pins, 2×8 pin socket)
  15. ZIF socket 28 pin (1)

Software pre-requisites : Arduino software installed

Step 1: Burn Arduino ISP to Arduino board

Connect Arduino Uno board to your computer. Start Arduino program and from examples choose “Arduino ISP” sketch and upload it to “Arduino Uno” board. Please make sure you select the correct board name and serial port. Now this board is ready to program new Atmega-328 chips on the breadboard as shown in the next step.

Step 2: Arrange all components on breadboard

Wire all components as shown in this picture on the breadboard. The Ziff socket is placed starting on pin 21, Add markings on the Breadboard to show Pin 1, Pin 14, Pin 15, Pin 28 of At mega dip28 chip as it will be easy to wire later. The Breadboard does not show power, But run power +5V and GND from breadboard to Arduino board.

Step 3: Update Signature inside avrdude conf file

It is recommended to first test burn boot loader on a At mega 328 DIP-28 chip. I have Atmega 328-PU chips which requires signature to be updated inside avrdude conf file as shown in the picture.
Please make a backup of avrdude file and copy it so original file is left untouched and you can fail back to it if required. This file can be found under “C:\arduino-1.0.1\hardware\tools\avr\etc\avrdude”.
Please restart Arduino program after you update “avrdude” config file.
The “#” sign in from of the signature indicates comment (not used by arduino)
Burn Arduino Bootloader on Atmega-328 TQFP and DIP chips on Breadboard

Step 4: Burn Boot loader to Atmega-328 DIP chip

Review all connections, select Arduino ISP Sketch and Burn boot-loader. If you receive Errors check the connections and jumpers. The 3rd picture shows boot-loader burning in action.

Step 5: Placing the Chip in TQFP Adapter

Connect 8 pin, 6 pin sockets as shown to DIP28 pins of TQFP adapter. This is to raise it on breadboard and to have a good view of pins on the breadboard. Please pay close attention to Electro Static Discharge which can damage the chip when loading and removing it from the socket. Align the pins of the chip as shown in the picture.

Read More: Burn Arduino Boot loader on Atmega-328 TQFP and DIP chips on Breadboard

Leave a Comment

Your email address will not be published. Required fields are marked *