NEW: Learning electronics? Ask your questions on the new Electronics Questions & Answers site hosted by CircuitLab.
Support Forum » Help with error when uploading microcontroller code.
January 17, 2011 by rboggs10 |
Found programmer: Id = "" ""; type = Software Version = . ; Hardware Version = . avrdude: error: buffer memory access not supported. Maybe it isn't a butterfly/AVR109 but a AVR910 device? MAKE: *** [lights-upload] Error 1
|
---|---|
January 17, 2011 by rboggs10 |
I am working on a simple project that controls the six LEDs that were included in the nerd kit. I do not have the lcd connected because I do not need it for this. Every time i try using 'make' to upload the code it gets stuck on "Connecting to programmer." for a while then when it finally moves on I get this: Found programmer: Id = "" ""; type = Software Version = . ; Hardware Version = . avrdude: error: buffer memory access not supported. Maybe it isn't a butterfly/AVR109 but a AVR910 device? MAKE: *** [lights-upload] Error 1 I have checked and double checked all of my connections and the are correct. I have looked at other forum posts with the same or a similar issue to this but that didn't help me. I am afraid I may have blown my microcontroller. What could be the problem? |
January 17, 2011 by rboggs10 |
What is with the posts? |
January 17, 2011 by Rick_S |
If you put 4 spaces before any line, the forum interprets it as code and formats it as such with no line wrap. That's what happened to your first post. Rick |
January 17, 2011 by Rick_S |
As for your problem,
|
January 17, 2011 by Ralphxyz |
Probable a USB problem, what OS are you using? Unplug the USB cable and replug if that doesn't work reboot. This of curse assumes everything as noted by Rick is correct. Ralph |
Please log in to post a reply.
Did you know that signed numbers need to be sign-extended when chaging variable sizes? Learn more...
|