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

Ble examples dont work

Hello,

I have a problem with ble_peripheral examples.

  • Im using Embedded Studio V3.40 and I setup it like in this tutorial: devzone.nordicsemi.com/.../segger-embedded-studio-a-cross-platform-ide  - (../../../../../../components/device; FLASH_START=0x1B000 SRAM_START=0x20001870; NO_VTOR_CONFIG; s130_nrf51_2.0.1_softdevice.hex, modified thumb_crt0.s and flash_placement.xml )
  • SDK: nRF5_SDK_12.3.0_d7731ad
  • Board: nrf51422 DK (pca10028)
  • Windows 7

Blinky example (from peripheral) works fine. I was trying pure blinky example and with a SoftDevice and everything looks ok (leds are blinking). I have a problem with every examples from ble_peripheral compiled and run from Embedded Studio. Hex files works good.

When i try ...\examples\ble_peripheral\ble_app_template\pca10028\s130\arm5_no_packs and i will start debug i can see that program stops at SVCALL(SD_SOFTDEVICE_ENABLE, uint32_t, sd_softdevice_enable(nrf_clock_lf_cfg_t const * p_clock_lf_cfg, nrf_fault_handler_t fault_handler));.

I add that I'm verry begginer. Anyone can help me?

Thank You Slight smile

Parents Reply Children
Related