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.

Sample code demo 5 error: COMMAND PACKET ERROR

Hi everyone,

I am running the sample demo code, and it failed when running demo 5. Below is the error message.

I found that the error occurs even before downloading the bmp. I did a little bit of debugging, and found that the error occurs in this line:

LCR_CMD_SetPatternSeqSetting(&patSeqSet);

When going into this function, it actually fails in here:

if(LCR_CMD_PKT_SendCommand())

Does any one went through this before?

Thank you.