This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

address match

Hi,I am using nrf51822,I want to know more about address0 address1,prefix and adderss match,where can I find more detailed document exept <<nRF51_Reference_manual v1.1>>

Parents
  • I'd say that 16.1.2 and 16.1.4 should cover this, if you use the radio directly. See especially figure 19 and table 17, and note that the least significant byte and the least significant bit goes first on air, and the prefix byte last.

    However, if you use the softdevice or Gazell/ESB, you shouldn't use any of these registers directly, and you should instead use the API functions provided to set addresses.

Reply
  • I'd say that 16.1.2 and 16.1.4 should cover this, if you use the radio directly. See especially figure 19 and table 17, and note that the least significant byte and the least significant bit goes first on air, and the prefix byte last.

    However, if you use the softdevice or Gazell/ESB, you shouldn't use any of these registers directly, and you should instead use the API functions provided to set addresses.

Children
No Data
Related