Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem reading .ini #1

Open
brunaandrew opened this issue Jul 17, 2018 · 1 comment
Open

Problem reading .ini #1

brunaandrew opened this issue Jul 17, 2018 · 1 comment

Comments

@brunaandrew
Copy link

Hi,

Trying to read and load config from .ini file (created via SAVE in Lime Suite - tried with "Default" config)

Always fails as per following:
.........
File "C:\Program Files\PothosSDR\lib\python2.7\site-packages\SoapySDR.py", line 1606, in writeRegister
return _SoapySDR.Device_writeRegister(self, *args)
RuntimeError: SoapyLMS7::WriteRegister(RFIC0, 1600) FAIL

Set verbose = 1 (showed up a few separate minor issues)

The process proceeds ok until the following:
.........
Writing register bank : RXGFIR3c MAC = 2
Writig register bank : RSSI_DCCAL MAC = 1
Traceback (most recent call last):.....

Failure occurs at this point...

@brunaandrew
Copy link
Author

Update - traced the problem to the SoapySDR write of RSSI_DCCAL
deleted RSSI_DCCAL from LMS7002_REGDESC_MR3.py and read of ini file works - while write cause error message (actual register is updated on LMS7002 chip)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant