Skip to content

Non-existing registers #629

Answered by morganrallen
Haismd03 asked this question in Q&A
Feb 12, 2023 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

Not sure where you're getting some of this info from but SyncWord in fact only works in LoRa mode, not FSK.

0x80 in this case is the Write Enable Bit, actual register addresses are only 7-bit. This is briefly described in section 4.3 SPI Interface

The first byte is the address byte. It is comprises:
* A wnr bit, which is 1 for write access and 0 for read access.
* Then 7 bits of address, MSB first.

Hope this clears things up.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Haismd03
Comment options

Answer selected by Haismd03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants