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

NRF_ERROR_NO_MEM nrf52810, S112, SDK15

I have this error.

In a last time with same error on a nRF52832 I decided this problem with increase:

Fullscreen
1
2
3
4
5
6
7
8
9
10
// <o> NRF_SDH_BLE_GATTS_ATTR_TAB_SIZE - Attribute Table size in bytes. The size must be a multiple of 4.
#ifndef NRF_SDH_BLE_GATTS_ATTR_TAB_SIZE
//#define NRF_SDH_BLE_GATTS_ATTR_TAB_SIZE 1408
#define NRF_SDH_BLE_GATTS_ATTR_TAB_SIZE 2000
#endif
// <o> NRF_SDH_BLE_VS_UUID_COUNT - The number of vendor-specific UUIDs.
#ifndef NRF_SDH_BLE_VS_UUID_COUNT
#define NRF_SDH_BLE_VS_UUID_COUNT 3
#endif
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

On the 52832 it works. But on the 52810- project fall. 

How to fix it?

May be should increase some memory?

Another problem- I can't tune RTT viewer for nrf52810.

1 2 3 4