Lecture 18 Objectives: An Embedded System Is A System
Lecture 18 Objectives: An Embedded System Is A System
Lecture 18 Objectives: An Embedded System Is A System
Lecture 18.1
Telemetry to send
admittance signal
Electronics to
measure admittance
will be added to
existing automatic
defibrillation system
4
3
2
Right Ventricle
Lecture 18 objectives
Power
Manufacturability
by Jonathan W. Valvano
Left Ventricle
EE345L
Lecture 18.2
MSP430F2012 or MSP430F2013
1.8V to 3.7V, very low power
2 KiB EEPROM, 128 bytes RAM
14-pin PDIP package
10 I/O pins
SCI, SPI, I2C, 10/16-bit ADC
Debugger, assembler, compiler for free
Samtec SLM-104-01-G-S
TI MSP430F2012IN or MSP430F2013IN
5) Risk versus reward
Requirements Document (1 page)
1. Overview
1.1. Objectives: Why are we doing this project? What is the purpose?
1.2. Roles and Responsibilities: Who will do what? Who are the clients?
1.3. Interactions with Existing Systems:
LCD, Tech Arts board
2. Function Description
2.1. Functionality: What will the system do precisely?
2.4. Performance: Define the measures and describe how they will be determined.
2.5. Usability: Describe the interfaces. Be quantitative if possible.
3. Deliverables
3.1. Reports: Simply state the reports for Labs 8 and 11 will be written
3.2. Outcomes: Simply copy/paste the Lab 8 and Lab 11 deliverables.
Bill of Materials
Collect example parts during the design
3-D design
Power Budget
Average Current must be less than E/tlife
Strategies for low power design
Choose E clock frequency
Sleep mode
Turn off power to op amps
by Jonathan W. Valvano
EE345L
Lecture 18.3
Regulator
Fixed voltage, like 78M05
Adjustable voltage, LT1761
Low dropout voltage
by Jonathan W. Valvano
EE345L
Lecture 18.4
Batteries
However, embedded systems that use these types of battery will
require a voltage regulator to maintain a constant voltage for the
electronics. For example, a +5V 9S12DP512 will operate with a power
supply voltage from 4.5 to 5.25 V. The curve on the left is a BR1225
Lithium battery, which maintains a constant voltage until 85-90% of the
energy is discharged.
Type
Primary
Primary
Secondary
Secondary
Secondary
If you use a rechargeable battery, how will it be charged? If you use a disposable battery, how easy is it to change?
http://www.engineersedge.com/battery/battery_knowledge_menu.shtml
by Jonathan W. Valvano
EE345L
Lecture 18.5
A CLC filter can be used to create a blocking filter to separate current spikes generated by digital logic from
becoming voltage noise on analog power lines. This filter is also called a filter.
filter
Digital +5V
Analog +5V
C
For the inductor, one can use a ferrite bead. At DC the bead is essentially a short current. The ferrite bead increases both its
real and reactive impedance at high frequencies. The bead should be selected to have a large impedance at the digital clock
frequency. Panasonic makes a series of ferrite beads. In the following figure, X is the reactance (in ), determined by the
magnitude |jL|. R is the real part of the resistance (also in ), which also increase with frequency. |Z| is the overall
impedance. The Panasonic EXC-ELDR25C has a DC resistance of 0.08 , can conduct 7A DC, but has an 80- impedance
at 24 MHz.
Testing
Debugging interface, BDM, JTAG, Spy-Bi-Wire
Test points (big clip for ground)
Heart beats (LEDs or scope test points)
by Jonathan W. Valvano