Other Parts Discussed in Thread: CC2530
cc2530的长地址是否在saveExtAddr的数组里?????
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.
NLME_GetExtAddr返回是一个byte类型的指针,这是一个数组的指针吗?
byte theMessageData[8]=0;
byte *sMAC=NLME_GetExtAddr();
osal_memcpy(theMessageData,sMAC,8);
我像上面这样做可以吗