- This topic has 5 replies, 4 voices, and was last updated 11 years, 2 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
|
Microcontroller › AVR › Programming a AVR
Can any one of you help me to programe AVR using arduno board ? any note please ?
Hi Dilhara,
The Arduino dumilanove board supports SPI programming an external AVR microcontroller. Remove the microcontroller from the arduino board, find out the SPI pins of the arduino board, connect those pins to the corresponding pins of your external AVR microcontroller. Use any SPI programmer supported by your Arduino IDE and upload the code.
It is not clear about Use any SPI programmer. Is this mean not a arduno programmer?
The arduino IDE supports different kind of programmers. Some of them are serial programmers, whcih use serial port of the microcontroller. Some of the programmers use SPI port of microcontroller for programming.
An example of an avr programmer supports SPI programming with latest arduino IDE is “USBasp”.Suggest you to google “USBasp” for more details
use any kind of programmer like usbtiny, USB asp .and use any sofware for transfering hex file in microcontroller like sinaprog, extreme burner..
hey..am assuming you want to code using c/assembly language and move out from the arduino language.!
if thats the case-download avr studio, sp3 and win avr..that should just do it..!
Sorry if i misinterpreted the question