Tool/software: Code Composer Studio
Hi,
To have a faster ADC read out we are planning to use 7.2MHz external clock on LMP90100 but we've faced with some problems. First of all we set ADC_AUXCN=0x10 (Datasheet Page 49) which chooses the external crystal and then we measured the DRDBY pin with a oscilloscope. Results show that we have speeded up which is good but not as much as our calculations. We used the equations below in the datasheet to calculate the ODR
ODR_Base1 = (CLKEXT) / (266,240) ( Page 23 )
ODR_Base2 = (CLKEXT) / (16,640)
but could not find any explanation about how to choose 266,244 or 16,640. How can i choose base1 or base2 ? By the way oscilloscope result looks like our external clock is divided with 266,240. Like ODR_Base1.
Second question is our oscilloscope shows periodic 4 signals which are close to each other and them 30 ms break and then 4 again which has ODR_Base1 result.
Thanks in advance.