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.

CC2652P: There may be an issue in "zclProcessInWriteUndividedCmd"

Part Number: CC2652P

In "zclProcessInWriteUndividedCmd", when "calculate the length of the current data header", the "hdrLen = j * sizeof( zclWriteRec_t )" should be "hdrLen = i * sizeof( zclWriteRec_t )" or "hdrLen = writeCmd->numAttr* sizeof( zclWriteRec_t )"