Embedded C language
A topic of debate about the phrase, “Do you work on Embedded C language?”.
I belong to the category who say there is nothing called Embedded C language, but C language for Embedded Systems. C language used for programming on embedded systems would need using the language in a smart way.
- Bit manipulations.
- Pointer Arithmetic.
- Usage of volatile, const, extern, …. etc
- cod optimizations of written code
The following link is a good one which has some basic questions about “C for Embedded”:
http://www.embedded.com/2000/0005/0005feat2.htm
Stay tuned for more posts…
Posted by : Someshwar D.
How does a device drivers switch from user mode to kernel mode?
device driver will not switch from user mode to kernel mode.