Other Parts Discussed in Thread: SYSCONFIG
Tool/software:
Hello,
I started CAN application from TI examples which include SysConfig. Everything works, but there is a detail I don not understand.
Where in the code is the source of the CAN clock selected ? This should be done in CLKSRCCTL2 register but
- it seems that clocktree.h, that SysConfig generates, does not affect this register. Anyway, TI examples does not use this file, but device.c
- it seems that Device_Init does not set this register.
So, is this selection set by its default value ? Which DriverLib function should I use to set the source of the CAN clock properly ?
Thank you in advance.
Vincent