Tool/software:
In the process of adjusting the ARM Cortex-M4 core frequency to 200MHz and the R5F core frequency to 400MHz, if the input frequency of QSPI (Quad Serial Peripheral Interface) needs to be modified to 75MHz, this may affect other external settings using the same clock source For example, if the CAN (Controller Area Network) controller also relies on this clock source, its input frequency will also be equal to 75MHz.
According to
CanBuad=SourceClk/(RatePrescalar+1)/(TimeSeg1+TimeSeg2+3)
SamplePoint=1−(TimeSeg2+1)/(TimeSeg1+TimeSeg2+3)
how to realized baud rate: 500K arbitration rate, 2M data rate