This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Software development start nrf52840

I am really struggling with getting started with software development of the nrf52840. I have looked at the SDK but I don't understand where I can find what SoftDevice I need since I am using bluetooth?

Also, I am having trouble finding scripts for setting up drivers like UART, I2C, etc. and where I can access all their handlers and link er scripts. Information of if I need to change linker scripts or MMIO mapping. 

Parents Reply
  • Hi.

    In addition to Jays comment I would like to add that you can find examples for the peripherals on the nRF52840 ( UART, ADC, I2C etc) under the directory path: SDK_ROOT\examples\peripheral\

    You can find the documentation for the examples here. The projects are already configured for the development kit. You only have to chose the correct Board folder. The board ID of the nRF52840 development kit is PCA10056. 

    regards

    Jared

Children
Related