cancel
Showing results for 
Search instead for 
Did you mean: 

volatile keyword

ersoz
Associate II
Posted on July 17, 2010 at 21:39

volatile keyword

This discussion is locked. Please start a new topic to ask your question.
2 REPLIES 2
swhite2
Associate III
Posted on May 17, 2011 at 13:59

The first hit of a Google search.

http://www.netrino.com/node/80

Posted on May 17, 2011 at 13:59

Have you actually read the description in K&R? That should give you enough information to apply to any context - embedded or otherwise!

Any decent 'C' textbook should mention this; eg, 

http://publications.gbdirect.co.uk/c_book/chapter8/const_and_volatile.html

See also: 

http://www.8052.com/forumchat/read/175943

 (not specific to 8052!)

A complex system that works is invariably found to have evolved from a simple system that worked.
A complex system designed from scratch never works and cannot be patched up to make it work.