I am facing a similar conundrum. I had assumed that the attach() function would work, as it was referenced in the CAN library documentation. However, I now see that it does not work.
Have you achieved your goal of message passing over the CAN bus using mbeds? Which microcontroller did you use? If you used the LPC1768, and if you have the function that implements the interrupt, may I be allowed to use it? I am a student working on a project of mine and I will be happy to acknowledge you as the author of the code.
Hi Peter,
I am facing a similar conundrum. I had assumed that the attach() function would work, as it was referenced in the CAN library documentation. However, I now see that it does not work.
Have you achieved your goal of message passing over the CAN bus using mbeds? Which microcontroller did you use? If you used the LPC1768, and if you have the function that implements the interrupt, may I be allowed to use it? I am a student working on a project of mine and I will be happy to acknowledge you as the author of the code.
Important Information for this Arm website
This site uses cookies to store information on your computer.
By continuing to use our site, you consent to our cookies.
If you are not happy with the use of these cookies, please review our
Cookie Policy
to learn how they can be disabled.
By disabling cookies, some features of the site will not work.
Access Warning
You do not have the correct permissions to perform this operation.
How do you attach an interupt event to the canbus recieve line?
I want to hook severel MBED boards together in a hardware lab, and use message
passing over the can bus, but I will need recieve interupts, as I can't leave the boards
polling the bus.
Thanks
Pete