Does anyone know how to get the CAN window to show up in the peripheral pull down menu in uVision2? I downloaded the CAN example from Keil. Couldn't get it to work with my Phytec demo board. So, I copied the can code files and functions from the Keil example on the web into an example project that came with the Keil tools for the Phytec board(blinky). The stuff compiles without error, loads and runs great with the uVision2 debugger. The problem is now the CAN selection is missing from the peripheral pull-down menu????? Why? I just want to see what the CAN bus stuff is doing.
Have you selected a C16x CAN device for your project? If you select a device that doesn't have an on-chip CAN controller, the CAN dialog doesn't appear in the debugger. Jon
The CAN Debug dialog is not implemented for the Monitor in the moment. It is only available in the simulator that provides also full simulation of the CAN interface. The Monitor based dialog will come till Jan 2002.