LimeSDR low level control

Hi everyone,

Perhaps I’m using the wrong search terms, but I can’t seem to find any information on controlling individual registers programmatically via C.

What could I do if I wanted to upload a custom filter to the TSP for example?

Thanks in advance!

Hi @gwong

The LimeSDR API is documented here in the LimeSuite.h header file. This API is for the libLimeSuite.so / dll libraries depending on which OS you are using.

I can see there are functions to program both FPGA and LMS registers, though I have not tried this part.

1 Like