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.

[SOLVED] FPGA Interfacing with ADC AD7606

Status
Not open for further replies.

Dalmayer

Newbie
Joined
Jun 21, 2022
Messages
3
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
26
Im building a Multi-channel electrical power data acquisition system based on AD7606 wich is an 8-Channel ADC with 16-Bit and 800 kSPS Bipolar Input.


Can anyone please suggest a suitable fpga Evaluation-Board to sample and control the ADC ?

For further development the Build in FPGA chip, should be available in markt.

Im completely new to the FPGA, Can somebody please help me out ASAP!!!

Thank you.
 

Hi,

I´m quite sure that any FPGA and FPGA board with suitable signal voltage levels can be used.
Sample/control isn´t a complex task for an FPGA.

But for sure in detail it depends on what the FPGA should do, how to process the data, how much RAM, what speed and what timing...and so on. Nobody knows better than you.

But you say "electrical power data acquisition". So why use bare ADCs, why not use dediccated energy metering devices? They do a lof of data processing for you.

Klaus

Btw: "ASAP!!!" often is counter-productive when you ask for free assistance. Nobody want to get stressed .. for no paid jobs.
 
Can anyone please suggest a suitable fpga Evaluation-Board to sample and control the ADC ?
I just took a peek....
Basically you can use any FPGA development board which has an FMC connector on it. It is one of the ways to transfer data to the FPGA.
If you chose Xilinx, go for some Series 7 FPGA dev board.
 

Hi,

I´m quite sure that any FPGA and FPGA board with suitable signal voltage levels can be used.
Sample/control isn´t a complex task for an FPGA.

But for sure in detail it depends on what the FPGA should do, how to process the data, how much RAM, what speed and what timing...and so on. Nobody knows better than you.

But you say "electrical power data acquisition". So why use bare ADCs, why not use dediccated energy metering devices? They do a lof of data processing for you.

Klaus

Btw: "ASAP!!!" often is counter-productive when you ask for free assistance. Nobody want to get stressed .. for no paid jobs.
Thank you so much for your reply !!
and im really sorry, i didn't mean it that way
 

If your sample rate was not so high this can be done 1 chip. One example (could have been differential
input, simple config of ADC and mux to do that) -

1657015070581.png


The control logic (also onchip) used -

1657015136481.png


Overall the chip has these resources, multiple copies in many instances -

1657015239915.png


Compiler and IDE (PSOC Creator) free.

Chip has logic fabric for custom design work. User community has done some
components in addition to basic library supplied as show in above pic (a component
in POSOC lingo is an onchip resource), like DDS, CPLD, 74HC logic elements, state
machines. User can design custom component with schematic capture or verilog
or both.

Each onchip component has a rich set of APIs supplied for programming.

Infineon (previously Cypress) PSOC 5LP family.



Regards, Dana.
 
Last edited:

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top