Hi everyone, I am currently using EVAL AD916X RF DAC and ADS7 V2 EBZ Data Capture Kit on a project.
AD9162
Recommended for New Designs
The AD9162 is a high performance, 16-bit digital-to-analog converter (DAC) that supports data rates to 6 GSPS. The DAC core is based on a quad-switch architecture...
Datasheet
AD9162 on Analog.com
AD9164
Recommended for New Designs
The AD91641 is a high performance, 16-bit digital-to-analog converter (DAC) and direct digital synthesizer (DDS) that supports update rates to 6 GSPS....
Datasheet
AD9164 on Analog.com
Hi everyone, I am currently using EVAL AD916X RF DAC and ADS7 V2 EBZ Data Capture Kit on a project.
Hi Ckrv ,
Thanks for your interest in AD9164.
The error you encountered came from the method/function jesd204Core.Tx.DownloadVector() of dll file from DPGDownloader software. The possible reason for this is due to large object size limit in .NET
So DPGDownloader might be able to generate large vectors or open vector files of unlimited size, but it would fail when trying to download the array size greater than 2GB. The error System.OutOfMemoryException: Array dimensions exceeded supported range can be avoided by changing the page file size to grow automatically, just watch out for Out of Disk space.
You can follow this wiki guide for handling large memory usage: Preparing your Laptop or PC for Large Captures [Analog Devices Wiki]
Also, would you be able to provide the text file you generated (5e+9 samples vector) that allows you to load and play?
Hi Ckrv ,
Thanks for your interest in AD9164.
The error you encountered came from the method/function jesd204Core.Tx.DownloadVector() of dll file from DPGDownloader software. The possible reason for this is due to large object size limit in .NET
So DPGDownloader might be able to generate large vectors or open vector files of unlimited size, but it would fail when trying to download the array size greater than 2GB. The error System.OutOfMemoryException: Array dimensions exceeded supported range can be avoided by changing the page file size to grow automatically, just watch out for Out of Disk space.
You can follow this wiki guide for handling large memory usage: Preparing your Laptop or PC for Large Captures [Analog Devices Wiki]
Also, would you be able to provide the text file you generated (5e+9 samples vector) that allows you to load and play?
Hi Deferson, the vector array size that I generated from MATLAB is lower than 2 GB. Also,I checked instructions in link that you attached above, "Automatically change page size" option is already selected. Do you have any solution about this problem?