2024-02-09 05:23 AM
Hello. I have three question about using classical CAN frame with FDCAN controller.
I am using STM32H743VIT6 MCU on my PCB.
1. If system clock(label in ioc file: SYSCLK) is too low, can it make impossible to use CANbus?
2. If I using only classical CAN frame, does Nominal bit timing parameter(Nominal Sync Jump Width, Nominal Prescaler, Nominal Time Seg1/2) only consider and Data bit timing parameter ignored? or both bit timing parameter use for CAN 2.0 communication?
2.1 I am using KVASER Bit Timing Calculator to set timing parameter. what is appropriate sample point value for STM32H743?
2.2 There is Tseg1, Tseg2, SJW at KVASER Bit Timing Calculator for CAN FD. Does Tseg1 = Time Seg1, Tseg2 = Time Seg2 and SJW = Sync Jump Width?
3. If I using only classical CAN, may I use CAN transceiver which is not supporting FDCAN?
(I already make PCB and I use CAN transceiver which didn't supporting FDCAN...)
Thank you.
Solved! Go to Solution.
2024-02-09 05:45 AM - edited 2024-02-09 05:59 AM
Hello,
1. If system clock(label in ioc file: SYSCLK) is too low, can it make impossible to use CANbus?
Too low? how much? and why?
If you are in Classical CAN config, Data timings are ignored.
2.1 The sample point position depends on the bitrate:
2.2 There is Tseg1, Tseg2, SJW at KVASER Bit Timing Calculator for CAN FD. Does Tseg1 = Time Seg1, Tseg2 = Time Seg2 and SJW = Sync Jump Width? --> Yes
2024-02-09 05:45 AM - edited 2024-02-09 05:59 AM
Hello,
1. If system clock(label in ioc file: SYSCLK) is too low, can it make impossible to use CANbus?
Too low? how much? and why?
If you are in Classical CAN config, Data timings are ignored.
2.1 The sample point position depends on the bitrate:
2.2 There is Tseg1, Tseg2, SJW at KVASER Bit Timing Calculator for CAN FD. Does Tseg1 = Time Seg1, Tseg2 = Time Seg2 and SJW = Sync Jump Width? --> Yes
2024-02-09 04:20 PM
Hello SofLit.
Thank you for your reply!
I am using 12MHz SYSCLK and 40MHz for FDCAN. Is it too low?
I have to make it low as possible for low power consumption. (but I can't change MCU for low power.)
Therefore, If there is clock under limitation for system clock frequency, please let me know the minimum system clock frequency for CAN communication.
Thank you again.
2024-02-13 09:10 AM
See my reply in this thread: https://community.st.com/t5/stm32-mcus-products/stm32h743vi-fdcan-didn-t-works-as-classical-can/td-p/638308