- This topic has 7 replies, 5 voices, and was last updated 11 years, 6 months ago by .
Viewing 8 posts - 1 through 8 (of 8 total)
Viewing 8 posts - 1 through 8 (of 8 total)
- You must be logged in to reply to this topic.
|
Microcontroller › AVR › avr usb programmer
my question to all the experts of this site……
i new in avr… i saw the avr usb burner usbasp… i hope you all have heard of it… it is written that the crystal must be 12Mhz this mean the avr device must clock at 12Mhz.. i have used ATmega8L instead of ATmega8 the atmga8L can max clocked up to 8MHz then how come my device is still working…..
8 Mhz is Internal Clock, 12 Mhz is External Clock produced by Crystal Oscillator.
not exactly the same the internal clock which can be set is 1mhz(default)
and externally we can use upto 8 or 12 mhz (depending upon he chip)
How can i use the usb programmer to write programs to the atmega16 microcontroller
Hi Pinaki,
If you are using AVR Studio, complie the code first and it will generate a .hex file. You can use another burning software like AVR-BURNO-MAT to load the hex file using USBasp.
thanks,
can u just say me the steps because i used the same software but it is showing some error .
Hi Pinaki,
There is nop complex procedure actually. Build the code using AVR studio, using AVR-BURNO-MAT select the .hex file generated and load it.
Before compiling using AVR studio make sure that you have selected the exact part number of your device, for example
The errors can happen due to the improper programming circuitary also.
Please post your error dialogue to get more help.
This is exactly the error…..wysiwyg_imageupload:9503: