Hello,

since I haven't found info about problem reports I'm using this mailing list.

Found discrepancy between documentation and iomxx4.h

doc/avr-libc/avr-libc-user-manual/group__avr__interrupts.html defines

USART0_RX_vect     SIG_*UART0*_RECV     USART0, Rx Complete
USART0_TX_vect     SIG_*UART0*_TRANS     USART0, Tx Complete
USART0_UDRE_vect     SIG_*UART0*_DATA     USART0 Data Register Empty


While iom44x.h defines:

/* USART0, Rx Complete */
#define USART0_RX_vect            _VECTOR(20)
#define SIG_*USART*_RECV            _VECTOR(20)

/* USART0 Data register Empty */
#define USART0_UDRE_vect        _VECTOR(21)
#define SIG_*USART*_DATA            _VECTOR(21)

/* USART0, Tx Complete */
#define USART0_TX_vect            _VECTOR(22)
#define SIG_*USART*_TRANS            _VECTOR(22)


Regards,

Jan Smrz






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

Reply via email to