As shown in subject, I tried to register many BLE services, DIS, BAS, HTS, and Custom Service. Then nRF52832(and nrf52840 preview) has stopped by an error of NRF_ERROR_NO_MEM.
I guess the system has not enough memory for registration of many BLE service, because no error happened if decreases BLE services. but I don't know how to increase memory for BLE services.
Of course I tried to change RAM_START and RAM_SIZE, but NRF_ERROR_NO_MEM stll happened.
could anyone tell me how to increase memory for BLE services?