Yahoo Groups archive

Lpc2000

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

Messages

Browse messages

Page 184 of 329 · 16407 messages matched

bug in I2C?

2005-05-19 by Gus

I am using LPC2294. I had a problem with I2C and found something that I can t explain when I scoped teh I2C lines! When setting the STA bit, the I2C module

Thread view Attachments: 0

Re: Debug Communication channel

2005-05-19 by javida13

Look at LPC2100_INTSIO.zip (interrupt-driven sio example for philips lpc2100 on the Keil Download Area. I used this as a model for my design. P.S., next time

Thread view Attachments: 0

New LPC2220 (64 KB SRAM) released

2005-05-19 by philips_marketing_usa

LPC2220 is a low-cost 16/32-bit ARM7TDMI-STM Flashless processor with up to 64K on-chip RAM, 75 MHz operation. The highly integrated single chip LPC2220

Thread view Attachments: 0

Debug Communication channel

2005-05-19 by Sridhar gadda

Hi, I want to use Ulink for downloading frimware as well as the µvision(keil) debug serial window to diplay result. I can display the string but not hex

Thread view Attachments: 0

Re: LCP2138 startup file and linker scripts

2005-05-19 by Thiadmer Riemersma (ITB CompuPhase)

... a beta ... Well,... I started with this utility but soon found that it would only upload files smaller than 4 kiB. When looking into the source, I saw that

Thread view Attachments: 0

Re: LCP2138 startup file and linker scripts

2005-05-19 by Thiadmer Riemersma (ITB CompuPhase)

... Look in the Files section of this forum under the TOOLS subdirectory. There you will find a version of lpc21isp that works for the LPC213x series. For

Thread view Attachments: 0

Re: lpc2138 flash programming

2005-05-19 by Thiadmer Riemersma (ITB CompuPhase)

The reasons that the lpc21isp utility fails to upload programs onto the LPC2138 are: - the maximum size that can be copied from SRAM to Flash ROM in a single

Thread view Attachments: 0

Severe Bug in LPC2XXX CAN-Controller

2005-05-19 by alipowsky

As we spent a lot of time and work in isolating and reporting the following bug, we want to make this information available to all, who intend to use the

Thread view Attachments: 0

KEIL and LPC2138

2005-05-19 by balakumar chinuswamy

The code generated by the KEIL for LPC2138 is a position dependent or position independent code. I meen to ask wether the code is relocatable or not.

Thread view Attachments: 0

Re: [lpc2000] Re: LPC23xx ethernet

2005-05-18 by Rod Moffitt

Check the original thread for links to more information on the ethernet LPC213X line. Since there hasn t been any recent discussion on this topic, and it is

Thread view Attachments: 0

Re: startup for AMR RDS 1.2 IDE

2005-05-18 by atmelbr

... Hi, Get blink_ADS_1.2.zip file on files section. On Project Properties- Build- LinkAdvanced configure RW Base = 0x40000100 R0 Base = 0 First = Vectors On

Thread view Attachments: 0

Re: LPC23xx ethernet

2005-05-18 by d34db33fc4f3

Where is your information on the LPC23XX parts coming from? Any idea on availablity dates? David ... because ... lack ... sharp-edge ... huh?)!

Thread view Attachments: 0

ARM FFT

2005-05-18 by Tim Wade

I found this application note: http://www.renan.org/ARM/doc/Apps16pdf.pdf Which originated from the ARM site. It seems to have subsequently dissapeared from

Thread view Attachments: 0

Re: [lpc2000] Re: TDMI-S

2005-05-18 by 42Bastian Schick

Charles ... Now, I think you are correct. Gonna have to try it with the LPC. -- 42Bastian Schick

Thread view Attachments: 0

Re: Flash Utility wish list

2005-05-18 by embeddedjanitor

... Use gcc or grab the Windows binary from: http://guest.engelschall. com/~martin/lpc21xx/isp/lpc21isp_windows_binary.zip

Thread view Attachments: 0

Re: [lpc2000] Flash Utility wish list

2005-05-18 by Charles Manning

... You don t have to. Try lpc21isp at http://guest.engelschall.com/~martin/lpc21xx/isp/ This has the benefit of being command line (ie easy to run from batch

Thread view Attachments: 0

Flash Utility wish list

2005-05-18 by Peter Jakacki

If I didn t use the Flash Utility everyday I probably wouldn t be making this request. But as I do I am wondering whether Philips apps in Hamburg can make a

Thread view Attachments: 0

Re: [lpc2000] Re: TDMI-S

2005-05-18 by Charles Manning

... As I always tell my kids: The day you don t learn something is the day you die. Thanks for correcting my understanding of this. I always thought the there

Thread view Attachments: 0

Re: OT: I2C question for the expert

2005-05-17 by Ken Wada

... The fastest possible way, and the most straight-fwd, given your line of questions...is to ALWAYS rig up ONE master, and everything else as SLAVES. ... Yes,

Thread view Attachments: 0

Re: OT: I2C question for the expert

2005-05-17 by Gus

Kris, I read the I2C spec from philips but one thing I am totally unclear on! If I have 2 masters and both transmited to eachother at the same time. I know one

Thread view Attachments: 0

startup for AMR RDS 1.2 IDE

2005-05-17 by D.T. SAVELEC

Hello ! I m new at this group so : hello everybody :+) I ve bought LPC2138 µc and I ve an evaluation card MCB2130. I ve the RDS 1.2 IDE and I have problems to

Thread view Attachments: 0

Re: [lpc2000] Re: TDMI-S

2005-05-17 by 42Bastian Schick

Charles Manning schrieb am Sun, 15 May 2005 18:46:11 ... AFAIK, the non-S types can run higher JTAG clocks (-S types only up to 1/4

Thread view Attachments: 0

Startup & config files for LPC2138 ?

2005-05-17 by donwillwonthe

Has anyone got - or know of a set of template files for config and startup for the LPC2138 ? I started with the IAR Kickstart PCB and its got virtually

Thread view Attachments: 0

IrDA Clock

2005-05-17 by sudip nag

Hi Everyone, I like to interface IrDA encoder-decoder chip with LPC2138. Fosc=11.0592MHz with PLL multiplier 5 (CCLK=55.296MHz). UART baud =9600bps. Accuarte

Thread view Attachments: 0

OT: I2C question for the expert

2005-05-17 by Gus

Hello, I need to move data fast between 2 I2C devices ASAP. One device is a PIC18F458 micro and the other is an LPC2114 micro. 1) Is it best if I set up one as

Thread view Attachments: 0

LPC & SD Card

2005-05-16 by jones3hsu

Dear All , I try to initial SD card with LPC SPI interface. And i can success send CMD 0 and get 0x01. when i send CMD 55 and ACMD41 to the card . but i got

Thread view Attachments: 0

[lpc2000] Loop-back 21xx

2005-05-16 by artturi

Hi I have loop-back made with CAN tranceiver. I m sending message from CAN2Tx and receiving from CAN2Rx. I m using Self Test Mode (STM) and Self Reception

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.