Update of bug #17561 (project avr-libc):

                  Status:                    None => Need Info              
             Assigned to:                    None => joerg_wunsch           

    _______________________________________________________

Follow-up Comment #3:

Sorry, but that's exactly the IO addresses these ports are
supposed to live at.  You've been confusing IO addresses and
memory (MMIO) addresses.  For example, PINB is at IO address
0x03 (to be used in IN or OUT instructions), or at memory
address 0x23 (to be used in LDS or STS instructions).

    _______________________________________________________

Reply to this item at:

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

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



_______________________________________________
AVR-libc-dev mailing list
AVR-libc-dev@nongnu.org
http://lists.nongnu.org/mailman/listinfo/avr-libc-dev

Reply via email to