Hi, I would ask my problem for IPEH-002215 as bellow.
1. I used firmware of PEAK-DevPack/Hardware/PCAN-Router_FD/Examples/10_CAN_FD.
2. PCAN Router FD Cannot Receive from My CAN Board, although PCAN-USB can received. I want resolve problem of PCAN Router FD receive.
I tryed PEAK-DevPack/Hardware/PCAN-Router_FD/Examples/01_Router, but still cannot receive on PCAN Router FD.
Pls See attached my test result. I need your help. Let me know if you have question my test.
Thanks,
Please don't upload powerpoint files. - Admin
PCAN Router FD CAN RX Problem
Re: PCAN Router FD CAN RX Problem
I would attached new ppt file.
-
- Sales & Support
- Posts: 1083
- Joined: Fri 20. Sep 2019, 13:31
Re: PCAN Router FD CAN RX Problem
Hello,
Make sure you use the right bitrate and the same sample-points, in CAN FD this is extremely
important. Before we proceed any further make sure the bitrate is 100% correct.
BR
Marv
Make sure you use the right bitrate and the same sample-points, in CAN FD this is extremely
important. Before we proceed any further make sure the bitrate is 100% correct.
BR
Marv
---
Marvin Heidemann
PEAK-Support Team
Marvin Heidemann
PEAK-Support Team
Re: PCAN Router FD CAN RX Problem
I found fx solution for this problem.
1. Example of PACN Router - No Receive from my CAN (not CANFD) 500K - 80%
2. thie is Receive Ok.
I don't know why Example _80M_500K_80____4M_80_ISO cannot CAN receive, although same baud rate and sample point of 500K - 80%.
Thanks,
1. Example of PACN Router - No Receive from my CAN (not CANFD) 500K - 80%
Code: Select all
#define _80M_500K_80____4M_80_ISO { CAN_CLOCK_80M, 1, 127, 32, 1, 96, 0, 1, 1, 15, 4, 1} // 80 MHz, 500K 80%, 4M 80%, ISO
Code: Select all
#define _80M_500K_80____2M_80_ISO_NEW { CAN_CLOCK_80M, 4, 31, 8, 8, 96, 0, 1, 4, 7, 2, 2} // 80MHz, 500K 80%, 2M 80%, ISO
Thanks,
Last edited by K.Wagner on Wed 21. Aug 2024, 08:31, edited 1 time in total.
Reason: Code formatted for better reading
Reason: Code formatted for better reading
-
- Sales & Support
- Posts: 1083
- Joined: Fri 20. Sep 2019, 13:31
Re: PCAN Router FD CAN RX Problem
Hello,
one has a data-bitrate of 2 Mbit/s, the other one has 4 Mbit/s...
Or did you modify them=?
BR
Marvin
one has a data-bitrate of 2 Mbit/s, the other one has 4 Mbit/s...
Or did you modify them=?
BR
Marvin
---
Marvin Heidemann
PEAK-Support Team
Marvin Heidemann
PEAK-Support Team