Other Parts Discussed in Thread: SYSCONFIG
Hi Team,
How can my customer configure CLKSRCSEL? There is no setting to configure this in SysConfig.
Best regards,
Mari Tsunoda
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
Any update on this?
Best regards,
Mari Tsunoda
Hi Ming,
Can they change MCAN clk source via syscfg?
Best regards,
Mari Tsunoda
Hi Ming,
As shown in 4.19 MCAN Integration chapter in the TRM, shouldn't they be able to select one of the clk sources via mux?
Best regards,
Mari Tsunoda
Hi Mari,
Yes. You can change the clock source with the following register, but you cannot do it in syscfg:
In the example mcan_loopback_interrupt_am263x-cc_r5fss0-0_freertos_ti-arm-clang, the MCAN1 clock source is set to 80Mhz using SOC_RcmPeripheralClockSource_DPLL_CORE_HSDIV0_CLKOUT0 as the clock source by SOC_moduleSetClockFrequency() in Module_clockSetFrequency() of ti_power_clock_config.c (a syscfg generated file). It is fixed though.
Best regards,
Ming