Hello
I programmed my application's CAN communication using the can_pal component, and with SOSC clock enabled. In the PCB board, I do not wish to have an external oscillator and would like to switch CAN engine clock to SYS_CLK. However, I cannot find an option to change this and can_pal library just says that protocol clock frequency cannot be 0.
If I use the flexcan component, however, this option is present. Why is it not present in the can_pal library? Can I change it to use SYS_CLK while still using the can_pal component, or is it unavoidable to port all code to use the flexcan component?
Thank you.
已解决! 转到解答。