Tool/software: TI-RTOS
Ti 15.4 stack sensor communicates with collector normally, collector power off, sensor becomes isolated node, callback status is E8?
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.
Tool/software: TI-RTOS
Ti 15.4 stack sensor communicates with collector normally, collector power off, sensor becomes isolated node, callback status is E8?
Can you try to reproduce this with an unmodified sensor example? it looks like you have made modifications to the code because your sensor is not sending the orphan notification. Based on the status that you are getting my guess is that you have made modifications to the function "sendScanReq" or you added a call to the function "ApiMac_mlmeScanReq" and you are calling it with incorrect parameters
Okay, I'm debugging it myself. I'll give you feedback if there's a problem.
Another question for consultation.
In Features. h, I used FEATURE_ALL_MODES, and now there is a memory crisis, and I want to use the non-beacon mode, FEATURE_ALL_MODES instead of FEATURE_NON_BEACON_MODE, is that all right?