This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

关于sdk_error_handler()?

IT team

My program always fall into sdk_error_handler() after working several hours. the call stack is like this:

sdk_error_handler()

hci_command_complete_event_handler(?)

sdk_hci_event_indication_callback(?,?,?)

hci_transport_read_data()

ht_read_task_start_routine()

my program based on MSPEXP-PAN13XX-SDK-GA's accelerometer. I just modify them receiving data from UCA0 and sending by appl_send_spp_data(0). It works well for several hours and always fall into sdk_error_handler(). What's the SDK_WRONG_EVENT_RECEIVED?

regard