|
From: | Ollinad |
Subject: | Re: [avr-gcc-list] (AT90can128) CAN doesn't work |
Date: | Tue, 4 Oct 2005 15:39:56 -0300 |
On Mon, 2005-10-03 at 18:14 -0300, Ollinad wrote:
> while(can_getstatus(&msg) != CAN_STATUS_COMPLETED);
> but it nevers get out of the second loop...
What value is being returned by can_getstatus()?
That should allow you to walk through the code in the library
and learn a little bit more about WHY it's not returning
CAN_STATUS_COMPLETED.
-Alan
--
- Alan Kilian <kilian(at)bobodyne.com>
_______________________________________________
AVR-GCC-list mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/avr-gcc-list
[Prev in Thread] | Current Thread | [Next in Thread] |