Need to increase ADC Speed after ADC Calibration in MK60 Device

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Need to increase ADC Speed after ADC Calibration in MK60 Device

496 次查看
nbjasani
Contributor III

Hi,

   I am working on MK60DN510VMD10 device, software tool is MCUXpresso IDE, i used SDK Files. 

   As per document suggested i configure ADC before doing ADC Calibration. That configuration as follows.

  -> Reference Voltage = Vref (not Valt).

  -> Clock Source = Bus/2 (In my case Bus Clock is 50MHz).

 -> Asynchronous clock is disable.

 -> 8 Clock Divider. (According to that fADCK = 3.125MHz).

 -> Resolution is 16 Bits.

 -> High Speed, Low Power and Continuous Conversion are disable.

 -> Enable Hardware averaging with 32 Samples.

 After this configuration i do ADC Calibration. But now i need to increase fADCK to 6.25MHz after ADC Calibration. My question is, Is there any effect in Calibration after increasing ADC Clock?

Thanks

Nandish Jasani.

2 回复数

441 次查看
Robin_Shen
NXP TechSupport
NXP TechSupport

Hi Nandish Jasani,

6MHz or less having a lower frequency means that the SAR has more sample time, therefore less room to give wrong calibration values.

But the calibration results can be affected by the clock source, frequency, power and conversion speed settings, voltage reference, hardware average function, the sample time and to a much lesser extent, environment. 

Q: Is there any effect in Calibration after increasing ADC Clock?

A: yes. Please do ADC calibration with fADCK=6.25MHz.

Best Regards,

Robin

 

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

441 次查看
nbjasani
Contributor III

Thanks Robin Shen, 

    I understand your point.

Best Regards,

Nandish Jasani.

0 项奖励