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 Reply Children
  • Not exactly. It should be possible to see the log from the responder as well as the tester. I just tested the throughput example in a fresh version of the SDK v17.0.2, and I was able to run it successfully. Here is a screenshot of both tester and responder. Can you also provide a log of your responder so we can see if it stops at the same point as well? If so, I think you should open an RTT viewer to see the debug log on your devices. The test should run by itself as long as you have an active responder and type run in the tester terminal.

    Best regards,

    Simon

Related