I want to program an AVR directly without the help of any development board. My AVR is installed on a breadboard.
How do you program it using SPI method?
I would like to have a complete program. I know the read and write functions for SPI method but I could not put them to use. I like a complete program that uses those functions to download a .hex file into the microcontroller.
leon_heller:
Find someone to program a boot-loader into your AVR.
Leon
You missed the whole point. I do not want to use any development board or anything else. I know you can program a stand alone micro using SPI but I need a sample program of how it is done.
It can be more convenient as no special software is required - just a clocked bitstream. Actually, I’m not sure if the AVR can be booted that way, it works for some other chips.
Is the SP12 software the sort of thing that you were looking for?