This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

S132 return 0x04 error when I add DFU service using SDK14

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

Related