Hello ADI Team,
We want to implement using an ADRV9002 a TDD system with Frequency Hopping but without having a predefined repeatable sequence of Tx/Rx frames. In other words, we want to set the next HOP frame to Rx or Tx in a random way.
- If we use the automated TDD, is it possible and how to change the RX/Tx Pins and Rx/Tx DMA asserts on the fly?
- If Not, we have to implement two separate frames, one frame for Rx and one frame for Tx, so we can configure the next automated TDD frame while the current is on.
- Is a solution like this possible, to configure the next automated TDD frame while the current is on?
- In the structure adi_fpga9001_TddFrameTiming_t, If we set the frameStartTrig to ADI_FPGA9001_TDD_TRIGGER_GPIO instead of ADI_FPGA9001_TDD_TRIGGER_IMMEDIATE, how to assign a GPIO to trigger the automated TDD Enable?
- If we don’t use the automated TDD but we take advance of Tx/Rx Enables and Hop Pin GPIO,
- what is the best way to trigger the Tx/Rx DMAs in order to align with the TDD Enablements Delays?
- How to assign a GPIO to trigger the Tx/Rx DMA?
- Could you advise other solutions?
Thanks in advance.
gstou