Programming custom Atmega2560 using Arduino

Thread Starter

Vindhyachal Takniki

Joined Nov 3, 2014
594
1. I have made a customized board using Atmega2560. Code is made using Arduino 1.6.5. Currently I am testing my code on arduino Atmega2560 board. Now have to shift code to customized Atmega2560 board.

2. Have both uno & Atmega2560 arduino boards. How to program the customized board, so that next time onwards I can program customized board directly from arduino IDE 1.6.5.

3. I was reading this: https://www.arduino.cc/en/Tutorial/ArduinoToBreadboard
Shows how to program ATmega328using arduino uno. In this MCU on arduino uno board has to be removed. But in my case I have Atmega2560, which is SMD so I cannot remove it. So how to do it?
 
Top