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

error_code = 0xDEADBEEF

Hello! I'm using the evaluation kit and i have two questions: firstly, I'm trying to make up a program that allows the communication between two modules, on one side a glucose meter and on the other side a Smartphone application (re-using ble_app_uart). It worked good until three days ago the Bluetooth started to disconnect when the nRF should send the data. I followed the problem and I found this: error_code: DEADBEEF Line_num: 0x00000343 s_file_name: 0x73,0x72,0x63,0x5C,0x6C,0x6C,0x5F,0x6F,0x2E,0x73,0x30,0x2E,0x63 and I can't figure out what is the source of this error ! and don't know how to correct this. Can tell me what the source of this problem is and how to make the program work?

Secondly: there is any documentation that explain how to interface the stack with the application? Thank You.

Related