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!