Difference between revisions of "AVR Drivers"

50 bytes added ,  21:08, 5 June 2011
add link to Modifying BLF-VLD
(add link to Modifying BLF-VLD)
Line 167: Line 167:


Now you can compile the project. Go under the menu heading Build and choose Build MyProject. This will create the files you need in MyProject/MyProject/Debug. If you are using a programming board that AVR Studio supports (USBasp and most others are not supported), you can move the files and change fuse settings from within AVR Studio. Otherwise you should have WinAVR installed on your computer (or at least AVRDUDE) and use AVRDUDE commands to upload the files to your driver as described above.
Now you can compile the project. Go under the menu heading Build and choose Build MyProject. This will create the files you need in MyProject/MyProject/Debug. If you are using a programming board that AVR Studio supports (USBasp and most others are not supported), you can move the files and change fuse settings from within AVR Studio. Otherwise you should have WinAVR installed on your computer (or at least AVRDUDE) and use AVRDUDE commands to upload the files to your driver as described above.
See [[Modifying BLF-VLD]] for programming notes.


==Other Issues==
==Other Issues==
confirmed, developer
1,668

edits