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

pca10056 sd_softdevice_enable return error.

Hi Guys,

I know there are a lot if topicks about issue with "sd_softdevice_enable". I read them all and nothing help me.

I try to run "nRF5_SDK_17.0.0_9d13099\examples\ble_central\ble_app_blinky_c" example on my new pca10056 board without any changes except optimisation level and  function "sd_softdevice_enable" returns error which lead to assert:

<error> app: ERROR 1332543487 [Unknown error code] at D:\ws\NRF\prj\nRF5_SDK_17.0.0_9d13099\examples\ble_central\ble_app_blinky_c\main.c:322

PC at: 0x000299AD

I have:

pca10056, revision 2.0.1

SDK: nRF5_SDK_17.0.0_9d13099.

IDE: IAR

sdk_config.h

ble_app_blinky_c_iar_nRF5x.icf

Please help to resolve this issue.

Parents
  • Hi, 

    I try to run "nRF5_SDK_17.0.0_9d13099\examples\ble_central\ble_app_blinky_c" example on my new pca10056 board without any changes except optimisation level and  function "sd_softdevice_enable" returns error which lead to assert:

    I downloaded a new SDK 17.0 and changed the optimization level on the example, and it worked with every level. Which leads me to think that you have changed something in your project. Have you initialized the error code? What is called at line 322 in your main file?

    best regards

    Jared 

Reply
  • Hi, 

    I try to run "nRF5_SDK_17.0.0_9d13099\examples\ble_central\ble_app_blinky_c" example on my new pca10056 board without any changes except optimisation level and  function "sd_softdevice_enable" returns error which lead to assert:

    I downloaded a new SDK 17.0 and changed the optimization level on the example, and it worked with every level. Which leads me to think that you have changed something in your project. Have you initialized the error code? What is called at line 322 in your main file?

    best regards

    Jared 

Children
No Data
Related