Hi everyone, I am pretty new to microcontroller programming. but I recently picked up a ATmega32u4 (received in a couple days, thanks), I know its not the best for a first attempt but I wanted to follow some of the LED tutorials on the site.
so basically I haven't really done much before I ran into some issue and spent 6 hours trying to fix it with no luck
Ok so I'm using OSX 10.7, I installed Ardiuno 1.0 Rc2, selected Leonardo as my board, connected up my ATmega32u4 and selected the new USB port tty.USBmodem411(also tried cu.USBmodem411). If I'm not mistaken this first time the "PWR"(red) and "boot"(green) light was solid, but since my attempted first upload the "boot"(green) green has been "breathing" (fading in and out reasonably fast). from the first flash where I pressed the reset button and tried to upload the blink example I have received:
avrdude: Send: 0 [30] [20]
avrdude: Send: 0 [30] [20]
avrdude: Send: 0 [30] [20]
avrdude: Recv: ? [3f]
avrdude: stk500_getsync(): not in sync: resp=0x3f
Any Ideas? should I attempt to get avrdude compiled and running to troubleshoot? is the bootloader confused?
Thanks in advance this is driving me nuts
Alex

