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.

question in building project in CCS3.3



Hi,
   I am using CCS3.3 to build my project, then I encoutered a problem, it indicated that:a value of type "unsigned short *" cannot be assigned to an entity of type "unsigned short".what does this mean?


   My souce code  is
  
    unsigned short myown[500];
   unsigned short *pm;
 *pm=myown;
 
 Thank you!