Dear,
I have the evaluation board called miniModula167 by PHYTEC. The microcontroller mounted is the Infineon C167CR-LM.
So, I have problems to config the CAN bus communication. My strategy to test is to connect the CAN connector from the miniModula 167 to a PC-CAN-USB by PEAK, and I start a monitor PC-USB program in the local PC.
For creating the source code and configuration files, I use DAVE application and in the main file, I just wrote some instructions to send a message by CAN, so I theoricaly could view this message in the monitor PC-USB running in the PC.
Basically I use two functions from the DAVE generated files: while ( !CAN1_ubRequestMsgObj(1) ); CAN1_vTransmit(1);
However, I cannot see any messages sent to throught CAN. (I am using CAN cable to connect the devices).
So, does someone have experience using this evaluation board and CAN bus? Or could someone help me on this tasking?
Thank you in advance