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

Unexpected error from app_error_handler

Hi, I have developed the custom services for nrf52832 with sdk16 in SES

in write character

Sometimes the write option works fine

unexpected error after write function and system get hanged

while i debug the nrf52832.

I received error state like

and in nrf connect  show

ERROR8(0x8)  gatt conn timeout

ERROR 133(0x85) gatt error

suggest me to overcome this error

Parents Reply
  • Hi Sunil, 


    When the device "hang" the CPU is stuck in a loop somewhere and doing something. You would need to find a way to debug it. 
    I already sent you the link to the debug guide. You need to set a break point in the assert handler, check which function causing the issue. Then we can try to help you.
    We can't help with just the information that if you connect to wrong Bluetooth device, you device hang.  We don't know the code you made, we can't really help. 

Children
No Data
Related