Change of Can FD timing
Posted: Tue 5. Nov 2024, 06:57
Hello,
I need your advice for my application using PCAN-Router FD.
1. CAN2 is fixed setting as CAN 500K (#define _80M_500K_80____2M_80_ISO_NEW { CAN_CLOCK_80M, 4, 31, 8, 8, 96, 0, 1, 4, 7, 2, 2})
2. CAN1 is two kind of setting as CAN-FD (1) #define _80M_500K_80____2M_80_ISO_CANFD {CAN_CLOCK_80M, 2, 63, 16, 15, 96, 0, 1, 2, 15, 4, 4}
(2) #define _80M_500K_70____2M_75_ISO { CAN_CLOCK_80M, 2, 55, 24, 2, 96, 0, 1, 2, 14, 5, 5}
My intention is that change CAN1 setting as (1) or (2) via CAN2 message by another device.
If I send message of ID 0x771 via CAN2, CAN1 change to setting as (1).
If I send message of ID 0x772 via CAN2, CAN1 change to setting as (2).
I cannot sure it is possible or Not. Can you advice to me?
Thanks,
I need your advice for my application using PCAN-Router FD.
1. CAN2 is fixed setting as CAN 500K (#define _80M_500K_80____2M_80_ISO_NEW { CAN_CLOCK_80M, 4, 31, 8, 8, 96, 0, 1, 4, 7, 2, 2})
2. CAN1 is two kind of setting as CAN-FD (1) #define _80M_500K_80____2M_80_ISO_CANFD {CAN_CLOCK_80M, 2, 63, 16, 15, 96, 0, 1, 2, 15, 4, 4}
(2) #define _80M_500K_70____2M_75_ISO { CAN_CLOCK_80M, 2, 55, 24, 2, 96, 0, 1, 2, 14, 5, 5}
My intention is that change CAN1 setting as (1) or (2) via CAN2 message by another device.
If I send message of ID 0x771 via CAN2, CAN1 change to setting as (1).
If I send message of ID 0x772 via CAN2, CAN1 change to setting as (2).
I cannot sure it is possible or Not. Can you advice to me?
Thanks,