brennbar67
Member level 3

Programming problem...
Hi all,
I'm curious to know that if i din casting the statement , is it can works?
Example:
With casting : ((volatile unsigned short *)0x00000)[offset] = value;
without casting: volatile unsigned short* 0x00000[offset] = value;
So is it will working??
Any1 know the answer??
Hi all,
I'm curious to know that if i din casting the statement , is it can works?
Example:
With casting : ((volatile unsigned short *)0x00000)[offset] = value;
without casting: volatile unsigned short* 0x00000[offset] = value;
So is it will working??
Any1 know the answer??