



I used the c argument from the Arduino output and changed this to arduino, also today my Leonardo is on COM5, Someting goes wrong but I am unable to find it, suggestions are welcome I verified the location of the nf file, it is there and it contains data. System wide configuration file is "C:\Program"Īvrdude.exe: can't open config file "C:\Program": No such file or directoryĪvrdude.exe: error reading system wide configuration file "C:\Program" PORTC &= ~(1 << PORTC7) // Turn the LED off.īuild succesfully so now everything was ready so I went to Tools, External Tools and entered the following arguments:Ĭommand: C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avrdude.exeĪrduments: -CC:\Program Files (x86)\Arduino\hardware\tools\avr/etc/nf -v -patmega32u4 -cavr109 -PCOM6 -b57600 -D -Uflash:w:"$(Avrdudeblink)Debug$(Avrdudeblink).hex":iĪvrdude.exe: Version 6.0.1, compiled on at 19:59:58 PORTC |= (1 << PORTC7) // Turn the LED on. Then I made a test program Avrdudeblink in Atmel Studio 7ĭDRC |= (1 << DDC7) // Make pin 13 be an output. Today my Leonardo arrived, I installed blinkled with Arduino to verify everything is working normally.
