I'm using nRF52832 and S132 based on nRF5 SDK v14. I get a error code 4 when I add DFU service refer to the experimental_ble_app_buttonless_dfu . The SDK has changed so much compare the sdk v13. I have tried to increase the attribute table size and adjust the IRAM1 start address and size settings. Besides,I also try to set :
ble_cfg.common_cfg.vs_uuid_cfg.vs_uuid_count = 0;
But the problem still couldn't be resolved. Could anyone give me some advice? Thanks