You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is not implemented in SoapyLMS7.
I do not know about SoapySDR itself, maybe it has default implementation that just calls writeRegister() multiple times.
Any reasons why writeRegisters is not implemented in SoapyLMS7? Is it because SPI_write_batch takes an array of addresses and an array of data, while Soapy's API is a single address and array of data?
SoapyLMS7 implements
writeRegister
but notwriteRegisters
:LimeSuite/SoapyLMS7/SoapyLMS7.h
Line 240 in 23b6172
LimeSuite/SoapyLMS7/Settings.cpp
Line 703 in 4ab24db
Is it not possible to write to several registers on the Lime with the Soapy API? Or am I missing something?
This is related to the post Frequency hopping transmit where I would like to write 2 registers in one call.
The text was updated successfully, but these errors were encountered: