avr-gcc-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[avr-gcc-list] gdb problem writing {char}


From: Brian Cuthie
Subject: [avr-gcc-list] gdb problem writing {char}
Date: Thu, 13 Nov 2003 15:53:53 -0500

I hope this is just me being stupid...

I'm having trouble getting avr-gdb (connected through avarice to an
ATmega16 target) to write data one byte at a time. Specifically, the
following gdb command does not appear to write anything:

(gdb) set {char}0x800060 = 0x20

Where

(gdb) set {short}0x800060 = 0x20

does write two bytes into internal RAM.

Any ideas?

-brian





reply via email to

[Prev in Thread] Current Thread [Next in Thread]