avr-libc-dev
[Top][All Lists]
Advanced

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

[avr-libc-dev] [bug #17561] headers returning PORTx, PINx and DDRx incor


From: Joerg Wunsch
Subject: [avr-libc-dev] [bug #17561] headers returning PORTx, PINx and DDRx incorrectly for Mega168
Date: Tue, 29 Aug 2006 07:02:08 +0200
User-agent: Mozilla/5.0 Galeon/1.2.13 (X11; FreeBSD i386; U;) Gecko/0

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/





reply via email to

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