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

Is there a getting started from scratch guide for the S132 Softdevice?

I'm trying to create a project from scratch that can use the S132 Softdevice, but I am constantly running into problems trying to get the correct headers, preprocessor macros, c files, etc.

Is there a guide or even just a list of "stuff you need" to use the S132 Softdevice? Starting from one of the samples is NOT an option.

Parents
  • Hi Curtis,

    I am afraid that we do not have a guide or list showing the c-files, headers, preprocessor symbols etc needed when creating a project using the S132 SoftDevice as this will vary from application to application.

    Why is using one of our template projects/examples not an option? They show which headers, c-files and pre-processor symbols needed to use the S132 for many different applications. If you dont want to modify one of the templates/examples, then I strongly suggest that you use them as a reference when creating your custom project.

    If you could you provide some details about your use-case, then I can try to point you in the right direction in terms of which files and defines you need to add.

    Best regards

    Bjørn

  • The Nordic Led Button Service(lbs) source files are located in components/ble/ble_services/ble_lbs and the ble_lbs service is initalized in services_init() in main().

    The GCC compiler is invoked in the Makefile, look for the CC variable.

    The NRF52_PAN_XX flags refers to fixes of hardware anomalies described in the nRF52 Erata, found here.

Reply Children
No Data
Related