Follow-up Comment #2, bug #28108 (project avr-libc): brief problem summary:
I'm having a sort of a "bug" after compiling with winavr 2009-03-13 because i noticed that i wasn't receiving one specific CAN message for some reason. The reason was the msg_id on the transmitter was not correct so the receiver didn't "caught" any because the ID were diferent. But the main problem was that in code C was everything perfect but when I saw the assembly, there was some wrong stuff there (see below please). The ID is a #define and for some reason r16 is wrongly changed into the last ID byte... making an erroneous ID. _______________________________________________________ Reply to this item at: <http://savannah.nongnu.org/bugs/?28108> _______________________________________________ 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