Hi,
I have to configure sampling point in CAN FD as below.
■ sampling point
- Arbitration phase : bitrate 1000kbit/s , 87.5% sampling point
- Data phase : bitrate 5Mbit/s , 87.5% sampling point
■ MCU : MPC5748G(176pin)
My steps:
1. First select the clock source



so the maximum PE clock is 40MHZ.

2. calculate
Data phase calculation formula:
Sample point = (propagation segment + Phase segment1 +2)/(propagation segment + Phase segment1 + Phase segment2 + 3)
Bitrate = PE Clock /((propagation segment + Phase segment1 + Phase segment2 + 3)*(Prescaler Division + 1))
The known conditions: PE Clock = 40Mhz , Bitrate = 5Mbit/s , Sample point = 0.875
The results:

The problem:
1.Does MPC5748G support my configuration?
2.Is the official recommended baud rate and sample point configuration table available?(Because the configuration value calculated by oneself can result in the lose data, For example: Data phase :2.5Mbit/s 87.5%Sample point will lose of data)