8 years, 8 months ago.

mbed-rtos conflict with mbed-CAN

I have an application running on an LCP4088 that uses it's CAN interface. The software to access the CAN interface is the stock routines in mbed-CAN. I need to get this software communicating over ethernet. Ethernetlibrary has mbed-rtos as a dependancy.

The mere act of dropping the mbed-rtos library into the project causes the CAN interface to stop working.

This is a rather major issue for me. It seems that rtos is re-writing some of the existing mbed library routines. (wait in particular)

Is there any known work around for this issue. Is there any known ethernet library that works with a '4088 that does not need the rtos library?

Question relating to:

Official mbed Real Time Operating System based on the RTX implementation of the CMSIS-RTOS API open standard. cmsis, rtos, RTX
Be the first to answer this question.