I am working on reading an External 3 bit parallel CMOS ADC (44MSPS) digital output through teensy 4.0/4.1 board, my only concern if the teensy 4.0/4.1 can handle this amount of samples then print them in the IDE serial monitor?
I have CLK_OUT pin from the ADC can I use it to synchronize the ADC parallel bits with teensy board ?
thanks in advance
Does this mystery part have an actual part number. Or better still can you post a link to the data sheet?
What amount of samples, sure you told us at a rate 44MSPS but for how long?
the ADC in actually a part of MAX2771 front-end receiver and this is datasheet: (https://datasheets.maximintegrated.com/en/ds/MAX2771.pdf )
I wish to collect a minimum of 10 second of data
are you sure the Teensy can process 44MSPS?
if you are sampling for 10seconds what will you do with all that data?
the maxium I ever attempted to sample was 20MSPS from two ADCs using a Texas DSP board (cost about £5K) which were sent continuously over Ethernet to a PC for processing using Matlab
I have worked with sampling high speed ADCs before, most high speed EVO boards are compatible and provided with specific processing interface.
Unfortunately, MAXI2771EVKIT does not come with a processing part.
all I can do is receive the sampled data from the digital pins with a microprocessor as they stated.
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.