The latest library version 25, the attach function doesn't work using CAN can(P0_21, P0_22)
but works fine using CAN can(P2_7, P2_8) . Everything else seems ok, I can read and send, but just doesnt generate a attach interrupt apon recieving a message. Yet P2_7,P2_8 works?
Has this bug been fixed? I see that the problem was identified in 2010. I am trying to use the attach function but it doesn't work. Another guy who seems to be having the same problem: http://mbed.org/forum/mbed/topic/1395/?page=1#comment-21929
I tried using both P9/P10 and P30/P29. It doesn't work in either case.
Any help will be appreciated.
Has this bug been fixed? I see that the problem was identified in 2010. I am trying to use the attach function but it doesn't work. Another guy who seems to be having the same problem: http://mbed.org/forum/mbed/topic/1395/?page=1#comment-21929
I tried using both P9/P10 and P30/P29. It doesn't work in either case.
Any help will be appreciated.
can2.attach function on P30/P29 works as expected.\\
http://mbed.org/users/ym1784/code/CAN_LOG_SD/
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.
The latest library version 25, the attach function doesn't work using CAN can(P0_21, P0_22)
but works fine using CAN can(P2_7, P2_8) . Everything else seems ok, I can read and send, but just doesnt generate a attach interrupt apon recieving a message. Yet P2_7,P2_8 works?
Thanks Jason