Monday, November 19, 2012

LPC2368FET100 codes reading

LPC2368FET100 codes reading, arm crack, NXP arm chip decrypt, NXP arm code extraction, PCB cloning.
ARM7 with 512 kB flash, 58 kB SRAM, Ethernet, USB 2.0 Device, CAN, SD/MMC, and 10-bit ADC.
Brownout detect with separate thresholds for interrupt and forced reset
On-chip power-on reset
On-chip crystal oscillator with an operating range of 1 MHz to 24 MHz
4 MHz internal RC oscillator trimmed to 1 % accuracy
On-chip PLL

LPC2368FBD100 codes reading

LPC2368FBD100 codes reading, arm crack, NXP arm chip decrypt, NXP arm code extraction, PCB cloning.
ARM7 with 512 kB flash, 58 kB SRAM, Ethernet, USB 2.0 Device, CAN, SD/MMC, and 10-bit ADC
Processor wake-up from Power-down mode via any interrupt
Two independent power domains allow fine tuning of power consumption
Each peripheral has its own clock divider for further power saving

LPC2367FBD100 codes reading

LPC2367FBD100 codes reading, arm crack, NXP arm chip decrypt, NXP arm code extraction, PCB cloning.
ARM7 with 512 kB flash, 58 kB SRAM, Ethernet and 10-bit ADC.
Emulation trace module supports real-time trace
Single 3.3 V power supply (3.0 V to 3.6 V)
Four reduced power modes: idle, sleep, power-down, and deep power-down
Four external interrupt inputs configurable as edge/level sensitive

LPC2366FBD100 codes reading

LPC2366FBD100 codes reading, arm crack, NXP arm chip decrypt, NXP arm code extraction, PCB cloning.
ARM7 with 256 kB flash, 58 kB SRAM, Ethernet, USB 2.0 Device, CAN, and 10-bit ADC.
Four general purpose timers/counters with a total of 8 capture inputs
One PWM/timer block with support for three-phase motor control
Real-Time Clock (RTC)
2 kB SRAM powered from the RTC power pin
WatchDog Timer (WDT).
Standard ARM test/debug interface for compatibility with existing tools

LPC2365FBD100 codes reading

LPC2365FBD100 codes reading, arm crack, NXP arm chip decrypt, NXP arm code extraction, PCB cloning.
ARM7 with 256 kB flash, 58 kB SRAM, Ethernet and 10-bit ADC

Three I2C-bus interfaces
I2S (Inter-IC Sound) interface for digital audio input or output
70 general purpose I/O pins with configurable pull-up/down resistors
10-bit ADC with input multiplexing among 6 pins
10-bit DAC

LPC2364HBD100 codes reading

LPC2364HBD100 codes reading, arm crack, NXP arm chip decrypt, NXP arm code extraction, PCB cloning.
ARM7 with 128 kB flash, 34 kB SRAM, Ethernet, USB 2.0 Device, CAN, and 10-bit ADC.
Dual Advanced High-performance Bus (AHB) system
Advanced Vectored Interrupt Controller (VIC)
General Purpose DMA controller (GPDMA) on AHB
Ethernet MAC with associated DMA controller
Four UARTs with fractional baud rate generation
USB 2.0 full-speed device with on-chip PHY
CAN controller with two channels
SPI controller
Two SSP controllers, with FIFO and multi-protocol capabilities.

LPC2364FET100 codes reading

LPC2364FET100 codes reading, arm crack, NXP arm chip decrypt, NXP arm code extraction, PCB cloning.
ARM7 with 128 kB flash, 34 kB SRAM, Ethernet, USB 2.0 Device, CAN, and 10-bit ADC.
ARM7TDMI-S processor, running at up to 72 MHz
Up to 128 kB on-chip flash program memory with In-System Programming (ISP)
8 kB of SRAM on the ARM local bus for high performance CPU access
8 kB SRAM for general purpose DMA use also accessible by the USB
16 kB SRAM for Ethernet interface. Can also be used as general purpose SRAM

LPC2364FBD100 codes reading

LPC2364FBD100 codes reading, arm crack, NXP arm chip decrypt, NXP arm code extraction, PCB cloning.
ARM7 with 128 kB flash, 34 kB SRAM, Ethernet, USB 2.0 Device, CAN, and 10-bit ADC.
The LPC2364FBD100 is a ARM7 microcontroller for embedded applications featuring a high level of integration and low power consumption at frequencies of 72 MHz. Features include up to 128 kB of flash memory, up to 34 kB of RAM, Ethernet MAC, USB Device/Host/OTG, DMA controller, 4 UARTs, 2 CAN channels, 3 SSP/SPI, 3 I2C, I2S, 8-channel 10-bit ADC, 10-bit DAC, 2 PWM, 4 general purpose timers, low power Real-Time Clock with separate battery supply, and up to 70 general purpose I/O pins. The LPC23xx are pin-compatible to the LPC176x Cortex-M3 series.

Thursday, October 25, 2012

CY8C20224-12LKXI Designing with PSoC Designer

CY8C20224-12LKXI Designing with PSoC Designer
The development process for the PSoC device differs from that
of a traditional fixed-function microprocessor. The configurable
analog and digital hardware blocks give the PSoC architecture a
unique flexibility that pays dividends in managing specification
change during development and lowering inventory costs. These
configurable resources, called PSoC blocks, have the ability to
implement a wide variety of user-selectable functions. The PSoC
development process is:
1. Select user modules.
2. Configure user modules.
3. Organize and connect.
4. Generate, verify, and debug.
Select User Modules
PSoC Designer provides a library of prebuilt, pretested hardware
peripheral components called “user modules.” User modules
make selecting and implementing peripheral devices, both
analog and digital, simple.
Configure User Modules
Each user module that you select establishes the basic register
settings that implement the selected function. They also provide
parameters and properties that allow you to tailor their precise
configuration to your particular application. For example, a Pulse
Width Modulator (PWM) User Module configures one or more
digital PSoC blocks, one for each eight bits of resolution. Using
these parameters, you can establish the pulse width and duty
cycle. Configure the parameters and properties to correspond to
your chosen application. Enter values directly or by selecting
values from drop-down menus. All of the user modules are
documented in datasheets that may be viewed directly in
PSoC Designer or on the Cypress website. These user module
data sheets explain the internal operation of the user module and
provide performance specifications. Each datasheet describes
the use of each user module parameter, and other information
that you may need to successfully implement your design.
Organize and Connect
Build signal chains at the chip level by interconnecting user
modules to each other and the I/O pins. Perform the selection,
configuration, and routing so that you have complete control over
all on-chip resources.
Generate, Verify, and Debug
When you are ready to test the hardware configuration or move
on to developing code for the project, perform the “Generate
Configuration Files” step. This causes PSoC Designer to
generate source code that automatically configures the device to
your specification and provides the software for the system. The
generated code provides APIs with high-level functions to control
and respond to hardware events at run time, and interrupt
service routines that you can adapt as needed.
A complete code development environment allows you to
develop and customize your applications in C, assembly
language, or both.
The last step in the development process takes place inside
PSoC Designer's Debugger (accessed by clicking the Connect
icon). PSoC Designer downloads the HEX image to the ICE
where it runs at full speed. PSoC Designer debugging capabilities rival those of systems costing many times more. In addition
to traditional single-step, run-to-breakpoint, and watch-variable
features, the debug interface provides a large trace buffer. It
allows you to define complex breakpoint events that include
monitoring address and data bus values, memory locations, and
external signals

CY8C20224-12LKXI Development Tools

CY8C20224-12LKXI Development Tools
PSoC Designer? is the revolutionary Integrated Design
Environment (IDE) that you can use to customize PSoC to meet
your specific application requirements. PSoC Designer software
accelerates system design and time to market. Develop your
applications using a library of precharacterized analog and digital
peripherals (called user modules) in a drag-and-drop design
environment. Then, customize your design by leveraging the
dynamically generated application programming interface (API)
libraries of code. Finally, debug and test your designs with the
integrated debug environment, including in-circuit emulation and
standard software debug features. PSoC Designer includes:
■ Application editor graphical user interface (GUI) for device and
user module configuration and dynamic reconfiguration
■ Extensive user module catalog
■ Integrated source-code editor (C and assembly)
■ Free C compiler with no size restrictions or time limits
■ Built-in debugger
■ In-circuit emulation
■ Built-in support for communication interfaces:
? Hardware and software I
2
C slaves and masters
? Full-speed USB 2.0
? Up to four full-duplex universal asynchronous receiver/transmitters (UARTs), SPI master and slave, and wireless
PSoC Designer supports the entire library of PSoC 1 devices and
runs on Windows XP, Windows Vista, and Windows 7.
PSoC Designer Software Subsystems
Design Entry
In the chip-level view, choose a base device to work with. Then
select different onboard analog and digital components that use
the PSoC blocks, which are called user modules. Examples of
user modules are analog-to-digital converters (ADCs),
digital-to-analog converters (DACs), amplifiers, and filters.
Configure the user modules for your chosen application and
connect them to each other and to the proper pins. Then
generate your project. This prepopulates your project with APIs
and libraries that you can use to program your application.
The tool also supports easy development of multiple configurations and dynamic reconfiguration. Dynamic reconfiguration
makes it possible to change configurations at run time. In
essence, this allows you to use more than 100 percent of PSoC's
resources for a given application.
Code Generation Tools
The code generation tools work seamlessly within the
PSoC Designer interface and have been tested with a full range
of debugging tools. You can develop your design in C, assembly,
or a combination of the two.
Assemblers. The assemblers allow you to merge assembly
code seamlessly with C code. Link libraries automatically use
absolute addressing or are compiled in relative mode, and linked
with other software modules to get absolute addressing.
C Language Compilers. C language compilers are available
that support the PSoC family of devices. The products allow you
to create complete C programs for the PSoC family devices. The
optimizing C compilers provide all of the features of C, tailored
to the PSoC architecture. They come complete with embedded
libraries providing port and bus operations, standard keypad and
display support, and extended math functionality.
Debugger
PSoC Designer has a debug environment that provides
hardware in-circuit emulation, allowing you to test the program in
a physical system while providing an internal view of the PSoC
device. Debugger commands allow you to read and program and
read and write data memory, and read and write I/O registers.
You can read and write CPU registers, set and clear breakpoints,
and provide program run, halt, and step control. The debugger
also allows you to create a trace buffer of registers and memory
locations of interest.
Online Help System
The online help system displays online, context-sensitive help.
Designed for procedural and quick reference, each functional
subsystem has its own context-sensitive help. This system also
provides tutorials and links to FAQs and an Online Support
Forum to aid the designer.
In-Circuit Emulator
A low-cost, high-functionality In-Circuit Emulator (ICE) is
available for development support. This hardware can program
single devices.
The emulator consists of a base unit that connects to the PC
using a USB port. The base unit is universal and operates with
all PSoC devices. Emulation pods for each device family are
available separately. The emulation pod takes the place of the
PSoC device in the target board and performs full-speed
(24-MHz) operation.

Thursday, October 18, 2012

CY7C1041CV33-10BAXE code extraction

CY7C1041CV33-10BAXE  code extraction, chip decryption, mcu

crack, dsp crack .
Features
 Temperature ranges
 Automotive-A: –40 °C to 85 °C
 Automotive-E: –40 °C to 125 °C
 Pin and function compatible with CY7C1041BNV33
 High speed
 tAA = 10 ns (Automotive-A)
 tAA = 10 ns (Automotive-E)
 Low active power
 432 mW (max)
 Automatic power down when deselected
 TTL-compatible inputs and outputs
 Easy memory expansion with CE and OE features
 Available in Pb-free and non Pb-free 44-pin 400 Mil SOJ, 44-pin
TSOP II and 48-ball FBGA packages

Tuesday, October 16, 2012

CY7C006A-20AXI chip decryption

CY7C006A-20AXI chip decryption,cypress MCU code extraction, PCB cloning .
Automotive Qualified    N
Min. Operating Voltage (V)    4.50
Max. Operating Voltage (V)    5.50
Density (Kb)    128
Max. Operating Temp. (°C)    85
Organization (X x Y)    16Kb x 8
Temp. Classification    Industrial
Speed (ns)    20
Min. Operating Temp. (°C)    -40
CY7C006A-20JXCT
CY7C006A-20AXC
CY7C006A-20JXC
CY7C006A-20AXCT
CY7C006A-WW14

CY7C006A-20AXCT chip decryption

CY7C006A-20AXCT chip decryption,cypress MCU code extraction, PCB cloning .
Automotive Qualified    N
Min. Operating Voltage (V)    4.50
Max. Operating Voltage (V)    5.50
Density (Kb)    128
Max. Operating Temp. (°C)    70
Organization (X x Y)    16Kb x 8
Temp. Classification    Commercial
Speed (ns)    20
Min. Operating Temp. (°C)    0
CY7C006A-20JXCT
CY7C006A-20AXC
CY7C006A-20JXC
CY7C006A-20AXI
CY7C006A-WW14

CY7C006A-20AXCKG chip decryption


CY7C006A-20AXCKG chip decryption,cypress MCU code extraction, PCB cloning .
Automotive Qualified    N
Min. Operating Voltage (V)    4.50
Max. Operating Voltage (V)    5.50
Density (Kb)    128
Max. Operating Temp. (°C)    70
Organization (X x Y)    16Kb x 8
Temp. Classification    Commercial
Speed (ns)    20
Min. Operating Temp. (°C)    0

CY7C006A-20AXC chip decryption

CY7C006A-20AXC chip decryption,cypress MCU code extraction, PCB cloning .
Automotive Qualified    N
Min. Operating Voltage (V)    4.50
Max. Operating Voltage (V)    5.50
Density (Kb)    128
Max. Operating Temp. (°C)    70
Organization (X x Y)    16Kb x 8
Temp. Classification    Commercial
Speed (ns)    20
Min. Operating Temp. (°C)    0

Related Products
CY7C006A-20JXCT
CY7C006A-20JXC
CY7C006A-20AXCT
CY7C006A-20AXI
CY7C006A-WW14

CY7C026A MCU Code Reading

CY7C026A MCU Code Reading, Programm Reading, MCU Crack, Chip

Decryption.
Features
True dual-ported memory cells that allow simultaneous access
of the same memory location
16K x 16 organization (CY7C026A)
0.35 micron CMOS for optimum speed and power
 High speed access: 15, and 20 ns
 Low operating power
 Active: ICC = 180 mA (typical)
 Standby: ISB3
= 0.05 mA (typical)
 Fully asynchronous operation
 Automatic power-down
 Expandable data bus to 32 bits or more using Master/Slave
chip select when using more than one device
 On-chip arbitration logic
 Semaphores included to permit software handshaking
between ports
 INT flags for port-to-port communication
 Separate upper-byte and lower-byte control
 Pin select for Master or Slave
 Commercial and Industrial temperature ranges
 Available in 100-pin thin quad plastic flatpack (TQFP)
 Pb-free packages available

Tuesday, September 18, 2012

PIC12F752 MCU Code Extraction

PIC12F752 MCU Code Extraction, Microcontroller

Decryption,Microchip Pic MCU code extraction, Microchip reverse

engineering, Microchip chip crack. Microchip chip reverse.
Features

    Flash Program Memory with self read/write capability
    Mid-Range Core, Internal 8MHz oscillator
    2 x High Speed Analog Comparators (20nS)
    1 x Capture-Compare-PWM (CCP)
    4 x 10-bit Analog-to-Digital Converter (ADC) with voltage

reference,
    1 x Dual Range 5-bit Digital-to-Analog Converter (DAC)
    Complementary Output Generator (COG): Complementary

Waveforms from selectable sources
    Watchdog Timer (WDT)
    Power-On/Off-Reset, Brown-Out Reset (BOR)
    In Circuit Serial Programming (ICSP)
    High Current Source/Sink: 2 pins with 50 mA I/O, 4 pins with

25 mA I/O
    Wide Operating Voltage of PIC12F752 variant (2.0V – 5.5V)
    High Voltage PIC12HV752 variant (2.0V – user defined) with

internal shunt regulator

PIC12F617 MCU Code Extraction

PIC12F617 MCU Code Extraction, Microcontroller

Decryption,Microchip Pic MCU code extraction, Microchip reverse

engineering, Microchip chip crack. Microchip chip reverse.
Features

    Self Read-Write Flash Program Memory
    Internal 4/8MHz oscillator
    Comparator with hysterisis (user configurable)
    Mid-Range core with 35 Instruction, 8 Stack Levels
    25mA Source/Sink current I/O
    Two 8-bit Timer (TMR0/TMR2)
    One 16-bit Timer (TMR1)
    Watchdog Timer (WDT)
    Enhanced Power-On/Off-Reset
    Brown-Out Reset (BOR)
    In Circuit Serial Programming (ICSP)
    Enhanced Capture Compare PWM (Pulse Width Modulation)
    Wide Operating Voltage (2.0V – 5.5V)

PIC12F615 MCU Code Extraction

PIC12F615 MCU Code Extraction, Microcontroller

Decryption,Microchip Pic MCU code extraction, Microchip reverse

engineering, Microchip chip crack. Microchip chip reverse.
Features

    Flash Program Memory
    Internal 4/8MHz oscillator
    Comparator with hysterisis (user configurable)
    Mid-Range core with 35 Instruction, 8 Stack Levels
    25mA Source/Sink current I/O
    Two 8-bit Timer (TMR0/TMR2)
    One 16-bit Timer (TMR1)
    Watchdog Timer (WDT)
    Enhanced Power-On/Off-Reset
    Brown-Out Reset (BOR)
    In Circuit Serial Programming (ICSP)
    Enhanced Capture Compare PWM (Pulse Width Modulation)
    Wide Operating Voltage (2.0V – 5.5V)
    High Voltage PIC12HV615 variant (2.0V – User Defined) with

internal shunt regulator

PIC12F609 MCU Code Extraction


PIC12F609 MCU Code Extraction, Microcontroller

Decryption,Microchip Pic MCU code extraction, Microchip reverse

engineering, Microchip chip crack. Microchip chip reverse.

Features

    Flash Program Memory
    Internal 4/8MHz oscillator
    Comparator with hysterisis (user configurable)
    Mid-Range core with 35 Instruction, 8 Stack Levels
    25mA Source/Sink current I/O
    One 8-bit Timer (TMR0)
    One 16-bit Timer (TMR1)
    Watchdog Timer (WDT)
    Enhanced Power-On/Off-Reset
    Brown-Out Reset (BOR)
    In Circuit Serial Programming (ICSP)
    Wide Operating Voltage (2.0V – 5.5V)
    High Voltage PIC12HV609 variant (2.0V – User Defined) with

internal shunt regulator

PIC12F519 MCU Code Extraction

PIC12F519 MCU Code Extraction, Microcontroller

Decryption,Microchip Pic MCU code extraction, Microchip reverse

engineering, Microchip chip crack. Microchip chip reverse.

The PIC12F519 device is low-cost, high-performance, 8-bit,

fully-static, Flashbased CMOS microcontroller. They employ a

RISC architecture with only 33 single-word/single-cycle

instructions. All instructions are single cycle except for

program branches, which take two cycles. The PIC12F519 device

delivers performance an order of magnitude higher than their

competitors in the same price category.

Features

    64 Bytes Flash Data Memory (non-volatile data storage)
    Precision 4/8 MHz internal oscillator
    Baseline Core with 33 Instructions, 2 Stack Levels
    All single-cycle Instructions except for program branches

which are two cycles
    12-bit wide instructions
    8-bit wide data path
    25 mA source/sink current I/O
    Low power (100nA) sleep current
    One 8-bit timer (TMR0)
    Watchdog timer (WDT)
    In Circuit Serial Programming™ (ICSP™) capability
    In-Circuit debugging support
    Programmable code protection

PIC12F510 MCU Code Extraction

PIC12F510 MCU Code Extraction
Microcontroller Decryption,Microchip Pic MCU code extraction,

Microchip reverse engineering, Microchip chip crack. Microchip

chip reverse.

Features

    8-pin packaging
    Precision 4/8 MHz internal oscillator
    3 channels 8-bit ADC (Analog to Digital Converter)
    On-board Comparator
    1.125ms DRT (Device Reset Timer)
    Baseline Core with 33 Instructions, 2 Stack Levels
    All single-cycle Instructions except for program branches

which are two cycles
    12-bit wide instructions
    8-bit wide data path
    25 mA source/sink current I/O
    Low power (100nA) sleep current
    One 8-bit timer (TMR0)
    Watchdog timer (WDT)
    In Circuit Serial Programming™ (ICSP™) capability
    In-Circuit debugging support
    Programmable code protection

PIC12F1501 MCU Code Extraction

PIC12F1501 MCU Code Extraction
Microcontroller Decryption,Microchip Pic MCU code extraction,

Microchip reverse engineering, Microchip chip crack. Microchip

chip reverse.

Features

    Enhanced Mid-range Core with 49 Instruction, 16 Stack Levels
    Flash Program Memory with self read/write capability
    Internal 16MHz oscillator
    4x Standalone PWM Modules
    Complementary Waveform Generator (CWG) Module
    Numerically Controlled Oscillator (NCO) Module
    2x Configurable Logic Cell (CLC) Modules
    Integrated Temperature Indicator Module
    4 Channel 10-bit ADC with Voltage Reference
    5-bit Digital to Analog Converter (DAC)
    25mA Source/Sink current I/O
    2x 8-bit Timers (TMR0/TMR2)
    1x 16-bit Timer (TMR1)
    Extended Watchdog Timer (WDT)
    Enhanced Power-On/Off-Reset
    Low-Power Brown-Out Reset (LPBOR)
    Programmable Brown-Out Reset (BOR)
    In Circuit Serial Programming (ICSP)
    In-Circuit Debug using a Debug Header
    PIC12LF1501 (1.8V – 3.6V)
    PIC12F1501 (2.3V – 5.5V)

PIC12F508 MCU Code Extraction


PIC12F508 MCU Code Extraction

PIC12F508/509/16F505 8/14-Pin, 8-Bit Flash Microcontrollers

Microcontroller Decryption,Microchip Pic MCU code extraction,

Microchip reverse engineering, Microchip chip crack. Microchip

chip reverse.

The PIC12F508/509/16F505 devices from Microchip Technology are

low-cost, high-performance, 8-bit, fullystatic, Flash-based CMOS

microcontrollers. They employ a RISC architecture with only 33

single-word/single-cycle instructions. All instructions are

single cycle (200 µs) except for program branches, which take

two cycles. The PIC12F508/509/16F505 devices deliver performance

an order of magnitude higher than their competitors in the same

price category. The 12-bit wide instructions are highly

symmetrical, resulting in a typical 2:1 code compression over

other 8-bit microcontrollers in its class. The easy-to-use and

easy to remember instruction set reduces development time

significantly.

Features

    Precision 4 MHz internal oscillator
    Baseline Core with 33 Instructions, 2 Stack Levels
    All single-cycle Instructions except for program branches

which are two cycles
    12-bit wide instructions
    8-bit wide data path
    25 mA source/sink current I/O
    Low power (100nA) sleep current
    One 8-bit timer (TMR0)
    Watchdog timer (WDT)
    In Circuit Serial Programming™ (ICSP™) capability
    In-Circuit debugging support
    Programmable code protection

PIC12F509 MCU Code Extraction

PIC12F509 MCU Code Extraction

PIC12F508/509/16F505 8/14-Pin, 8-Bit Flash Microcontrollers

Microcontroller Decryption,Microchip Pic MCU code extraction,

Microchip reverse engineering, Microchip chip crack. Microchip

chip reverse.

Features

    Precision 4 MHz internal oscillator
    Baseline Core with 33 Instructions, 2 Stack Levels
    All single-cycle Instructions except for program branches

which are two cycles
    12-bit wide instructions
    8-bit wide data path
    25 mA source/sink current I/O
    Low power (100nA) sleep current
    One 8-bit timer (TMR0)
    Watchdog timer (WDT)
    In Circuit Serial Programming™ (ICSP™) capability
    In-Circuit debugging support
    Programmable code protection

PIC12F529T39A Microcontroller Code Extraction

PIC12F529T39A Microcontroller Code Extraction

PIC12F529T39A 14-Pin, 8-Bit Flash Microcontroller

Decryption,Microchip Pic MCU code extraction, Microchip reverse

engineering, Microchip chip crack. Microchip chip reverse.

Special Microcontroller Features:
8 MHz Precision Internal Oscillator:- Factory calibrated to ±1%
In-Circuit Serial Programming™ (ICSP™)
Power-on Reset (POR)
Device Reset Timer (DRT)
Watchdog Timer (WDT) with Dedicated On-Chip RC Oscillator for

Reliable Operation
Programmable Code Protection
Multiplexed MCLR Input Pin
Internal Weak Pull-ups on I/O Pins
Power-Saving Sleep mode
Wake-up from Sleep on Pin Change
Selectable Oscillator Options:- INTRC: 4 MHz or 8 MHz precision

internal RC oscillator- EXTRC: External low-cost RC oscillator-

XT: Standard crystal/resonator- LP: Power-saving, low-frequency

crystalRF Transmitter:
Fully Integrated Transmitter
FSK Operation up to 100 kbps
OOK Operation up to 10 kbps
Frequency-Agile Operation in 310, 433, 868 and 915 MHz Bands
Configurable Output Power: +10 dBm, 0 dBmLow-Power Features/CMOS

Technology:
Standby Current:- 225 nA @ 2.0V, RF Sleep, typical
Operating Current:- 175 µA @ 4 MHz, 2.0V, RF Sleep, typical-

9.17 mA @ 4 MHz, 2.0V, RF on at +0 dBm, typical- 15.17 mA @ 4

MHz, 2.0V, RF on at +10 dBm, typical

Wednesday, September 12, 2012

BeeProg+ Supports all kinds of types

Supports all kinds of types and silicon technologies of today

and tomorrow programmable devices without family-specific

module. You have freedom to choose the optimal device for your

design. Using built-in in-circuit serial programming (ISP)

connector, the programmer is able to program ISP capable chips

in circuit.
BeeProg+ isn"t only a programmer, but also a tester of TTL/CMOS

logic ICs and memories. Furthermore, it allows generation of

user-definable test pattern sequences. Provides very competitive

price coupled with excellent hardware design for reliable

programming. Probably best "value for money"programmer in this

class.

BeeProg+ Description

BeeProg+ Description:
It is important to remember, that a support of most of the new

devices requires only a software update , because the BeeProg is

truly a universal programmer. With our prompt service you can

have new device added to the list of supported devices within

hours! See AlgOR (Algorithm On Request) service for details.
36390 supported devices by 2.45 version of SW (14. Dec. 2007)

extremely fast programming, one of the fastest programmers in

this category. Programs 64-Mbit NOR Flash memory less than 46

seconds and 1Gbit NAND Flash less than 120 sec. 48-pins powerful

pindrivers, no adapter required for any DIL devices connector

for in-circuit programming (ISP) dual connection to PC: USB (up

to 480 Mbit/s) or parallel (printer) port USB USB 2.0 (high

speed, full speed) and 1.1 compatible interface alternatively

high-speed IEEE 1284 (ECP/EPP) printer-port (LPT) interface

comfortable and easy to use control program, Windows

98/Me/NT/2000/XP/2003/XPx64/Vista compatible Multiprogramming

possible by attaching more programmers to one PC approved by CE

laboratory to meet CE requirements

Next generation of USB/LPT-compatible BeeProg+

BeeProg+ Features:
Next generation of USB/LPT-compatible, Windows

98/ME/NT/2000/XP/2003/XPx64/Vista based ELNEC universal

programmers, built to meet the strong demand of the small

manufacturing and developers community for the fast and reliable

universal programmer.
Supports all kinds of types and silicon technologies of today

and tomorrow programmable devices without family-specific

module. You have freedom to choose the optimal device for your

design. Using built-in in-circuit serial programming (ISP)

connector, the programmer is able to program ISP capable chips

in circuit.

BeeProg+

BeeProg+ isn"t only a programmer, but also a tester of TTL/CMOS

logic ICs and memories. Furthermore, it allows generation of

user-definable test pattern sequences. Provides very competitive

price coupled with excellent hardware design for reliable

programming. Probably best "value for money"programmer in this

class.
Very fast programming due to high-speed FPGA driven hardware and

execution of time-critical routines inside of the programmer. At

least fast than competitors in this category, for many chips

much faster than most competitors. As a result, when used in

production this one-socket-programmer waits for an operator, and

not the other way round.
BeeProg+ interfaces with the IBM PC compatible or higher,

portable or desktop personal computers through USB (2.0/1.1)

port or any standard parallel (printer) port. Programmer can

utilize power of both USB high-speed port and IEEE1284 (ECP/EPP)

high-speed parallel port. Support of both USB/LPT port

connection gives you the choice to connect the BeeProg+

programmer to any PC, from latest notebook to older desktop

without USB port.

BeeProg+ Features:

BeeProg+ Features:
Next generation of USB/LPT-compatible, Windows

98/ME/NT/2000/XP/2003/XPx64/Vista based ELNEC universal

programmers, built to meet the strong demand of the small

manufacturing and developers community for the fast and reliable

universal programmer.
Supports all kinds of types and silicon technologies of today

and tomorrow programmable devices without family-specific

module. You have freedom to choose the optimal device for your

design. Using built-in in-circuit serial programming (ISP)

connector, the programmer is able to program ISP capable chips

in circuit.
BeeProg+ isn"t only a programmer, but also a tester of TTL/CMOS

logic ICs and memories. Furthermore, it allows generation of

user-definable test pattern sequences. Provides very competitive

price coupled with excellent hardware design for reliable

programming. Probably best "value for money"programmer in this

class.
Very fast programming due to high-speed FPGA driven hardware and

execution of time-critical routines inside of the programmer. At

least fast than competitors in this category, for many chips

much faster than most competitors. As a result, when used in

production this one-socket-programmer waits for an operator, and

not the other way round.
BeeProg+ interfaces with the IBM PC compatible or higher,

portable or desktop personal computers through USB (2.0/1.1)

port or any standard parallel (printer) port. Programmer can

utilize power of both USB high-speed port and IEEE1284 (ECP/EPP)

high-speed parallel port. Support of both USB/LPT port

connection gives you the choice to connect the BeeProg+

programmer to any PC, from latest notebook to older desktop

without USB port.

Tuesday, September 11, 2012

ATxmega256D3 MCU code extraction


ATxmega256D3 MCU code extraction, Chip decryption, MCU code extraction,Atmel IC reverse, atmel DSP Crack, PCB cloning ,PCB copying.
The high-performance, low-power 8/16-bit AVR XMEGA microcontroller combines 256KB ISP flash memory (8KB boot code section) with read-while-write capabilities, 4KB EEPROM, 16KB SRAM, a four-channel event system, a programmable multi-level interrupt controller, 50 general purpose I/O lines, a 16-bit real time counter, five flexible 16-bit timer/counters with compare modes and PWM, three USARTs, two 2-wire interfaces, two serial peripheral interfaces, one 16-channel/12-bit A/D converter with optional differential input with programmable gain, two analog comparators with window mode, a programmable watchdog timer with separate internal oscillator, accurate internal oscillators with PLL and prescaler, and a programmable brown-out detection. The Program and Debug Interface (PDI), a fast 2-pin interface for programming and debugging, is available. By executing powerful instructions in a single clock cycle, the device achieves throughputs approaching 1 MIPS per MHz, balancing power consumption and processing speed.

ATxmega32A4 MCU code extraction

ATxmega32A4 MCU code extraction, Chip decryption, MCU code extraction,Atmel IC reverse, atmel DSP Crack, PCB cloning ,PCB copying.

Low power, high performance 8/16-bit AVR microcontroller featuring 32KB self-programming flash program memory, 4KB boot code section, 4KB SRAM, 1024-Byte EEPROM, external bus interface, 4-channel DMA controller, 8-channel event system, and up to 32 MIPS throughput at 32MHz. The ATxmega A4 series features 44-pin packages.

The device can be used in a wide range of applications, such as building, industrial, motor, board, and climate control; hand-held battery applications; factory automation; power tools; HVAC; networking, metering, large home appliances, and optical and medical devices.

ATxmega32A4U MCU code extraction

ATxmega32A4U MCU code extraction, Chip decryption, MCU code extraction,Atmel IC reverse, atmel DSP Crack, PCB cloning ,PCB copying.
Low power, high performance 8/16-bit AVR microcontroller featuring 32KB self-programming flash program memory, 4KB boot code section, 4KB SRAM, 1024-Byte EEPROM, external bus interface, 4-channel DMA controller, 8-channel event system, and up to 32 MIPS throughput at 32MHz. The ATxmega A4 series features 44-pin packages.

The device can be used in a wide range of applications, such as building, industrial, motor, board, and climate control; hand-held battery applications; factory automation; power tools; HVAC; networking, metering, large home appliances, and optical and medical devices.

ATxmega32C4 MCU code extraction

ATxmega32C4 MCU code extraction, Chip decryption, MCU code extraction,Atmel IC reverse, atmel DSP Crack, PCB cloning ,PCB copying.
The high-performance, low-power 8/16-bit AVR XMEGA microcontroller combines 32KB in-system programmable flash memory (4KB boot code section) with read-while-write capabilities, 1KB EEPROM, 4KB SRAM, four-channel event system, a programmable multi-level interrupt controller, 34 general purpose I/O lines, a 16-bit real time counter, four flexible 16-bit timer/counters with capture, compare and PWM channels, USB Full-speed Device, two USARTs, two Two-Wire Interfaces (TWIs), two Serial Peripheral Interfaces (SPIs), one 12-channel/12-bit ADC with programmable gain, two analog comparators with window mode, a programmable watchdog timer with separate internal oscillator, accurate internal oscillators with PLL and prescaler, and programmable brown-out detection.

ATxmega32D4 MCU code extraction

ATxmega32D4 MCU code extraction, Chip decryption, MCU code extraction,Atmel IC reverse, atmel DSP Crack, PCB cloning ,PCB copying.

The high-performance, low-power 8/16-bit AVR XMEGA microcontroller combines 32KB ISP flash memory (4KB boot code section) with read-while-write capabilities, 1KB EEPROM, 4KB SRAM, four-channel event system, a programmable multi-level interrupt controller, 34 general purpose I/O lines, a 16-bit real time counter, four flexible 16-bit timer/counters with compare modes and PWM, two USARTs, two Two-Wire Interfaces (TWIs), two Serial Peripheral Interfaces (SPIs), one 12-channel/12-bit A/D converter with optional differential input with programmable gain, two analog comparators with window mode, a programmable watchdog timer with separate internal oscillator, accurate internal oscillators with PLL and prescaler, and programmable brown-out detection. The Program and Debug Interface (PDI), a fast 2-pin interface for programming and debugging, is available. By executing powerful instructions in a single clock cycle, the device achieves throughputs approaching 1 MIPS per MHz, balancing power consumption and processing speed.

ATxmega384C3 MCU code extraction


ATxmega384C3 MCU code extraction, Chip decryption, MCU code extraction,Atmel IC reverse, atmel DSP Crack, PCB cloning ,PCB copying.
The high-performance, low-power 8/16-bit AVR XMEGA microcontroller combines 384KB in-system programmable flash memory (8KB boot code section) with read-while-write capabilities, 4KB EEPROM, 32KB SRAM, a two-channel DMA controller, a four-channel event system, a programmable multi-level interrupt controller, 50 general purpose I/O lines, a 16-bit real time counter, five flexible 16-bit timer/counters with compare, compare and PWM channels, USB Full-speed Device, three USARTs, two two-wire interfaces, two serial peripheral interfaces, one 16-channel/12-bit ADC programmable gain, two analog comparators with window mode, a programmable watchdog timer with separate internal oscillator, accurate internal oscillators with PLL and prescaler, and a programmable brown-out detection.

Wednesday, August 29, 2012

Megawin MCU crack MPC89 and MPC82 chip break

Megawin MCU crack MPC89 and MPC82 chip break
Megawin Technology was formed by a group of IC design and sale specialists in 1999.Since March 31, 2012, Megawin has applied 134 patents, of which 60 have been certified, growing rapidly in MCU industry. The production of 8051 MCU is favoured with strong anti-interference ability and low price. STC's STC89 and STC12 series are produced by Megawin, pasted and sold by Shenzhen Hongjing. The Megawin's MPC89E series microcontrollers can be completely compatible instead of STC89 Series MCU, MPC82 series of microcontrollers can be fully compatible instead of STC12 Series MCU, which means you can replace the STC MCU.We offer the full range of Megawin MCU crack service.

MPC89E54 Crack


Megawin MCU crack MPC89 and MPC82 chip break
Megawin Technology was formed by a group of IC design and sale specialists in 1999.Since March 31, 2012, Megawin has applied 134 patents, of which 60 have been certified, growing rapidly in MCU industry. The production of 8051 MCU is favoured with strong anti-interference ability and low price. STC's STC89 and STC12 series are produced by Megawin, pasted and sold by Shenzhen Hongjing. The Megawin's MPC89E series microcontrollers can be completely compatible instead of STC89 Series MCU, MPC82 series of microcontrollers can be fully compatible instead of STC12 Series MCU, which means you can replace the STC MCU.We offer the full range of Megawin MCU crack service.
MPCseries
MPC89E51   MPC89E52   MPC89E53   MPC89E54   MPC89E58   MPC89E515
MPC89LE51  MPC89LE52  MPC89LE53  MPC89LE54  MPC89LE58  MPC89LE515
MPC82E52   MPC82E54   MPC82LE52  MPC82LE54

Wednesday, August 15, 2012

TMS320 Logical DMA Channels & DMA Handles


TMS320 Logical DMA Channels & DMA Handles

The logical DMA channel is the fundamental software abstraction for characterizing hardware DMA resources and services. Each logical DMA channel represents a private hardware DMA resource and a private state identified by and accessed through a DMA handle. Applications are in charge of the physical DMA resources and grant IDMA3 channel handles to algorithms that request them using the IDMA3 interface.

TMS320 ACPY3_Params Structure Fields

TMS320 ACPY3_Params Structure Fields

transferType     Transfer type: ACPY3_1D1D, ACPY3_1D2D, ACPY3_2D1D or ACPY3_2D2D
srcAddr     Source Address of the DMA transfer.
dstAddr     Destination Address of the DMA transfer.
elementSize     Number of consecutive bytes in each 1D transfer vector (ACNT).
numElements     Number of 1D vectors in 2D transfers (BCNT).
numFrames     Number of 2D frames in 3D transfers (CCNT).
srcElementIndex     Offset in number of bytes from beginning of each 1D vector to the beginning of the

next 1D vector (SBIDX).
dstElementIndex     Offset in number of bytes from beginning of each 1D vector to the beginning of the

next 1D vector (DBIDX).
srcFrameIndex     Offset in number of bytes from beginning of the first 1D vector of source frame to

the beginning of the first element in the next frame. (SCIDX: signed value between -32768 and 32767)
dstFrameIndex     Offset in number of bytes from beginning 1D vector of first element in destination frame to the beginning of the first element in next frame. (DCIDX: signed value between -32768 and 32767).
waitId     For a linked transfer entry:

-1 : no individual wait on this transfer 0 <= waitId < numWaits : this transfer can be waited on or polled for completion. Ignored for single-transfers and for the last transfer in a sequence of linked transfers, which are always synchronized with waitId == (numWaits – 1).

TMS320 ACPY3 Functions

TMS320 ACPY3 Functions

ACPY3_activate()     Activates given channel. Take over shared resources prior to use.
ACPY3_deactivate()     Deactivates given channel. Give back shared resources at the end of use.
ACPY3_complete()     Check if the data transfers on a specific logical channel have completed.
ACPY3_completeLinked()     Check if an individual transfer on a specific logical channel have completed.
ACPY3_configure()     Configure a logical channel.
ACPY3_exit()     Free resources used by the ACPY3 module [FRAMEWORK API]
ACPY3_setFinal()     Dynamically change the number of transfers in a sequence of linked transfers. Sets given transferNo as the last in a sequence of linked transfers.
ACPY3_init()     Initialize the ACPY3 module. [FRAMEWORK API]
ACPY3_fastConfigure16b()     Modify a single (16-bit) parameter of the logical DMA Channel.
ACPY3_fastConfigure32b()     Modify a single (32-bit) parameter of the logical DMA Channel.
ACPY3_start()     Issue a request for a data transfer using current channel settings.
ACPY3_wait()     Wait for all data transfers to complete on a specific logical channel.
ACPY3_waitLinked()     Wait for an individual data transfer to complete on the logical channel.

Monday, July 16, 2012

PCB Maufacturing

The popular software for PCB layout :
    Cadence Allegro
  MentorGraphics PADS
  MentorGraphics WG,EN
  Altium Protel
  Zuken CR
Our service:
With years of experience accumulated in PCB layout,we can meet the requirements of our clients and provide top quality and speedy pcb layout including the electronic and communication products with high speed,high density and bybrid features and with new craftwork and technologies such as flexible plate,HDI, blind via.
We have rich experience in communication multi-layer PCB layout.With comprehensive consideration of the timing requirements,stripline,microstrip,signal matching scheme,communication signal qulity, signal trace topology,decoupling,current return path,impedance control and layered stackup control, single EMC/EMI strategy analysis,blind via and buried via and so on, we can optimize your schematic diagram and make the board more stable.

Monday, June 25, 2012

Z80 serial products

ZiLOG was co-found by the industry pioneer Federico Faggin and Ralph Ungermann in 1974.The Z80 serial products produced by this company was once widely applied. In 1998, TPG(The Texas Pacific Group ) acquired ZiLOG and decided its market positioning:communication, household entertainment, and integrated control. Currently, ZiLOG has its own dedicated design reference room with complete documents and information, four design center located respectively in California, Taxes, Idahos and Washington,  well developed manufacture plants in Idaho, a test plant in Manila, Philippines and the global customer service center in Texas. Now it owns 27 sale office  and over 120 distribution  spot s world wide distributed. The new released product by this company is eZ80 with the Internet and DSP function embedded which the Z80 does not have. Its products include IR product, microcontroller, microprocessor , PCMCIA, PC peripheral, TV controller and wireless products and so on.

Wednesday, June 6, 2012

'Leaked' spec label details revamped 15-inch MacBook

A new spec sheet sent anonymously to 9to5Mac.com today -- the kind Apple puts on the packaging of its computers -- suggests we may soon see a revamped 15-inch model, in addition to a new 13-inch version teased earlier in the day. The MacBook Pro packaging label is similar to an alleged spec sheet for a 13-inch version that surfaced on Chinese Web site Weiphone. While 9to5Mac goes to great lengths to emphasize that the information is unconfirmed, the image indicates the new laptop will be thinner and lighter than its predecessor and feature a higher-resolution display.
pcb cloning 

Tuesday, May 29, 2012

Virtual Therapy Helps Residents of a Shellshocked City

Every time Erica González put the video goggles on, the details of her four days in captivity came rushing back to her. She could smell the sweaty T-shirt used to cover her head, taste the ash in the beer bottles that she was made to drink water from and hear her abductors’ muffled conversations.
“It was scary to go through it again,” Ms. González said, “but I said, ‘It’s good for me.’ ”
Ms. González, 18, is one of 25 patients who recently completed a virtual therapy program similar to the one used by the United States military to treat Iraq war veterans with post-traumatic stress disorder. Created by doctors and psychologists from the National Autonomous University of Mexico, the pilot project was aimed at filling a void in mental health services for Ciudad Juárez’s shellshocked residents.
The city, home to the powerful Juárez cartel and coveted by other criminal syndicates because of its strategic location within the drug trade, has been one of the front lines in President Felipe Calderón’s assault on organized crime.
The hair-raising virtual scenes that appear in the goggles were created for residents of this violence-racked city, which in recent years has had the highest murder rate in Mexico. The goggles show one of six scenes, including an armed robbery, a police checkpoint, a safe house for kidnappings and a shootout between cartel gunmen and army soldiers. Therapists show patients the scenes most closely related to their experience, and then further tailor the sessions to address their trauma more specifically, for instance by playing a song heard during their ordeal.
The program sharply reduced post-traumatic stress disorder symptoms, with a success rate of 80 percent, organizers said.
“There has been a lot of attention to the problem of violence, which is understood as public safety, drug trafficking and police,” said Hugo Almada, who does research on the psychological toll of violence at the Autonomous University of Ciudad Juárez. But the toll on mental health has been largely ignored, he said.
Even those directly affected by the city’s violence, which has claimed more than 10,000 lives in the past four and a half years, often do not know when they need help.
Another traumatized resident, Juan Carlos García, 29, stopped eating and sleeping and became withdrawn after his brother was killed and he had to identify the body at the morgue. After nearly a year, Mr. García’s wife and co-workers persuaded him to try the virtual reality treatment.
Wearing his goggles and headphones, he retold the series of traumatic events, from the last time he saw his brother alive to his burial. He worked through breathing exercises with his therapist afterward, techniques that were intended to help him lower his anxiety levels, which were monitored as he viewed the images through the goggles. And he did his homework between sessions, spending time in his brother’s room, visiting his grave and driving by the site where he was killed.
These exercises are especially important, the project’s therapists said, because unlike Iraq war veterans who eventually leave the battle zone, patients in Ciudad Juárez continue to live in danger. Because the patients have to drive by, or live near, the places where violent episodes occurred, the therapy is intended to help them stop avoiding these routes and routines.
But it is uncertain whether the program will continue, though, because the grant under which it was conceived ran out in December and no other financing has emerged, organizers said.
As emotionally draining as the process was, Mr. García said it was worth it. “I remember, but there isn’t as much pain,” he said.
The need for psychological services remains vast. A recent study by the university in Ciudad Juárez found that more than 70 percent of the city’s residents had passed by a cordoned-off murder site. The doctors leading the virtual reality treatment estimate that a quarter of the population in Ciudad Juárez suffers from post-traumatic stress disorder.

Thursday, May 3, 2012

NXP Brings ARM Cortex-M0 to DALI and DMX512 Lighting Control Systems

NXP Semiconductors N.V. today introduced the industry's first development platforms for DALI and DMX512 wired lighting control systems based on the low-cost, low-power 32-bit ARM Cortex-M0 processor. The new evaluation systems feature an NXP LPC1100XL series microcontroller, which is uniquely suited to handle the communication requirements for intelligent lighting projects using DALI and DMX.

In addition, the DMX512 system includes a master controller board with the LPC11U00, a highly flexible USB microcontroller, also based on the Cortex-M0.
NXP Brings ARM Cortex-M0 to DALI and DMX512 Lighting Control Systems NXP will showcase a single system using DALI and DMX at LIGHTFAIR International next week in Las Vegas (booth 3335). Both the DALI and DMX512 systems can be connected to any of NXP’s lamp drivers using the PWM outputs of the Cortex-M0 processor. NXP will also offer an optional evaluation system to simplify RGB LED power stage design.
“By bringing Cortex-M0 to lighting control systems using DALI and DMX512, we’re making it straightforward for lighting designers to upgrade from 8-bit microcontrollers without increasing costs. The extra-low-power options available with the LPC1100 microcontroller also make it a compelling solution for DALI lighting systems, where total energy savings are a critical factor,” said Marco Scarazzati, product applications engineer, NXP Semiconductors. “For DMX networks, the LPC1100XL offers the resources and performance required to support more sophisticated architectural and stage lighting projects.”

 The first DALI and DMX512 evaluation systems available from NXP feature an LPC1114 microcontroller based on the Cortex-M0. The popular LPC1100XL series microcontroller offers a unique combination of features making it ideally suited for intelligent lighting projects using DALI, the Digital Addressable Lighting Interface, or DMX512.

NXP Brings ARM Cortex-M0 to DALI and DMX512 Lighting Control Systems -With performance up to 45 DMIPS, the 50-MHz LPC1100XL series offers the resources required for a single MCU to code and decode DALI and DMX messages and generate PWM signals, with enough bandwidth available for the end application. -With the introduction of the new extra-low-power LPC1100XL series, NXP provides the industry’s lowest 32-bit active power consumption at 110 uA/MHz, and standby power consumption below 2 uA. -Storing scene settings and other programs in non-volatile memory is straightforward, using EEPROM emulation in flash or by using integrated EEPROM, now available in the LPC11E00 series. -Offering up to four 16-bit and 32-bit timers, the LPC1100XL series can generate up to 11 PWM signals to control and dim the ballast. -Embedded lighting applications can be programmed in C, significantly reducing development complexity. A basic DALI driver is available from NXP. For DMX lighting networks, development time is further reduced through the NXP solution, which already implements basic functions and Remote Device Management (RDM) in a fully DMX512-compliant software stack. -By offering many built-in peripherals to interface with lighting drivers and network interfaces in a tiny footprint, the LPC1100XL offers significant cost savings in the total BoM.

 NXP Brings ARM Cortex-M0 to DALI and DMX512 Lighting Control Systems The DMX512 evaluation system will include a master unit featuring the LPC11U14 microcontroller. Based on the ARM Cortex-M0, the LPC11U00 series delivers robust USB performance at a compelling price point; a highly flexible USB architecture with up to 10 configurable physical endpoints; and extensive power controls. Another option available from NXP is the LPC1300 series – the lowest power Cortex-M3 microcontroller available on the market and pin-to-pin compatible with the LPC11U00 – which includes USB Mass Storage and HID Class drivers stored in ROM.

As an additional option, NXP offers a small form factor, highly efficient RGB LED power stage with a low component count. The power stage meets the EMC requirements of commercial lighting applications and offers significant energy savings for both DALI and DMX wired lighting control systems. Key features include:

-High-efficiency LED dimming. LED dimming is implemented using the PWM input of the NXP UBA3070 DC-to-DC LED driver, which offers up to 98-percent efficiency. -Mains isolation, high efficiency at all power levels, and simplified design. The SSL4101 provides mains isolation for both the RGB LED power stage and the DALI/DMX wires. In addition, it offers low component count and high efficiency through integrated PFC and flyback control functionality. -Ultra-low standby power consumption. The GreenChip™ TEA1721 buck converter supplies the Cortex-M0 processor with high efficiency and offers significant power savings in standby, with no-load power consumption levels below 10 mW.

“As energy prices rise and green building regulations go into effect around the world, we expect strong growth in the use of DALI lighting control networks that enable businesses to save energy while enhancing comfort, convenience and productivity. In architectural and entertainment lighting, recent advances in LEDs have opened new opportunities for lighting control networks using DMX512,” said Jan Willem Vogel, senior director of marketing, Appliances, Energy and Automation segment, NXP Semiconductors. “Our latest DALI and DMX512 systems show how the power of 32-bit microcontrollers can deliver tremendous value by supporting the ever-increasing complexity of lighting network nodes – without adding cost. From wired lighting and control networks using DALI, DMX and KNX, to wireless solutions using JenNet-IP and ZigBee, NXP now offers a full range of energy-efficient options for intelligent lighting networks in homes, buildings and outdoor settings.”

The first DALI evaluation system (OM13026) is available immediately from NXP account managers and distributors. The DMX512 evaluation systems will be available later this month.