Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs
This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Characteristic not updating after moving it to app stack

Hello, I hope you are doing well.

I am using the nRF52832 with the SDK16. After adding some new custom characteristics, I didn't have enough space in the BLE_GATTS_VLOC_STACK, so I moved the characteristic data location to BLE_GATTS_VLOC_USER. After that one of the characteristics is still showed but the value of the characteristic is not updating.

    attr_md.vloc    = BLE_GATTS_VLOC_USER;

  • Do you know where it could come from ?
  • Is it possible to add memory space to BLE_GATTS_VLOC_STACK ?

Best regards,

Related