ZCU111 OFDM example user-defined Tx data

Hi, there,

I could run the ZCU111 OFDM example fluently. But I have a question here. If I could use custom Tx data? Just modify the buffer data below?
The Vivado block design shows it has Tx DMA, which means I could define the Tx data, right? But there is not ‘dma.sendchannel.transfer()’ in driver program. Where I could modify it?

Thank you in advance!

image

Ref:

1 Like

Hi, there,

Is anyone familiar with it? Thank you!

BR

Hi there,

I don’t think you would be able to insert custom data with that design. The symbols are being generated by the ofdm_transmitter IP block, which is generated from a Simulink model. The DMAs are just used to tap into the Tx and Rx paths to inspect what is being generated by the various IP blocks.

There’s an AGC example I believe that does arbitrary data transmission via DMA here. Can’t think of many more off the top of my head… Hope this is helpful.

Thanks
Shawn

1 Like

Hi, Skalade,

Thank you so much! I will study about it.

BR