error msg in avr studio4

Posted by shubhang on Stack Overflow See other posts from Stack Overflow or by shubhang
Published on 2008-10-27T08:37:38Z Indexed on 2010/06/14 11:02 UTC
Read the original article Hit count: 192

i have recently purchased an AVR USB programmer from robokits.co.in, was trying to program atmeg8 using AVR studio4 and i get the following when i click on the program options:

a problem occurred when executing the command. make sure u are using the correct programming method. current mode is ISP verify that the device is placed in the correct socket, and that the ISP cable is connected properly.check that the programming frequency specified in the main page is well below 1/4th of the clock frequency of the device.

i have tried all that i could think of, i have checked the connections and the freq is below 1/4th of the device.

but that doesn't solve this problem

i have made the circuit for blinking LEDs program

please help me out

see the image for details thanking you

© Stack Overflow or respective owner

Related posts about microcontroller

Related posts about avr-studio4

  • error msg in avr studio4

    as seen on Stack Overflow - Search for 'Stack Overflow'
    i have recently purchased an AVR USB programmer from robokits.co.in, was trying to program atmeg8 using AVR studio4 and i get the following when i click on the program options: a problem occurred when executing the command. make sure u are using the correct programming method. current mode is ISP… >>> More

  • 8 bit enum, in C

    as seen on Stack Overflow - Search for 'Stack Overflow'
    I have to store instuctions, commands that I will be receiving via serial. The commands will be 8 bits long. I'd like to use Enumerations to deal with them in my code. Only a enumeration corresponds to a ... on this platform I think a 16 bit integer. I need to preserve transparancy between command… >>> More