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
  • In case this is relevant for anyone:
    If you were not using fast ramp-up in your nRF52 project, don't forget to explicitly turn off fast ramp-up mode with NRF_RADIO->TIMING = 0x0 the nRF54L, because for nRF52 at reset it is set to normal ramp-up, while for the nRF54L the default is fast ramp-up.  (It took me a few hours to find this :) )

Children
No Data
Related