Questions tagged [avrdude]

AVRDUDE is used in development for Atmel AVR microcontrollers to access the contents of the ROM/EEPROM memories on the target platforms.

AVRDUDE is a set of tools to manipulate the memory on Atmel AVR microcontrollers. It's a commandline utility available for many POSIX-compatible operating systems and Windows.

It can be used to manipulate the

  • ROM
  • EEPROM

of AVRs. The following operations are supported:

  • download
  • upload
  • in-place manipulation
199 questions
-3
votes
1 answer

error: lvalue required as left operand of assignment, error: void value not ignored as it ought to be

Im getting these errors: error: lvalue required as left operand of assignment error: void value not ignored as it ought to be Basically I have a i2c capacitive touch controller that I am constantly scanning then checking the scanned data and then…
node7
  • 1
  • 1
-3
votes
2 answers

Getting the contents of Arduino's flash memory back

I have a code burned on Arduino uno and I want to get the hex file of this code back?! How can I make that ?!
Armia Wagdy
  • 567
  • 6
  • 22
-4
votes
2 answers

Help required in WinAvr programming

i am trying to run a source code of win avr . after making the makefile when i try to send it using avrdude it is giving me error. Please any one can help me
user88233
  • 11
  • 1
-5
votes
2 answers

C nested macros

A problem occurred to me. Somebody might show me how to remove the @. I am writing C for a UC and I am lazy; so I want to solve easy problems with macros, e.g. switching on an LED. I managed to do something like that: #include #define…
Hert
  • 11
  • 2
  • 3
1 2 3
13
14