User Profile
Collapse
-
thanks now i got something understood -
No.actually i need to know how to write into a NOR FLASH memory region....i have written something but while reading it,the value is different....If anu one knows the concept of writing ascii values in flash memory,please replyLeave a comment:
-
Is any Device driver experts in the forum?
Hi,
if anyone knows device driver strong please reply.....i need help regarding this -
What will happen when typecasting 8 bit pointer to 16 bit pointer?
Hi all,
I have one unsigned char array[2] of 8 bit.it contains value of same type.i tried to assign to unsigned short(16 bits) pointer by type casting.now how will be the value stored in a pointer.please refer this example code.
how will be the value stored in the memory while reading if...Code:unsigned char t[2]; unsigned short *p; t[0]=1; t[1]=2; *p=(unsigned char *) *t;
No activity results to display
Show More
Leave a comment: