2023-05-23 01:22 AM
2023-05-23 01:40 AM
Hello @MK.1ashin
what type of STM32 are you using ?
Regards
Diane
2023-05-23 02:16 AM
stm32U575
2023-05-23 02:17 AM
I was lucky with BR<2,5MBit/s, not more
2023-05-23 02:56 AM - edited 2023-11-20 04:50 AM
@mk.1ashin
Please find this configuration that give you FDCAN with baudrate at 8MBits/s.
Regards
Diane
2023-05-23
03:20 AM
- last edited on
2023-12-06
05:18 AM
by
Laurids_PETERSE
2023-05-23 03:20 AM
instead two 64 bytes packets
2023-05-23 03:21 AM - edited 2023-11-20 04:50 AM
2023-05-23 03:54 AM
I think Cube forgets to enable transceiver delay compensation, which is vital at that bitrate.
Anyway, "nominal" bit rate is for arbitration phase, which must not be faster than 1 Mbit/s, I think.
2023-05-23 04:14 AM
So you have to enable FD mode with BitRate Switching.
Then set "nominal" timing to max 1 Mbit/s, then "data" timing to 8 M.
Have you checked the U575 spec if its FDCAN can run with 160 MHz clock?
I just know the H7's, which has a limit of 100 MHz.