koheron-sdk icon indicating copy to clipboard operation
koheron-sdk copied to clipboard

Using the slow auxiliary ADCs on the Red Pitaya

Open Rondin119 opened this issue 5 years ago • 1 comments

Hello,

I am interested in using the auxiliary ADCs on the RedPitaya, is this currently supported by Koheron? I need to have 6 signals available simultaneously to do the analysis I want. I did not see an example where the aux ADCs were used, but I may have missed it.

If it is not supported could you point me in the direction of how I would modify the SDK to support this function?

Thank you

William

Rondin119 avatar May 08 '19 18:05 Rondin119

The laser controller example at examples/red-pitaya/laser-controller/ has xadc use. In this example, the inputs are available at the C++ level. If you need them on the FPGA, the XADC wizard core in Vivado has an option stream out the data in AXI.

arakholia avatar May 15 '19 21:05 arakholia