Anyone attempted an SDK port to NRF54L?

Has anybody attempted a port of the SDK to NRF54L yet?  I would be more than willing to help pitch in on the effort.  I will be taking a serious crack at a minimal implementation.  Nordic made the mistake of posting their full datasheet, so it should be feasible, and at this point my efforts are more out of spite than anything.

I was tricked into thinking baremetal was actually available for nRF54L due to Nordic's deceptive marketing materials, and put an nRF54L onto a dev board, but now have learned that I am still stuck with Zephyr build system, which is a non-starter.  Honestly it feels like part of a conspiracy at easily back-dooring of all Nordic-based IOT devices. As Qualcomm takes over Arduino, I don't think this is far-fetched.  Wouldn't be surprised if Nordic is getting CIA funds to implement Zephyr.

Parents
  • Hi David,
    Unfortunately, we do not support "true" bare metal in the sense you are describing here. However, you could check out nrfx as it contains drivers that can be used without the need of integrating other parts of the SDK into them. To avoid doing absolutely everything from scratch, they also come with the MDK package which contains definitions of register structures and bitfields, as well as startup and initialization files.

    Best regards,
    Benjamin

Reply
  • Hi David,
    Unfortunately, we do not support "true" bare metal in the sense you are describing here. However, you could check out nrfx as it contains drivers that can be used without the need of integrating other parts of the SDK into them. To avoid doing absolutely everything from scratch, they also come with the MDK package which contains definitions of register structures and bitfields, as well as startup and initialization files.

    Best regards,
    Benjamin

Children
No Data
Related