[Icc-avr] ICCAVR 7.0 IOCAN128V.h file error?

Johannes Assenbaum jassenbaum at htp-tel.de
Wed Feb 6 10:35:25 PST 2008


Hi Jeff,

find latest ioCAN128v.h attached. It's of Oct 2005, only iccavr 7.00A is still older...

Best regards,
Johannes


> It is an error in the file IOCAN128V.H with ICCAVR 7.00A

> The defines:
> #define DIDR1   (*(volatile unsigned char *)0x7E)
> #define DIDR0   (*(volatile unsigned char *)0x7F)

> Should be (per AT90CAN128 Rev F data sheet, and functional test on our
> bench)
> #define DIDR1   (*(volatile unsigned char *)0x7F)
> #define DIDR0   (*(volatile unsigned char *)0x7E)


> Thanks
> Jeff


> Jeff Milender
> Systems Engineer
> Cargo Systems
> Goodrich Interiors
> 2604 Highway 20 North
> Jamestown, ND 58401
> Tel: 701-253-7569
> jeff.milender at goodrich.com <mailto:jeff.milender at goodrich.com>
> www.goodrich.com <http://www.goodrich.com/>



-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/octet-stream
Size: 5303 bytes
Desc: not available
Url : http://dragonsgate.net/pipermail/icc-avr/attachments/20080206/73e09143/attachment.obj


More information about the Icc-avr mailing list