avrdude-dev
[Top][All Lists]
Advanced

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

[bug #53703] FT232H based programmer returns all 0xFF when reading flash


From: Joerg Wunsch
Subject: [bug #53703] FT232H based programmer returns all 0xFF when reading flash from atmega2560
Date: Fri, 10 Dec 2021 16:54:05 -0500 (EST)
User-agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:93.0) Gecko/20100101 Firefox/93.0

Update of bug #53703 (project avrdude):

                  Status:                    None => Need Info              

    _______________________________________________________

Follow-up Comment #1:

Well, I think the logic behind this still has some issues.

Looking at "native" programming algorithms (in avr.c), the usual decision
logic is:

++++
  /*
   * If this device has a "load extended address" command, issue it.
   */
  lext = mem->op[AVR_OP_LOAD_EXT_ADDR];
  if (lext != NULL) {
...
----

Issuing the load extended address command only for few selected addresses is
error-prone: not every load file has to start at addr==0, for example.

    _______________________________________________________

Reply to this item at:

  <https://savannah.nongnu.org/bugs/?53703>

_______________________________________________
  Message sent via Savannah
  https://savannah.nongnu.org/




reply via email to

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