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.

C2000 v4.9.4: Pointer to array is not being correctly assigned to another pointer variable

Guru 20045 points


7673.TestCodeIssue.zipHello,

Please see attached CCS6.1.1 project.

pTEST123->u8array is not being correctly assigned to pu8Data.  After stepping over lilne 64 ( pu8Data = pTEST123->u8array;), pu8Data  = 0x0.

Could you please tell me why this is happening.

Note: The attached program is only an example program, which has the same issue as my actual program.

Thanks,
Stephen