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

Adding more characteristics to a custom service is not working on NRF52

Configuration: nRF5_SDK_13.0.0_04a0bfd PCA10040 ARMGCC

Background:

I have created custom service based on ble_nus service. I have created 4 characteristics with notify support and maximum length of 4 bytes for each characteristics. The service works fine.

Issue: When i try to add the 5th characteristics to this new service, the software is not working. do not even see the log messages from RTT.

Any hint on possible errors would be helpful . thanks

Related