Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs
This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Throughput ATT MTU Test stuck after "Notifications enabled"

Hi, 

I am running the example ble_app_att_mtu_throughput with the nRF5 SDK on two nRF52840-DK dev kits. I have flashed both dev kits with S140 soft devices prior to flashing the program. I am using the armgcc toolchain. 

The problem I am seeing is that the test gets stuck after the printout "Notifications enabled". On the dev kit side (both the tester and responder) we are stuck with LED2 (this is 

BSP_BOARD_LED_1 in the SDK, LED2 on the PCB silk screen) lit up on both dev kits, which I believe is the LED that indicates that the test is ready to go. 
Can someone help point where to debug? I noticed that one of the flags in is_test_ready is probably not getting set but I don't know why. 

Thank you!
Parents
  • Hi

    Have you followed the steps for setup and testing in the example documentation? After this message I think the device is waiting for the other DK, so I don't think it is stuck, but rather waiting. Please make sure that you've put one DK in responder mode and one in the tester mode.

    Have you made any changes to the example project at all?

    Best regards,

    Simon

Reply
  • Hi

    Have you followed the steps for setup and testing in the example documentation? After this message I think the device is waiting for the other DK, so I don't think it is stuck, but rather waiting. Please make sure that you've put one DK in responder mode and one in the tester mode.

    Have you made any changes to the example project at all?

    Best regards,

    Simon

Children
Related