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

No BLE device founfd

CHip:52840

Flash Assign:softdevice S140 0x00000000-0x0026000   Ram 0x20000000-0x20003000

                         SDK  v15.3    0x0026000-0x00800000        Ram 0x20003000-0x40000000

example:  ble_app_hids_mouse

Compile OK

But Can not  find BLE device  in app.how?

Parents Reply
  • Could you try to enable RTT logging, and see if you see any logs?

    Also, try to debug the ble_app_blinky with SEGGER Embedded Studio, and figure out where exactly in the code it breaks.

    • First, put a breakpoint in the start of main:

    • Then run it:

    Okay, it reaches the breakpoint

    Set a new breakpoint:

    • Then run it:

    Okay, it reaches the breakpoint

    • Then continue until it doesn't reach the breakpoint and give me the exact function that causes this.

    could you provide the call stack after the error happens (see image below)?

    Best regards,

    Simon

Children
Related