Yahoo Groups archive

Lpc2000

Index last updated: 2026-04-28 23:31 UTC

Messages

Browse messages

Page 285 of 329 · 16407 messages matched

Re: SPI questions/observations

2004-05-25 by Chris

... MISO, ... or ... is ... Maybe I misunderstand, but do you really mean that the pin configured as SSCS does not produce any CS signal? So it s just

Thread view Attachments: 0

Re: [lpc2000] Start from flash

2004-05-25 by Robert Adsett

... What s an AIF? Any way to just convert that to a hex file and just use one of the standard available download programs? ... You could verify against

Thread view Attachments: 0

Start from flash

2004-05-25 by tendoskeleton

Hello, I have written code that download an AIF into flash, so it doesn t have to download eacht time. Just by power up, the code will execute. Now this

Thread view Attachments: 0

LPC FAQ email address

2004-05-25 by javaguy11111

In looking at the FAQ for the LPC2000 there is an email addresses listed www.micro.support@philips.com that is not accepting email messages. According the

Thread view Attachments: 0

Re: [lpc2000] PROTOTYPE BOARDS

2004-05-25 by Micron Engineering

I am searching for a simple evaluation board for LPC2214/2294 and a set of tools to use standard GCC toolchain and also GDB or a cheeper debugger/monitor and a

Thread view Attachments: 0

RE: [lpc2000] PROTOTYPE BOARDS

2004-05-25 by Hugh O'Keeffe

Hi, See our web site. Contact me directly if you need further help. Hugh @ http://www.ashling.com/support/lpc2000/ ... From: Micron Engineering

Thread view Attachments: 0

erase sectors one at a time

2004-05-25 by chazeltopman

I ve run into a problem with the IAP command to erase multiple sectors on the 2129. If I tell it to erase sectors 10 and 11, it does so but the micro locks up

Thread view Attachments: 0

PROTOTYPE BOARDS

2004-05-25 by Micron Engineering

Dear group members, I am searching for: 1. LPC2214/2294 prototype boards 2. JTAG emulation interface (low cost) 3. IDEs for compile/debug using GCC toolchain.

Thread view Attachments: 0

Re: [lpc2000] Eclipse IDE /debugger

2004-05-25 by Charles Manning

I know people who do and love it, but it needs java and my java i screwed up so I could not get it going. I m trying out VIDE right now. -- CHarles

Thread view Attachments: 0

Re: [lpc2000] SWI Software Interrupt

2004-05-25 by Charles Manning

SWIs are sometimes used to handle the OS specific calls that live inside printf and other libc callsetc. If you are using these then you might be generating

Thread view Attachments: 0

Re: UART1 I/O Pins

2004-05-24 by leon_heller

... I m ... pins. ... If I ve read the User Manual correctly (page 78), I think that is the case. You can set up the PINSEL0 register so that P0.8 is UART1 TxD

Thread view Attachments: 0

ULINK 10 X 0 ME

2004-05-24 by Rodrigo

I m almost 1 month with a ULINK, and I couldn t debug my code yet... The two Blinky examples debug. I m using the Startup.s and Flash.ld files from Blinky IRQ,

Thread view Attachments: 0

UART1 I/O Pins

2004-05-24 by Chris

Uart1 supports many modem control signals, but I only need TXD and RXD. I understand from the archives that SPI will not work unless all (four) of its signals

Thread view Attachments: 0

Re: [lpc2000] interrupt vector table & IAP

2004-05-24 by MaxStream - Ryan Bedwell

... Address 0 can appear in one of four places: the base of user flash, the base of user RAM, in external memory (for parts that support this) or somewhere in

Thread view Attachments: 0

SWI Software Interrupt

2004-05-24 by Rob R

Hi, I m using Keil & GNU to compile an example program that does simple GPIO manipulation and sends some data through the UART, but for some reason, there is a

Thread view Attachments: 0

interrupt vector table & IAP

2004-05-24 by more_effective

Hi everybody, We are trying to work with LPC2104 & Keil uVision3. If you take LPC2104 user s manual (2 oct 2003) you can read: If user s code is runing from

Thread view Attachments: 0

Sample ISR setup code for GCC?(Newbie)

2004-05-24 by Richard

Hi, I have used the GNU tools on an AVR, but not before on an ARM. Does anybody have a link to some sample code that setups up an ISR, preferable on a timer?

Thread view Attachments: 0

LPC 2212/14 Development Board

2004-05-24 by Srinath

Hi all, I would like to obtain a cheap setup to experiment using the LPC 2212/14. Could someone please help me with the following beginner queries. 1. Where

Thread view Attachments: 0

v1.2 CrossWorks for ARM released

2004-05-24 by Michael Johnson

We ve released v1.2 of CrossWorks for ARM - this is available for both windows and linux. From an LPC21xx perspective the following applies - memory map files

Thread view Attachments: 0

Re: SOT313-2 / LQFP48 footprint

2004-05-23 by Chetan Bhargava

Thanks Leon, I have created a device for schematic and LQFP48 pcb footprint. I have uploaded a zip file containing the library. -Chetan Bhargava

Thread view Attachments: 0

New file uploaded to lpc2000

2004-05-23 by lpc2000@yahoogroups.com

Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the lpc2000 group. File :

Thread view Attachments: 0

Re: [lpc2000] Delay Routines

2004-05-22 by Robert Adsett

... See http://www.aeolusdevelopment.com/Articles/download.html then newlib port layer has timing routines with microsecond resolution. See also

Thread view Attachments: 0

RE: [lpc2000] Delay Routines

2004-05-22 by Curt Powell

Check out Robert Adsett s port of newlib. ... From: Beeno Rabbit [mailto:beenorabbit@ultraline.com] Sent: Saturday, May 22, 2004 8:33 AM To:

Thread view Attachments: 0

Delay Routines

2004-05-22 by Beeno Rabbit

Dear All, How can I write the delay rouitnes such as 500ms or 500us. Best Regards, Beeno

Thread view Attachments: 0

Eclipse IDE /debugger

2004-05-21 by Art Sobel

Has anybody used the free Eclipse IDE and debugger with GNU? http://www.eclipse.org/downloads/index.php

Thread view Attachments: 0

Re: SPI questions/observations

2004-05-21 by Art Sobel

... You d think that but i did put an 8 into the counter and all I got was 12,000 samples a sec. I programmed the port as master but the SSCS is never

Thread view Attachments: 0

C++ and ULINK

2004-05-21 by Rodrigo

I can´t debug a .cpp file using ULINK. I m using uvision3 V3.02 and a MCB2100 board (LPC2129)... I m receiving the MEMORY MISMATCH message... renaming a file

Thread view Attachments: 0

App Note for ETM/IO line sharing

2004-05-21 by jpsg123

Does anybody know of an App Note how to use properly ETM/IO shared ports? Like if I am going to use P0.22 to P0.31 in my project, how do I handle conflicts

Thread view Attachments: 0

Re: [lpc2000] SPI questions/observations

2004-05-21 by MaxStream - Ryan Bedwell

... A couple of thoughts: - If the 21XX is always only going to serve as SPI master (i.e. it will never be selected as a SPI slave), then it makes sense to use

Thread view Attachments: 0

modem pins on UART1

2004-05-21 by Gus

Does UART1 with modem pins support hardware handshaking for RTS and CTS? I found registers only to set RTS and other to read CTS by software but can these pins

Thread view Attachments: 0

SPI questions/observations

2004-05-21 by Art Sobel

In the process of attaching some SPI peripherals to the chip I ran into some strange behaviour. There are 4 pins to use, SPICLK, MISO, MOSI and SSCS, First

Thread view Attachments: 0

Re: eCOS, LPC and SBC

2004-05-21 by Art Sobel

... will be ... I ve looked at eCOS but as a non professional programmer, I have not gotten beyond the broken congigurator generator. Why isn t there a generic

Thread view Attachments: 0

Move to quarantaine

This moves the raw source file on disk only. The archive index is not changed automatically, so you still need to run a manual refresh afterward.