nRF21540 implementation on a nRF52840 without OS

Hi

I'm looking for an example implementaion code on the nRF52840 without an operating system. Is there some example or application note?

I connected the SPI and all IO Pins. I have no Zephyr code.

Regards

Parents Reply
  • Hi

    Normally for working with the nRF21540 in the nRF Connect SDK, Kconfig handles most of the includes, libraries and drivers.
    Therefore, if someone wanted to add nRF21540 functionality to their project, it should be as simple as building for a different board.
    I would recommend them to have make a custom board using inspiration from the nrf21540dk_nrf52840 to include the nRF21540 into their BLE application, in addition to the documentation I have already provided to you.

    While this likely is not the same as your workflow, it might be able to help you some.

    Regards,
    Sigurd Hellesvik

Children
Related