MCUdude / MegaCore

Arduino hardware package for ATmega64, ATmega128, ATmega165, ATmega169, ATmega325, ATmega329, ATmega640, ATmega645, ATmega649, ATmega1280, ATmega1281, ATmega2560, ATmega2561, ATmega3250, ATmega3290, ATmega6450, ATmega6490, AT90CAN32, AT90CAN64 and AT90CAN128
Other
374 stars 115 forks source link

Is it possible to program with FT232 programming? Is there a schematic drawing available? #203

Closed uguraltinsoy closed 7 months ago

uguraltinsoy commented 11 months ago

Is it possible to program with FT232 programming? Is there a schematic drawing available?

MCUdude commented 11 months ago

Yes, you can use any USB to serial chip to upload programs as long as a bootloader is present. This needs to be flashed with an ISP programmer, such as the USBtinyISP or USBasp.

Is there a schematic drawing available?

Yes, here: https://github.com/MCUdude/MegaCore/tree/master#minimal-setup

uguraltinsoy commented 11 months ago

can i use it without bootloader?

http://electronics-diy.com/FT232RL_USB_to_Serial_Adapter_for_PIC_AVR_ATMEGA_ARDUINO_MCUs.php

MCUdude commented 11 months ago

can i use it without bootloader?

Not with MegaCore. You need an ISP programmer to load the bootloader. Then you can use the F232RL to upload new programs.

uguraltinsoy commented 11 months ago

Is there a resource on how to load the bootloader, can you guide me?

MCUdude commented 11 months ago

There are plenty of resources online. YOu can start by reading the MegaCore readme file. All you need to do is to connect an ISP programmer to the appropriate pins, select your preferred settings in the IDE Tools menu, and hit "Burn bootloader".