avr-gcc-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avr-gcc-list] (AT90can128) CAN doesn't work


From: Alan Kilian
Subject: Re: [avr-gcc-list] (AT90can128) CAN doesn't work
Date: Tue, 04 Oct 2005 09:33:00 -0500

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>






reply via email to

[Prev in Thread] Current Thread [Next in Thread]