
1. 我想在 nrf 54l15 中使用 CONFIG_ESB_FAST_SWITCHING,但好像 l15 不支持,只能在 H 系列上使用?
如果 l15 支持,我该如何使用呢?通过移除 SOC_NRF54H20_CPURAD 来实现吗?

ESB_SHORT_DISABLE_MASK 

1. 我想在 nrf 54l15 中使用 CONFIG_ESB_FAST_SWITCHING,但好像 l15 不支持,只能在 H 系列上使用?
如果 l15 支持,我该如何使用呢?通过移除 SOC_NRF54H20_CPURAD 来实现吗?

ESB_SHORT_DISABLE_MASK 
Hi Liny,
Could you please rewrite your post in English? I tried using a machine translator, but the result seems wrong, and I can't understand the questions, aside from #1.
Regarding #1, it's indeed true that ESB Fast Switching is only supported experimentally on the nRF54H20. It is simply not supported on the nRF54L15 at the moment.
Hieu
ok, Sorry, I forgot to switch to English.

2.By the way, why can't CONFIG_ESB_FAST_SWITCHINGand ESB_SHORT_DISABLE_MASKcoexist? Is there any conflict between them? In the code snippet, if CONFIG_ESB_FAST_SWITCHINGis defined, then ESB_SHORT_DISABLE_MASKwill not be enabled.

3.If I configure CONFIG_ESB_FAST_SWITCHING, will the radio not automatically disable after generating the END signal, leading to increased power consumption? How can I reduce power consumption?
4.What is the difference between the radio's events_phyendand events_endsignals? Why is events_phyendcommonly used instead of events_endon the NRF54L15?
ok, Sorry, I forgot to switch to English.

2.By the way, why can't CONFIG_ESB_FAST_SWITCHINGand ESB_SHORT_DISABLE_MASKcoexist? Is there any conflict between them? In the code snippet, if CONFIG_ESB_FAST_SWITCHINGis defined, then ESB_SHORT_DISABLE_MASKwill not be enabled.

3.If I configure CONFIG_ESB_FAST_SWITCHING, will the radio not automatically disable after generating the END signal, leading to increased power consumption? How can I reduce power consumption?
4.What is the difference between the radio's events_phyendand events_endsignals? Why is events_phyendcommonly used instead of events_endon the NRF54L15?