nRF54L15-DK: Periodic "rx failed error" (1, 2, 9) in 802154_phy_test example

Hello, I am currently experiencing an issue with the 802154_phy_test example on the nRF54L15-DK board, and I would appreciate your technical support.

[ Environment ]

- Hardware: nRF54L15-DK

- SDK: nRF Connect SDK v3.3.0

- Toolchain: nRF Connect SDK Toolchain v3.3.0

- Application: 802154_phy_test example (Default configuration)

[ Symptom / Problem ]

When running the example without modification, the following error messages are continuously printed on the console log:

- "rx failed error 1!" - "rx failed error 2!" - "rx failed error 9!"

[ Additional Context ]

- The errors appear randomly without any specific pattern or constant period.

- To rule out any RF interference or multi-path fading from the surrounding environment, we conducted a test in the middle of a wide-open soccer field. However, the exact same errors occurred.

- We have not modified the core PHY test source code. Could you please provide insight into what causes these specific error codes (1, 2, and 9) during RX operations? Any suggestions on how to debug or resolve this issue would be highly appreciated. Thank you.

Parents
  • Hi

    Do the errors happen as soon as you start the sample project, or once you start an RX test on the sample with rstart?

    If you don't have an external transmitter, and the RX is running, it will just scan for packets, and if you're in a "generic" office environment it will likely pick up random packets on the band from various devices, and these would likely be invalid in some way, which would explain the error messages I think.

    Best regards,

    Simon

Reply
  • Hi

    Do the errors happen as soon as you start the sample project, or once you start an RX test on the sample with rstart?

    If you don't have an external transmitter, and the RX is running, it will just scan for packets, and if you're in a "generic" office environment it will likely pick up random packets on the band from various devices, and these would likely be invalid in some way, which would explain the error messages I think.

    Best regards,

    Simon

Children
  • Hi Simon,

    The errors are occurring immediately after the initial boot, prior to any command entry, including the 'rstart' command.

    As you can see from the attached image, the error messages appear right after powering on the device, without any user intervention.

    Additionally, my nRF54L15 DK version is PCA10156 1.0.0 2025.48.

    Best regards,

    Jiyong

Related