HI,
I am building "esb_ptx" sample in NRF54L15-PDK, by using CONFIG_DYNAMIC_INTERRUPTS, but it;s always reset like below;How to config the prj.conf to enable CONFIG_DYNAMIC_INTERRUPTS? thanks
HI,
I am building "esb_ptx" sample in NRF54L15-PDK, by using CONFIG_DYNAMIC_INTERRUPTS, but it;s always reset like below;How to config the prj.conf to enable CONFIG_DYNAMIC_INTERRUPTS? thanks
Hello,
Is this ok if you share your project with me? So, I can test this here. I can make your case private.
Thanks.
BR
kazi
HI,
I will test it with nRF54L_DK in NCS V2.8.0 to see whether it works or not, if not, i will send the project to you.
HI,
I will test it with nRF54L_DK in NCS V2.8.0 to see whether it works or not, if not, i will send the project to you.
HI,
You can set this CONFIG_MPSL_DYNAMIC_INTERRUPTS=y while building the sample.
HI,
I add CONFIG_MPSL_DYNAMIC_INTERRUPTS=y ,It works OK now. Thanks very much!