Yahoo Groups archive

Lpc2000

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

Messages

Browse messages

Page 224 of 329 · 16407 messages matched

Re: LPC213x And Ethernet

2005-01-26 by go_lpc

I start new project with LPC2138 and Wiznet W3100A chip (10/100M). It is connected through 3 lines (I2C - SCL, SDA and interrupt). My experience with previous

Thread view Attachments: 0

Re: LPC213x And Ethernet

2005-01-26 by charlesgrenz

Also you if you do not want the overhead and just a simple Ethernet connection you may want to look at Lantronix. It is a Ethernet to serial bridge which

Thread view Attachments: 0

Port maximum current

2005-01-26 by extra300_it

Hello, The hardware manual says that the maximum current for each GPIO output pin is 4 mA in both directions. Is there any limitation considering the whole

Thread view Attachments: 0

Re: accurate pulse measurements

2005-01-26 by chazeltopman

By the way also beware of this problem noted in the LPC2106 errata sheet: In summary, while software is writing to the Interrupt Register, any Match or Capture

Thread view Attachments: 0

Re: [lpc2000] Re: Strange ISP Problem

2005-01-26 by Aalt Lokhorst

Hello Reggie, ... I think the Philips utility uses DTR to reset the processor and RTS for forcing the procssor in boot-loader mode. (You need some extra

Thread view Attachments: 0

real-time interrupts, states and tools

2005-01-26 by chazeltopman

Well, I went and built some tools to help me solve some problems and this is what I found with what I built. Architecturally, I merged two state machines into

Thread view Attachments: 0

Re: [lpc2000] LPC213x And Ethernet

2005-01-26 by Marko Pavlin

I am developing application with lpc2138 and cs8900a. I used freertos with uIP port. http://www.freertos.org/portrowleylpc2124.html For schematic check

Thread view Attachments: 0

Re: 2138 Data Abort Loading SSP Reg

2005-01-26 by tkreyche

Dave, I m starting to think that there is an incompatibility between the TI spec and the 2138 on the receive timing. I tried both phases and they both sortof

Thread view Attachments: 0

LPC213x And Ethernet

2005-01-26 by dsidlauskas1

I have a project where the LPC312x fits very well accept that there s a requirement for ehternet connectivity. I d appreciate any suggestions as to how this

Thread view Attachments: 0

Re: Code optimization problem

2005-01-25 by Richard

Robert, Can you elaborate on how this is used? Right now the statement: dummy = U0IIR; // clear the flag Is optimized out in my UART ISR. Richard ...

Thread view Attachments: 0

Re: Strange ISP Problem

2005-01-25 by Nice Guy

The level translator i m using is a prebuilt unit. It gets it s power from the serial port (RTS & DTS) lines I think. It has worked with other projects such

Thread view Attachments: 0

Re: 2138 Data Abort Loading SSP Reg

2005-01-25 by dsidlauskas1

Keil says that the problem is only with the SSP registers and will be fixed by the end of February. Also be aware that SSPCR0 and SSPDR are defined in

Thread view Attachments: 0

Re: 2138 Data Abort Loading SSP Reg

2005-01-25 by dsidlauskas1

Tom, Does your SSP clock phasing match the ADC? Keil says the LPC213x problem will be fixed by the end of February. Also be aware that SSPCR0 and SSPDR should

Thread view Attachments: 0

Re: [lpc2000] Re: Strange ISP Problem

2005-01-25 by Robert Adsett

... Have you tried a different cable? This is the kind of thing I ve seen with intermittent connections (cold solder joint, lead sitting on pad w/o solder, a

Thread view Attachments: 0

Cant get write puls from LPC2294

2005-01-25 by didier_edna

Hello anyone, or all, I m playing with the LPC2294 ARM (from Phillips of course) and dont seem to be able to write data into the RAM space. A latch is located

Thread view Attachments: 0

LPC2124 A/D converter

2005-01-25 by atmelbr

Hi all, I´m developing an application using LPC2124 /D converter. I´m trying to sample 3 inputs (AIN0,AIN1 and AIN2). If I program to sample AIN0 first I

Thread view Attachments: 0

New file uploaded to lpc2000

2005-01-25 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: Controller

2005-01-25 by didier_edna

Indeed they are not serious, I made the mistake of buying a phytec board. As long as it works fine, no probs, but we have one with problems. You should try to

Thread view Attachments: 0

Re: accurate pulse measurements

2005-01-25 by chazeltopman

... These three lines will turn off all the interrupts if more than one happens at the same time since it is oring a value onto itself and then writing it

Thread view Attachments: 0

Re: Strange ISP Problem

2005-01-25 by Nice Guy

Yes, have tried several different computer with different COM ports. At school today I have had access to an oscolliscope and found out that the philips

Thread view Attachments: 0

lpc2106 Overheating

2005-01-25 by ds19968902

I recently posted about sourcing the lpc2106 due to burning a few of them lately. Leon Heller asked as to how they got fried so I put some information

Thread view Attachments: 0

Re: [lpc2000] Re: LPC2129 IAP Questions

2005-01-25 by Robert Adsett

... Assembler code doesn t get any simpler to use than those. Just compile with GCC, add #include lpc_sys.h in your application to provide the appropriate

Thread view Attachments: 0

Re: LPC2129 IAP Questions

2005-01-25 by firegenie1980

Hi, Thanks for the information about the status code. I just hadn t realised that it was returned within the result variable. The second part to do with the

Thread view Attachments: 0

Re: 2138 Data Abort Loading SSP Reg

2005-01-25 by tkreyche

Dave, I gave up on the simulator almost immediately for the reasons you state below. Also when hooking up to external hardware a simulator is only marginally

Thread view Attachments: 0

Re: 2138 Data Abort Loading SSP Reg

2005-01-25 by dsidlauskas1

Hi Tom, The problem with the Keil development system and the LPC213x is that the Keil system doesn t know the LPC213x SFR s. That s why it s simulator threw a

Thread view Attachments: 0

Re: Code optimization problem

2005-01-24 by Richard

Robert, I don t follow, the registers are declared thusly: #define SPI_SPDR (*((volatile unsigned char *) 0xE0020008)) Richard ... that is

Thread view Attachments: 0

Re: LPC2129 IAP Questions

2005-01-24 by Leighton Rowe

... a ... From what I ve seen. That variable would be status[0]. The UM gives a basic skeleton on how all IAP function calls and data structures work, but

Thread view Attachments: 0

LPC2129 IAP Questions

2005-01-24 by firegenie1980

Hi, I have been reading through all the posts about this topic, however there are two question I have which I cant find the answers for so far. Sorry if they

Thread view Attachments: 0

Re: 2138 Data Abort Loading SSP Reg

2005-01-24 by tkreyche

Dave, I ve just spent a lot of time over the past two weeks working with SSP on the Keil kit, interfacing it to a TI ADS1256 ADC. I ve run into a variety of

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.