This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

CAN controller communication

Hi,

I want to debug the can protocol using uvision 4 for lpc2368
But i am not able to get receive interrupt in the debug mode
though i have enabled interrupt for the same
It is possible to do that by using command window??
If any one knows pls suggest me for the same

  • uVision is a software debugger - not a protocol analyser.

  • Have you verified that you do have an electrically sane connection, and that you have correctly initialized the CAN controller? The uVision debugger have full support for viewing the status of the CAN controller of the LPC23xx chips.

    Obviously, you have to write own trace code for actual protocol analysis - the uVision debugger will only debug your source code, while allowing you to see the state of the CAN controller and in some situations play with the hw state.