The DHRY program performs the dhrystone benchmarks on the 8051.
Dhrystone is a general-performance benchmark test originally
developed by Reinhold Weicker in 1984. This benchmark is
used to measure and compare the performance of different
computers or, in this case, the efficiency of the code
generated for the same computer by different compilers.
The test reports general performance in dhrystones per second.
Like most benchmark programs, dhrystone consists of standard
code and concentrates on string handling. It uses no
floating-point operations. It is heavily influenced by
hardware and software design, compiler and linker options,
code optimizing, cache memory, wait states, and integer
data types.
The DHRY program is available in different targets:
Simulator: Large Model: DHRY example in LARGE model
for Simulation
Philips 80C51MX: DHRY example in LARGE model
for the Philips 80C51MC
Aardvark Example Source Code Version: 4.00 Date: 2007-04-20
Source code which shows how to use the Aardvark I2C/SPI Host Adapter software libraries.
Examples are available in C, C#, Python, Visual Basic 6, Visual Basic .NET, and Aardvark XML batch script code and make use of the targets on the I2C/SPI Activity Board.
Explanatory notes and build instructions are included in the README.txt file.
Introduction
? ?
The ARM Cortex -A8 microprocessor is the first applications microprocessor in ARM!ˉs
new Cortex family. With high performance and power efficiency, it targets a wide
variety of mobile and consumer applications including mobile phones, set-top boxes,
gaming consoles and automotive navigation/entertainment systems. The Cortex-A8
processor spans a range of performance points depending on the implementation,
delivering over to 2000 Dhrystone MIPS (DMIPS) of performance for demanding
consumer applications and consuming less than 300mW for low-power mobile devices.
This translates into a large increase in processing capability while staying with the
power levels of previous generations of mobile devices. Consumer applications will
benefit from the reduced heat dissipation and resulting lower packaging and integration
costs.
Architecture and Implementation
? ?
Cortex -A8
of the ARM
Microprocessor
October 2005
Introduction
? ?
The ARM Cortex -A8 microprocessor is the first applications microprocessor in ARM!ˉs
new Cortex family. With high performance and power efficiency, it targets a wide
variety of mobile and consumer applications including mobile phones, set-top boxes,
Architecture and Implementation
? ?
Cortex -A8
of the ARM
Microprocessor
October 2005
Introduction
? ?
The ARM Cortex -A8 microprocessor is the first applications microprocessor in ARM!ˉs
new Cortex family. With high performance and power efficiency, it targets a wide
variety of mobile and consumer applications including mobile phones, set-top boxes,
DDSCAT 7.3 is a freely available open-source Fortran-90 software package applying the “discrete
dipole approximation” (DDA) to calculate scattering and absorption of electromagnetic waves by targets
with arbitrary geometries and complex refractive index. The targets may be isolated entities (e.g., dust
particles), but may also be 1-d or 2-d periodic arrays of “target unit cells”, which can be used to study
absorption, scattering, and electric ?elds around arrays of nanostructures.
Since the 1990s the EU has been pursuing climate change mitigation targets. Following the
international commitment to the legally binding greenhouse gas reduction under the Kyoto
Protocol, the 2020 policy package consists of a set of binding legislation to ensure that the EU
meets its climate and energy targets for the year 2020. The package sets three key targets: 20%
reduction in greenhouse gas emissions (from 1990 levels), 20% of EU energy from renewables (as
well as a 10% target for renewable fuels) and 20% improvement in energy efficiency. The targets
were set by EU leaders in 2007 and enacted in legislation in 2009 3 . They are also headline targets of
the Europe 2020 strategy for smart, sustainable and inclusive growth.
This reference manual targets application developers. It provides complete information onhow to use the STM32F051x6 and STM32F051x8 microcontroller memory and peripherals.The STM32F051x6 and STM32F051x8 will be referred to as STM32F051xx throughout thedocument, unless otherwise specified.
This example shows how you can use signal functions in the Visiondebugger to simulate a signal that is coming into one of the analog inputs of the LPC21xx.The Measure example is described in detail in the Getting StartedUser's Guide.The MEASURE example program is available for several targets:Simulator: uVision Simulator for LPC2129MCB2100: Keil MCB2100 evaluation board with ULINK debugger - Application is loaded to internal Flash. - Switch S2 (INT1) is used as GPIO and sampled (jumper positions: J1= off, J7= on) - potentiometer POT1 is sampled as AIN0 (jumper position: J2= on) - serial port COM1 parameters: 9600 baud, no parity, 8-bits, 1 stop bit, flow control noneMCB2130: Keil MCB2130 evaluation board with ULINK debugger - Application is loaded to internal Flash. - Switch S2 (INT1) is used as GPIO and sampled (jumper positions: J1= off, J7= on) - potentiometer POT1 is sampled as AIN1 (jumper position: J2= on) - serial port COM1 parameters: 9600 baud, no parity, 8-bits, 1 stop bit, flow control none