Limitations
When working with the nRF 802.15.4 Radio Driver, you should be aware of the following limitations. In addition, see Known issues for temporary issues that will be fixed in future releases.
- IRQ priority limitations
Application and device drivers (excluding those compliant with Multiprotocol Service Layer) must not use IRQ priority higher than
NRF_802154_SWI_PRIORITYandNRF_802154_SL_RTC_IRQ_PRIORITY.- KRKNWK-11204: Transmitting an 802.15.4 frame with improperly populated Auxiliary Security Header field will result in assert
Workaround: Make sure that you populate the Auxiliary Security Header field according to the IEEE Std 802.15.4-2015 specification, section 9.4.
- KRKNWK-12482: Reception of correct frames will occasionally end in failure with error
NRF_802154_RX_ERROR_RUNTIME This issue can occur for the
nrf5340dk_nrf5340_cpunettarget if a custom application (other thannRF5340: Multiprotocol RPMsgsample or IEEE 802.15.4 over RPMsg sample) is used.