Juergen Harms <[email protected]> wrote: > Avrdude design restricts interactive access to a set of memory types > which - for obvious reasons - does not include RAM (reasons that do not > apply to external RAM).
The main reason is that the normal programming interfaces simply do not allow viewing/manipulating SRAM at all. Is your SRAM accessed through the standard XRAM interface (i.e. mapped into the regular address space)? If so, would AVaRICE + GDB be a solution for you? -- cheers, Joerg .-.-. --... ...-- -.. . DL8DTL http://www.sax.de/~joerg/ Never trust an operating system you don't have sources for. ;-) _______________________________________________ AVR-chat mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/avr-chat
