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

Complete example for nRF52832 using SDK 12.2.0

I am migrating a project from SDK 12.1.0 to 12.2.0. According to this question the RAM base needs to be defined in ble_stack_init(). The examples that come with SDK 12.2.0 don't reflect this change. Are there any examples for SDK 12.2.0 that work out of the box?

Parents
  • I believe the examples work out of the box with Soft Devices included in it. If you want to work with different Soft Device then you need to adjust SD API and memory layout (this actually depends, can be the same). Is there any particular example in SDK v12.2.0 which doesn't work for you?

Reply
  • I believe the examples work out of the box with Soft Devices included in it. If you want to work with different Soft Device then you need to adjust SD API and memory layout (this actually depends, can be the same). Is there any particular example in SDK v12.2.0 which doesn't work for you?

Children