I can't see any headers for this board and MCU in the current 17.0.2 SDK. Are board headers available anywhere yet? Should that be pca10095.h or something else?
Thanks,
Roger
I can't see any headers for this board and MCU in the current 17.0.2 SDK. Are board headers available anywhere yet? Should that be pca10095.h or something else?
Thanks,
Roger
I don't think nRF5340 is supported in the nRF5 SDK - you need the nRF Connect SDK ... ?
Possibly. I see "nrf5340_application.h" and related headers in both. But there is no board definition in either that I can see. The connect SDK looks like it has a Zephyr configuration for the board, but I'm not interested in using Zephyr. I'm just looking for a standalone header, if such a thing exists.
Hi Roger,
The nRF Connect SDK relays on the Zephyr configuration for the board.
Not sure what is your application. For Bluetooth Low Energy, this Zephyr sample is designed specifically to enable the Bluetooth LE Controller functionality on a remote MCU (for example, the nRF5340 network core) using the RPMsg Messaging Protocol as a transport for Bluetooth HCI.
There are some samples that work without Zephyr. The nRF5340 network core supports samples that directly use the radio peripheral without Zephyr, for example, Radio test. nRF Connect SDK provides NFC samples that are available for nRF5340. These samples run only on the application core and do not require Zephyr and any firmware for the network core. You can take a look.
-Amanda H.