Hello,

i think there is a little failure in the device header file for the ATXmega128A1 (iox128a1.h)

the line 2261:
    TC_EVACT_FRW_gc = (0x05<<5),  /* Frequency Capture */

should be
    TC_EVACT_FRQ_gc = (0x05<<5),  /* Frequency Capture */

as in the datasheet (XMEGA A MANUAL) the certein configuration is called FRQ for Frequency Capture.

Im not shure who is actually responsible for the headerfiles an who i should contact with this problem.

Thank you for your help.

Regards
Dominic Rathje


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

Reply via email to