LPC2148 USB Audio Device Example
This USB example project implements an USB Audio Device that connects via the USB interface to the PC. It may be used on the following devices:
LPC2141
LPC2142
LPC2144
LPC2146
LPC2148
An USB Audio Device (HID) does not require any special USB driver, since the USB Audio support is already built into Windows 2000 and Windows XP. Therefore USB Audio devices can be directly connected to the computer. This example project is designed to work with Keil MCB2140 Evaluation Board.
Refer to Running USBAudio for information on how to operate this example project.
The goal of this lab is
(1) to under the defects of software timers,
(2) to write a periodic program without timers,
(3) to write a periodic program using timer
Hardware:Host computer PC
Software: GNU GCC
機(jī)頂盒界面源代碼:
## Avoid the so-called SINGAPPL to be initialized at runtime
## Used when the tuner is controlled externally by I2C and
## the PIDs forced to some specific values.
Support is available from MIPS Technologies Inc. - problems should be
addressed to support@mips.com。This product may be controlled for export purposes.
You may not export, or transfer for the purpose of reexport, any technical
data received hereunder or the product produced by use of such technical
data, including processes and services (the "product"), in violation of
any U.S. or foreign regulation, treaty, Executive Order, law, statute,
amendment or supplement thereto. Further, you may not export the product
to any prohibited or embargoed country or to any denied, blocked, or
designated person or entity as mentioned in any applicable U.S. or foreign
regulation, treaty, Executive Order, law, statute, amendment or supplement
thereto.
Software Testing, Second Edition provides practical insight into the world of software testing and quality assurance. Learn how to find problems in any computer program, how to plan an effective test approach and how to tell when software is ready for release. Updated from the previous edition in 2000 to include a chapter that specifically deals with testing software for security bugs, the processes and techniques used throughout the book are timeless. This book is an excellent investment if you want to better understand what your Software Test team does or you want to write better software.
lwIP is a small independent implementation of the TCP/IP protocol
suite that has been developed by Adam Dunkels at the Computer and
Networks Architectures (CNA) lab at the Swedish Institute of Computer
Science (SICS).
wcdma的多徑環(huán)境下的上下行仿真,EITS標(biāo)準(zhǔn),written by The Mobile and Portable Radio Research Group The Bradley rtment of Electrical and Computer Engineering Virginia Polytechnic Institute and State University
Blacksburg, Virginia
The LT® 1529/LT1529-3.3/LT1529-5 are 3A low dropout
regulators with micropower quiescent current and shutdown.
The devices are capable of supplying 3A of output
current with a dropout voltage of 0.6V. Designed for use
in battery-powered systems, the low quiescent current,
50mA operating and 16mA in shutdown, make them an
ideal choice. The quiescent current is well controlled it
does not rise in dropout as it does with many other low
dropout PNP regulators.
he LPC932 can be used to create a Pulse Width Modulated PWM signal. That s an analog signal, with only 2 discrete levels, for example 0V and 5V and a constant period. The current value of this signal at a certain poiTnt of time is proportional to its Duty Cycle. That s the High Time during one period divided by the period. It can also be calculated as the average value during a particular period. That means after low pass filtering, (e.g. RC circuit) the signal becomes analog, with an actual value controlled by the microcontroller. The PWM functionality enables the LPC932 to control for example the speed of DC motors or the brightness of electric lighting.