Embedded system
Embedded system design using 8031
Why C
The super loop software architecture
Strengths and weaknesses of super
Sfrs and ports
Creating and using sbit variables
Creating “software delays”
Oscillator hardware
Keep clock frequency as low as possible
Improving stability of crystal
Reset hardware
Naked led
Use of pull up resistors
Driving low power load without using
Using ic buffer
What is multi segment led
Driving single digit
Reading switches
Example reading and writing bytes (review)
Example reading and writing bits (simple version)
Experienced c-programmers please note
Example reading and writing bits(gen)
Reading and writing individual port pins
The need for pull up resistors
Dealing with switch bounce
Example reading switch inputs (basic code)
Example counting goats
Adding structure to your code
Object oriented programming with C
All program code in single source file
The project header
Main.H
Why use project header
Embedded system design using 8031
Why C
The super loop software architecture
Strengths and weaknesses of super
Sfrs and ports
Creating and using sbit variables
Creating “software delays”
Oscillator hardware
Keep clock frequency as low as possible
Improving stability of crystal
Reset hardware
Naked led
Use of pull up resistors
Driving low power load without using
Using ic buffer
What is multi segment led
Driving single digit
Reading switches
Example reading and writing bytes (review)
Example reading and writing bits (simple version)
Experienced c-programmers please note
Example reading and writing bits(gen)
Reading and writing individual port pins
The need for pull up resistors
Dealing with switch bounce
Example reading switch inputs (basic code)
Example counting goats
Adding structure to your code
Object oriented programming with C
All program code in single source file
The project header
Main.H
Why use project header