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!
Related