Follow-up Comment #7, bug #30844 (project avrdude):

Well, if you've got a pagesize of 32 bytes, you are going
to program 32 bytes into address 0x0000, then 32 bytes into
0x0020, then 32 bytes into 0x0040, and so on.

If you pretend a pagesize of 16 bytes, you are going to program
16 bytes into 0x0000, then 16 bytes into 0x0010, then 16 bytes
into 0x0020, and so on.  That's the differences in the
addresses you are seeing.

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?30844>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/


_______________________________________________
avrdude-dev mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/avrdude-dev

Reply via email to