Jump to content
  • 0

About Zmod ADC 1410 demo


Paul Chang

Question

Dear Sir,

I have some zmod ADC demo questions blow:

1.About USB104A7 ZmodADC Demo:

https://reference.digilentinc.com/reference/programmable-logic/usb104a7/zmodadc

This demo has length of command . What's the maximum length?

Can I save a large data size? 

 

2.I have checked the code below: 

https://github.com/Digilent/Eclypse-Z7-SW/blob/zmod_adc/master/ZmodADC1410_Demo_Linux/src/main.cpp

The TRANSFER_LEN  is  0x400 . Can I setup it and save the a large data size? 

 

Best Regards,

Paul

 

 

 

 

 

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

@Paul Chang,

The Digilent AXI support only allows up to 16383 (0x3FFF) contiguous samples per channel. If you eschew their AXI IP you can do better. Unfortunately, the board has no storage available to the PL so capturing large contiguous sample sets is problematic. I've made a lot of posts on ways to use the ZMOD PODs using methods that are an alternative to the Digilent support of the Eclypse-Z7 or using other platforms. 

Link to comment
Share on other sites

2 hours ago, Greatzwall said:

Could you give us the direct link to your post on ways to use the ZMOD PODs?

Well, you could do a search on the Digilent site for Eclypse-Z7 for comments and exchanges.

I've posted projects using ZMODs with some useful information in the Project Vault section:

https://forum.digilentinc.com/topic/20299-fun-with-phasors/

https://forum.digilentinc.com/topic/20331-more-fun-with-phasors/

I've posted about other projects here:

https://forum.digilentinc.com/topic/20153-capture-4-channels-of-120-million-adc-samples/

You could also view my profile for relevant posts. It's hard to track down all of the interesting posts related to the Eclypse-Z7.

The Eclypse-Z7 is limited** by design. The Xilinx AXI IP support for getting data from the ZYNQ PL to the ZYNQ PS external memory is limited. The Xilinx board design flow is limited. I've posted on ways to  capture more than 16383 consecutive samples using the Eclypse-Z7. I've also posted on using the XEM-7320 which is not a ZYNQ based platform. Digilent sells a non-ZYNQ board with 1 SYZYGY standard port but I haven't used it so I can't comment on it.

** By limited I mean 'limited in a way that's driven by unfortunate design decisions'.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...