Embedded C Basics1
Embedded C Basics1
2
✓ Each processor is associated with an embedded
software.
3
❖ Earlier, many embedded applications were developed using
assembly level
4
About C Language
➢ There are certain words that are reserved for doing specific
tasks. These
program.
1
3
SFR Register:
Preprocessor directives:
1
7
Local
variable
A local variable is a variable declared within
a function, and it is valid only to be used
within that function.
1
8
Main () function
The execution of a program starts with the main
function. Every program uses only one main ()
function.
projects.
2
0
2
1
2
2
2
3
2
4