Archive for the 'ARM microcontrollers' Category

First LPC2148 ARM7 microcontroller test–led blink

Saturday, May 13th, 2006

This is simple led blinking routine using my development board. The compiler I used was WINARM. I like this compiler because its free and adaptation is easy while the same functionality is in WINAVR. This simple test just blinks pin 16 of port 0. This I used when I first got to know ARM microcontroller.
Here [...]

Philips introduces advanced Hi-Speed USB microcontrollers

Thursday, April 27th, 2006

Royal Philips Electronics introduced the LPC2800 series - the industry’s most advanced ARM-based Hi-Speed USB microcontrollers on the market. The Philips LPC2800 is the first ARM7 MCU to deliver USB 2.0 device capabilities with maximum standard compliance and an on-chip Hi-Speed 480 Mbits/sec transceiver, and the first to enable single battery cell operation. These unique [...]

ARM7 Development Tools

Thursday, April 27th, 2006

The development Software Keil for architecture ARM7 TDMI support the following devices ARM7: Atmel, Philips and Analog Devices, Sharp, OKI, ST Microelectronics. Instrument for ARM consist of the following parts:
- CAARM Compiler/Assembler Kit Contains AARM Assembler, ARM Utilities, CARM Compiler, LARM Linker/Locator and the integrated medium of the development of Вµ.Vision IDE, which accomplishes complete [...]

GNUARM for ARM microcontrollers

Saturday, March 11th, 2006

In this article you’ll find some information about how to configure GNUARM toolset for compiling ARM7 microcontrollers.
GNUARM is the open source toolset for ARM7 MCUs. It has GCC compiller and debugger. Our purpose now is to set up tools in Windows environment and compile one project.
First of all download compiled toolset from http://www.gnuarm.com:

Select the newest [...]

ARM7-Base development board for LPC2148

Friday, March 10th, 2006

After ARM mini board for LPC2148 is created its time to develop development board. I want to make board as universal as possible.
So I decided to put I2C, SPI, COM and JTAG on board. I decided to use external voltage adapter as there is needed 5V and 3.3V DC sources. For my experiments I can [...]

ARM7 LPC2148 mini board

Thursday, March 9th, 2006

One day I’ve got ARM LPC2148 chip in my hands. The Philips LPC2148 is an ARM7TDMI-S based high-performance 32-bit RISC Microcontroller with Thumb extensions 512KB on-chip Flash ROM with In-System Programming (ISP) and In-Application Programming (IAP), 32KB RAM, Vectored Interrupt Controller, Two 10bit ADCs with 14 channels, USB 2.0 Full Speed Device Controller, Two UARTs, [...]