Author Topic: Need help with bootloader for ATMega32A  (Read 1802 times)

0 Members and 1 Guest are viewing this topic.

Offline Tom_Kazansky

  • Thread Starter
  • Posts: 409
  • Location: Vietnam
  • Oblivion Knight
Need help with bootloader for ATMega32A
« on: Tue, 18 July 2017, 07:46:18 »
Hello!
Can anyone tell me how to get the bootloader for the ATMega32A?

I, somehow, broke the ATMega32A on my PCB, I was informed that I can replace that with a new one but I need to load the bootloader to the chip so I can flash firmware to it through USB.
I have searched around but... I can't find it. Can anyone help me?

Thank you for reading!

Offline hasu

  • Posts: 3472
  • Location: Tokyo, Japan
  • @tmk
    • tmk keyboard firmware project
Re: Need help with bootloader for ATMega32A
« Reply #1 on: Tue, 18 July 2017, 15:00:33 »
usbasploader or bootloadHID?
you may need to tweak source to conform to your hardware.

I had used usbasploader on my project with atmega328 successfully to program it with avrdude.

Offline Tom_Kazansky

  • Thread Starter
  • Posts: 409
  • Location: Vietnam
  • Oblivion Knight
Re: Need help with bootloader for ATMega32A
« Reply #2 on: Tue, 18 July 2017, 20:20:48 »
usbasploader or bootloadHID?
you may need to tweak source to conform to your hardware.

I had used usbasploader on my project with atmega328 successfully to program it with avrdude.

hmm... I'm not sure, can I try them one by one?

now I have some "clues", I will search around more, thank you!