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.

LAUNCHXL-CC1350: FH Mode , dataCnf: 所帶的參數意義

Part Number: LAUNCHXL-CC1350

LAUNCHXL-CC1350

sensor and collector example FH mode, 

配對入網後 sensor 端的 UART 會一直都到 dataCnf: 64
 

請問這是什麼意思,哪裡可以查到狀態的意義?

感謝!

  •  macMcpsDataCnf_t         dataCnf;           /* MAC_MCPS_DATA_CNF */ 

    /* MCPS data confirm type */
    typedef struct
    {
      macEventHdr_t      hdr;              /* Contains the status of the data request operation */
      uint8              msduHandle;       /* Application-defined handle value associated with the data request */
      macMcpsDataReq_t   *pDataReq;        /* Pointer to the data request buffer for this data confirm */
      uint32             timestamp;        /* The time, in backoffs, at which the frame was transmitted */
      uint16             timestamp2;       /* The time, in internal MAC timer units, at which the
                                              frame was transmitted */
      uint8              retries;          /* The number of retries required to transmit the data frame */
      uint8              mpduLinkQuality;  /* The link quality of the received ack frame */
      uint8              correlation;      /* The raw correlation value of the received ack frame */
      int8               rssi;             /* The RF power of the received ack frame in units dBm */
      uint32             frameCntr;        /* Frame counter value used (if any) for the transmitted frame */
    } macMcpsDataCnf_t;

    一般如果数据请求发送到其条目是不在邻居表中的节点,则会发生 dataCnf: 64