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.

Different clock source for peripheral

Other Parts Discussed in Thread: TM4C1231E6PZ

Hi,

I am using TM4C1231E6PZ . I want to set different clock for different peripheral means for timer have different source, ADC have different source ,RTC have different source in same program. please suggest me .

thank you.

  • Hello Chandrashekhar,

    I would suggest going through the Data sheet module specification. If the module has a register called XXXCC where XXX is the module name, then you can see the options the peripheral allows for as alternate clocking. Do also note that ADC has a limitation on the frequency ratio between the interface and functional clock.

    I would suggest creating a table of modules and the one's which support alternate clocking and then use the same to decide the application requirements.

    Regards

    Amit