Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Confused in Choosing MCU having higher sampling rate!!

Vaibz27

Newbie
Joined
Dec 30, 2023
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
12
Hi,

I am looking for a microcontroller which could take 1000 samples from sensor within 10ms. Can also anyone can help me who to calculate using the operating frequency?
 
What is resolution you want for the A/D ?

These will do 1 Msps, 12 bits, SAR, and what is also onchip (multiple copies in many cases) :

1703938865758.png


PSOC 5LP, 4 a reduced set, 6 dual core.....


Regards, Dana.
 
10 kHz sampling rate is possible with many uC, e.g. PIC18. Acquisition can be triggered by a timer. You probably want a uC with larger RAM capacity to store the samples.
 
According to the datasheet of each controller ,
You have to know what is the sampling time of your controller (see data sheet )
Also deponds the ADC clock cycles

For example

Tconv = Sampling time + 12.5 cycles
Example: With an ADCCLK = 14 MHz and a sampling time of 1.5 cycles: Tconv = 1.5 + 12.5 = 14 cycles = (14cycles/14MHz) = 1 µs

So 14cycles take 1 micro second ie 1 reading of ADC @ 14MHz
ie, for 1000 samples takes 1milli second .
 
Hello!

But we don't know if the sensor is analog or digital. If it's analog, yes, it's fast with the ADC and DMA,
then you get an interrupt every half buffer which allows some continuity.
If it's digital and with a significantly long frame, for instance in SPI, then it takes time.

Example: 10 MHz SPI, 40 bits frame -> 4µs per sample. Maybe with a timer + DMA, not sure.

Dora.
 

LaTeX Commands Quick-Menu:

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top