can you please help me to connect without error
example code ble peripheral i try all examples but get same error, i use sdk v15.3 and segger embedde studio v 6.32
can you please help me to connect without error
example code ble peripheral i try all examples but get same error, i use sdk v15.3 and segger embedde studio v 6.32
Hi
0x8C8 means that the SoftDevice has asserted. This could point to you trying to initialize a peripheral that is already in use for example. What changes have you made to the example project you're working on?
Best regards,
Simon
Hi
0x8C8 means that the SoftDevice has asserted. This could point to you trying to initialize a peripheral that is already in use for example. What changes have you made to the example project you're working on?
Best regards,
Simon
sorry for late answer now all work fine i just change
// <0=> NRF_CLOCK_LF_SRC_RC
// <1=> NRF_CLOCK_LF_SRC_XTAL
// <2=> NRF_CLOCK_LF_SRC_SYNTH
#ifndef NRF_SDH_CLOCK_LF_SRC
#define NRF_SDH_CLOCK_LF_SRC 1 here 1 to 2 and now connect and work fine