Differences in RADIO register sets between nRF52 and nRF54

I want to control RADIO using the TimeSlot API of nRF54L15.
I have already created the code for nRF52.
However, it seems that RADIO control of nRF54L15 is slightly different from nRF52.
Please tell me how to migrate. (DirectionFinding/ChannelSounding related settings are not required.)

Parents Reply
  • The RADIO POWER register on nRF52 is used to "reset the radio". From the register description "The peripheral and its registers will be reset to its initial state by switching the peripheral off and then back on again.".

    On the nRF54L15, there is no POWER register, and it's now replaced by the new TASKS_SOFTRESET register, from the register description . "Reset all public registers, but with these exceptions: DMA registers and EVENT/INTEN/SUBSCRIBE/PUBLISH registers. Only to be used in DISABLED state."

Children
No Data
Related