Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Programming issue about casting a statement

Status
Not open for further replies.

brennbar67

Member level 3
Member level 3
Joined
Jul 26, 2004
Messages
54
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,288
Activity points
580
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??
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top