Other Parts Discussed in Thread: SYSCONFIG
Dear TI Experts,
I am dealing with bit timing configuration for MCAN module on the LPAM243 demo board.
After reading the Technical Reference Manual my understanding is that the CAN bit-time depends on the functional clock period, and after some debug i was able to discover that the functional clock frequency is set to 80MHz in the auto-generated file ti_power_clock_config.c from the sysconfig.
But i am not able to find any configuration from the Sysconfig GUI regarding this value and since we are developing aur custom-board i want to gain a deeper understanding of how it works.
Well, here are my questions:
- How is possible to configure the MCAN functional clock frequency since Sysconfig does not seem to be useful?
- Why the MCAN_initSetBitTimeParams function set to default values the MCAN_DBTP and MCAN_NBTP registers regardless of the functional clock frequency? Shall the functional clock frequency be always the same value (80MHz)?
Best regards