Bootloading an ATmega32u4 Microprocessor

Hi,

I’m working on a project and have really been struggling to try to get any piece of code to run on a custom ATmega32u4 microprocessor with a custom fully assembled circuit board. I wanted to ask and see if there was any way somebody could help, or provide any assistance.

I’ve been struggling with this for quite some time, any help or guidance would be greatly appreciated.

Thank you in advance

No bootloader is required if you use an ISP programmer. By far my favorite is this one: https://www.pololu.com/product/3172

With a factory fresh AVR processor, you MUST set the fuses to use the appropriate clock source.

I currently am using this:

https://www.amazon.com/dp/B0885RKVMC?ps … ct_details

should this device work?

If you can successfully program the ATmega32U4 with that device, then it works.

If you can’t, then take a few moments to post a wiring diagram, describe your setup, the steps you took to program the MCU, and what happens when you try.

What exactly is a wiring digram in this context? I don’t know if I have access to the wiring of the aspusb uploader.

The setup is n ASPUSB uploader connected to a fully assembled circuit board, code coming from an OSX Ventures. The ASPUSB uploader is the one linked above, but I will link it below for convenience.

https://www.amazon.com/dp/B0885RKVMC?ps … ct_details

The steps I’ve taken have been using AVRDUDE, I’ve gone through countless tutorials with no success. No clue where I’m going wrong.