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

WIP: Make RegFifoTxBaseAddr and RegFifoRxBaseAddr registers use configurable #16

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

akloboucnik
Copy link
Contributor

In LoRa::new these are set to 0 which is not default (RegFifoTxBaseAddr
is 0x80 after reset). This however cannot be modified after LoRa
structure creation - so e.g. in LoRa::configure it cannot be configured
back to the same value (0) as in LoRa::new.

@akloboucnik akloboucnik changed the title Make RegFifoTxBaseAddr and RegFifoRxBaseAddr registers use configurable WIP: Make RegFifoTxBaseAddr and RegFifoRxBaseAddr registers use configurable Aug 10, 2022
In LoRa::new these are set to 0 which is not default (RegFifoTxBaseAddr
is 0x80 after reset). This however cannot be modified after LoRa
structure creation - so e.g. in LoRa::configure it cannot be configured
back to the same value (0) as in LoRa::new.
@akloboucnik akloboucnik force-pushed the make-fifo-base-addr-configurable branch from b49fa4c to 586adb8 Compare August 10, 2022 12:52
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

Successfully merging this pull request may close these issues.

1 participant