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

Fast frequency hopping #8

Open
kaklik opened this issue Oct 28, 2015 · 0 comments
Open

Fast frequency hopping #8

kaklik opened this issue Oct 28, 2015 · 0 comments

Comments

@kaklik
Copy link
Member

kaklik commented Oct 28, 2015

The application which uses CLKGEN01A driver for rapid frequency tunnig should not need to call recall_nvm() method. Instead of this, the recall_nvm() should be called in CLKGEN init code only.

There is an example of such a wrong use case
https://github.com/MLAB-project/pysdr/blob/dev/detectors/noise_level.py

The better approach would be a holding the NVM data in the program memory, therefore there should not be a need to call slow I2C transaction.

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