Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
9 years, 9 months ago.
can_reset() stops the communication
I'm using can.h's functions to develop a can controlled system on a LPC11C24F based hardware. However, every time i'm calling the can.reset() function, the system always fails to re-communicate again. So, i wonder if the function is only for mbed specific hardware platform.
What does the can_reset() function do? Is it freeing up the memory allocated by the can object and recreating the object again?