I'm doing a research project that requires simultaneous receiving on two adjacent frequency channels (e.g., 2400MHz and 2420MHz) with a single receiver device. I want to use TransceiverToolbox's Simulink HDL Targeting function for ease of development.
For this purpose, I understand that I can use either an FMCOMMS5 or an ADRV9002 RF daughter card, right?
So, I see that ADRV9002 currently only supports ZCU102 SoC in the TransceiverToolbox which seems too large for us. I'm just wondering will the ADRV9002 be supported for targeting in zc706 or zed board? I see that since the hdl_r2021 version, the hdl adrv9001 projects support these two boards.
Hi!
Sorry for the very late response! Did you solve your issue? We missed your question because this isn't our main forum, and we don't check it so often. You should've posted this question in FPGA Reference Designs - EngineerZone forum (FPGA/HDL related stuff). If we can still help you, please let us know and post the question in the mentioned forum.
Best regards,
Cristi
Thank you for your response.
My question is simple: Will Transceiver Toolbox's HDL targeting support the ADRV9002 + ZC706 platform? I notice that the HDL reference design includes this combination.
I understand that this issue pertains to Transceiver Toolbox instead of FPGA reference design, so I was told that I should post it in this forum.
Hi,
Currently, we don't offer support for ADRV9002 + ZC706/ZED on Transceiver Toolbox's. But you can check out these resources:
Best regards,
Cristian
Alright, thanks for the reply! I think I'll get a ZCU102 for HDL targeting of the ADRV9002.
Would you mind sharing if there are any plans to expand Transceiver Toolbox support to more ADRV9002 carriers, including the ZC706 and even the new Jupiter SDR?
Hello wonderfulnx ,
I think we actually did have support for those in the past, but since they are no more supported, our help is limited.
Here you can try uncommenting this section in plugin_board.m and replicate the adrv9002/zcu102 design files by replacing zcu102 with zc702. Also, add zc702 in the fpga list from ports.json#L903, and check if the block design connections from matlab_processors.tcl need to be updated.
There might be other scripts that need to be updated in this manner, in order to be able to build the design.
Hope this helps you,
Stanca
Regarding Jupiter SDR, please check out this wiki page: Jupiter SDR [Analog Devices Wiki].
Also, getting-jupiter-image-to-work might be of interest in your case.
Thank you for your response! I think I will look into the details you mentioned in the Transceiver Toolbox’s implementation if the need for the ZC706 becomes clear. For now, I’ll be using the ZCU102.