Hi,
Please find below the trace of CAN FD acquisition on the vehicle with PCAN-Explorer 6.
I tested also the condition : if ((RxMsgCan2.msgtype == CAN_MSGTYPE_FDF) || (RxMsgCan2.msgtype == CAN_MSGTYPE_BRS)) and it does'nt work all my message are rejected.
I hope the trace can help !
Search found 2 matches
- Mon 13. Nov 2023, 12:08
- Forum: PCAN-Router FD
- Topic: CAN FD message rejected by PCAN-router FD
- Replies: 3
- Views: 4541
- Thu 9. Nov 2023, 09:12
- Forum: PCAN-Router FD
- Topic: CAN FD message rejected by PCAN-router FD
- Replies: 3
- Views: 4541
CAN FD message rejected by PCAN-router FD
Hello,
I'm using PCAN Router FD to recieve CAN FD Msg and send CAN 2.0 Msg
When a message received on CAN2, I added a condition to test if it is a CAN FD msg or not.
this is my main fucntion :
int main ( void)
{
HW_Init();
// init CAN
CAN_UserInit();
// set green LEDs for CAN1 and CAN2 ...
I'm using PCAN Router FD to recieve CAN FD Msg and send CAN 2.0 Msg
When a message received on CAN2, I added a condition to test if it is a CAN FD msg or not.
this is my main fucntion :
int main ( void)
{
HW_Init();
// init CAN
CAN_UserInit();
// set green LEDs for CAN1 and CAN2 ...