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

nRFgo Studio

What is a difference between sevices.h and services_lock.h?

Parents
  • If you use the array defined in services_lock.h, the service setup will be written to the OTP memory in the chip, so you can avoid having to load the setup at each startup. However, this memory can only be written once, so you should be certain that the setup is as you require it to be before you do this.

    Please take a look at chapter 9 in the nRF8001 Product Specification for details.

Reply
  • If you use the array defined in services_lock.h, the service setup will be written to the OTP memory in the chip, so you can avoid having to load the setup at each startup. However, this memory can only be written once, so you should be certain that the setup is as you require it to be before you do this.

    Please take a look at chapter 9 in the nRF8001 Product Specification for details.

Children
No Data
Related