Kinetis KL82 Microcontroller ADC speed

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

Kinetis KL82 Microcontroller ADC speed

1,085 次查看
christophapel
Contributor I

Dear support team,

we would like to use above platform to captur analog data with 16bit resolution and 24kHz sampling frequency.

(we know that effective number of bits will be less).

We are worried since technical reference manual states:

Applications may require continuous sampling of the ADC (4K samples/sec) that may have considerable load on the CPU. The ADC can trigger the DMA (via DMA req) on conversion completion.

pls clarify why (4K samples/sec) is stated, we don´t see this value in reference manuals of other Kinetis platforms.

One could interpret this sentence as "maximum continuous sampling rate is 4K samples/s" which we don´t think/hope is the case.

thanks and regards,

Christoph

标记 (1)
0 项奖励
回复
1 回复

1,031 次查看
Robin_Shen
NXP TechSupport
NXP TechSupport

Hi Christoph,

No special meaning for this data (4K samples/sec).
You can see other new version manual also include this:

4K samples sec.png

ADC data can be found in datasheet:

Crate.png

It just for tips: Using DMA move ADC result can reduce the load on the CPU for high sample rate continuous ADC use case.
Otherwise, you may have to manually move the ADC result data at a higher frequency.

Best Regards,

Robin

 

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

0 项奖励
回复