Hello,
I am developing on the NRF54L15 DK board, using the SDK v3.1.0 and v3.1.0 toolchain. I am trying to use the macro NRF_RADIO_INT_RSSIEND_MASK, but RADIO_INTENSET_RSSIEND_Msk is not defined. How do I define this macro?
Thanks!
Hello,
I am developing on the NRF54L15 DK board, using the SDK v3.1.0 and v3.1.0 toolchain. I am trying to use the macro NRF_RADIO_INT_RSSIEND_MASK, but RADIO_INTENSET_RSSIEND_Msk is not defined. How do I define this macro?
Thanks!
Hello,
EVENTS_RSSIEND is not in the radio registers for nRF54L series, which is the reason for RADIO_INTENSET_RSSIEND_Msk not being defined for that family.
I can see that this other DevZone user was asking about EVENTS_RSSIEND and was advised to use TASKS_RSSISTART and RSSISAMPLE within its valid time period RSSI_period.
Best regards,
Maria
Hello,
EVENTS_RSSIEND is not in the radio registers for nRF54L series, which is the reason for RADIO_INTENSET_RSSIEND_Msk not being defined for that family.
I can see that this other DevZone user was asking about EVENTS_RSSIEND and was advised to use TASKS_RSSISTART and RSSISAMPLE within its valid time period RSSI_period.
Best regards,
Maria