This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Intraspin and can

Genius 5910 points

Hi,

I'm trying to get the Can interface running.

 I tried to run eCAN back to back example. I modified it that it works correct with "real" can messages. That works correct.

Now I moved the complete example to my Intraspin program. Except the processor initialization and now my example doesn't send any message anymore and is endless waiting at this line:

        while(ECanaRegs.CANTA.all != 0x00010000 ) {}

EDIT: Problem solved. Disconnected CANBus connector was the problem. :-(