Can someone give me the step by step on how to use atmega8 with STK500 ?
I am able to run AVR studio programs (including one that uses the 2nd serial port)
When I burn the bootloader I can not upload a skethch... The LED does blink 3-4 times every 6 seconds but I get an error:
avrdude: stk500_getsync(): not in sync: resp=0x00
avrdude: stk500_disable(): protocol error, expect=0x14, resp=0x51
I am trying to do this without a crystal... C code works fine (including serial port)
---Help--