Guest
#1172539
hello friends
i hv some problem in flash writing basically in typecast plz any body
give me any example to write in flash i am using some code like this
/**************************************************/
char ch='a';
u32 temp=0;
u32 a=0;
temp=0;
*(vu32*)(0x400c0000+a) = (u32)(ch++);
temp = (*(vu32*)0x400c0000+a);
temp=(temp&0x000000ff);
DebugSerial1((u8)temp);
a+=4;
/*****************************************/
but this is giving error
robin