Yahoo Groups archive

Lpc2000

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

Messages

Browse messages

Page 166 of 329 · 16407 messages matched

Re: Moving from 2106 to 2138

2005-07-26 by Thiadmer Riemersma (ITB CompuPhase)

That s basically it; you may also want to set the stack end in the .ld file. Here are the top few lines from my lpc2138.ld file: MEMORY { flash : ORIGIN = 0,

Thread view Attachments: 0

Re: [lpc2000] Timer issues

2005-07-26 by 42Bastian Schick

soren_t_hansen schrieb am Tue, 26 Jul 2005 ... You should reset the VIC (disable all interrupts) before downloading (gdb init

Thread view Attachments: 0

Re: On KEILs Dhrystone benchmarks --again

2005-07-26 by Thiadmer Riemersma (ITB CompuPhase)

Hello Bernie, I have noticed that our site was temporarily down too. I do not know why. It should be up again. One issue may be that I made an error in the URL

Thread view Attachments: 0

Timer issues

2005-07-26 by soren_t_hansen

I m having some problems with the timer on a lpc2132 in the following way: I m developing a program which I m running from RAM while debugging. I ve set up

Thread view Attachments: 0

Re: CAN and UART1 troubles

2005-07-26 by gerhard_uttenthaler

... (external) ... No, I am not using IAR, but the gnuarm toolchain (arm-elf-gcc version 3.3.3). If I find out something helpful I will post it here.

Thread view Attachments: 0

Moving from 2106 to 2138

2005-07-26 by Nice Guy

In a school project we were originally going to use a 2106, but have decided to move to a 2138 due to extra GPIO pins and External Interrupts that are edge

Thread view Attachments: 0

Re: LF: Eclipe GCC interrupt examples,

2005-07-26 by soren_t_hansen

... environment? ... I don t know if you are using the CDT plugin, but you might want to check out Zylin.com and their opensource section :o) /Søren

Thread view Attachments: 0

FIQ tuning

2005-07-26 by 42Bastian Schick

Hi, while investigating the max. FIQ latency on a LPC2294 (other LPC should be similar), I wrote following code which fits completly into the vector table and

Thread view Attachments: 0

Re: CAN and UART1 troubles

2005-07-25 by genie_23432

... CAN ... I am having an almost identical type of problem using the LPC2119. Its in previous posts and I have since been told by Phillips that if I was using

Thread view Attachments: 0

Re: CAN baud rate

2005-07-25 by pearl_ixxat

The multiplier I was refering to is the PLL multiplier, which can provide a peripheral clock of 60 MHz. My problem is finding a combination that will allow

Thread view Attachments: 0

UART programming question

2005-07-25 by buyskoen

Hi, I m new to the LPC2138 and I m using uVision3 as enviroment. I m trying to debug my program code with the build in debugger. But I m trying to figure out

Thread view Attachments: 0

Unreliable Secondary JTAG Connection

2005-07-25 by James Dabbs

I am using a Nohau JTAG ICE connected to the second port on a LPC2106. The emulator does not make a reliable connection to the JTAG unit on the chip. On my

Thread view Attachments: 0

Re: A/D Reference Voltage

2005-07-24 by Owen Mooney

Thanks Tom. BTW I have found a nice reference from National (LM4120) low power - shutdown -low drop out voltage Owen Hi Owen, I was just looking into this

Thread view Attachments: 0

Re: More UART woes

2005-07-24 by Owen Mooney

Dont forget that part of the windows API allows you to extend the size of the uart buffers. They are 4096 by default I think, but I always stretch them out to

Thread view Attachments: 0

External Memory Access

2005-07-24 by xteret18

Greetings All, I am using the Phytec LPC2294 and I would like to use an external memory device( which is actually just a piece of hardware) I have it set up to

Thread view Attachments: 0

Re: USB Resource, use LPC2148

2005-07-24 by lpc2100_fan

Hi Majid, the LPC2148 (or for smaller programs the LPC2142) are almost the same devices as the LPC2148, just 2 analog inputs turned into D+ and D- A board from

Thread view Attachments: 0

Re: [lpc2000] USB Resource

2005-07-24 by Charles Manning

... Why use the LPC2138? It does not have onboard USB and needs an extra chip via serial. THis limits what you can do with it. How about trying the ATMEL

Thread view Attachments: 0

USB Resource

2005-07-23 by majid_mokhtari

Hi everybody , I have just started using USB instead of RS485 in an especial medical instrument . I am surfing on the web to find a good and practical

Thread view Attachments: 0

Re: A/D Reference Voltage

2005-07-22 by tom_laffey

Hi Owen, I was just looking into this myself. There is a FAQ on the Philips site (http://www-us16.semiconductors.com/cgi-bin/faq/faq.pl?

Thread view Attachments: 0

CAN baud rate

2005-07-22 by pearl_ixxat

I am working with the Keil MCB2100 board. This board has a LPC2129 processor, and is running a standard 12 MHz oscillator. I am interested in operating a 1

Thread view Attachments: 0

CAN and UART1 troubles

2005-07-22 by gerhard_uttenthaler

Hello! I am working on a project using the LPC2119. My main loop observes, whether a message has been received by the CAN interrupt and if so, sends it on the

Thread view Attachments: 0

Long unconditional brach - assembler

2005-07-22 by xjag74

Hello, is there a way to realize a long unconditional branch in assembler? What I try to do is to jump from the interrupt vector table - located at the begin

Thread view Attachments: 0

Re: LPC2292 + QUAD UART tl16c754

2005-07-22 by catstransport

... After my changes I can write to the uart and read from it. But only 50% of my data comes over the UART. So every second character is thrown away from the

Thread view Attachments: 0

LPC2214 & SPI1

2005-07-22 by jensalsig

Hi, I m having some trouble with the SPI1 channel. My hardware configuration is two 25LC640 connected to SPI1 channel via two separate chip selects, GPIO s. I

Thread view Attachments: 0

Re: [lpc2000] More UART woes

2005-07-22 by Mohan K

Hi, I Linux-2.16 PC to collect the data sent by the LPC 2138. The 8KB data said in the previous mail is splitted in to 128 bytes of chunks and then transferred

Thread view Attachments: 0

Re: More UART woes

2005-07-22 by vajper0

... Exactly what I found out short after my post! Switched to a known good (and really expensive) UART card and now it seems to work fine :) Crappy old 16550

Thread view Attachments: 0

RE: [lpc2000] More UART woes

2005-07-22 by Tim Wade

Hi I really wouldn t blame the LPC -- it is very likely that the PC is loosing the characters... We had a FAST PC logging data coming from a GPS receiver at

Thread view Attachments: 0

Re: [lpc2000] More UART woes

2005-07-22 by Mohan K

Hi all/PH, I am also facing the same problem. When I try to send the 8+Kbytes of data, on the other end am loosing some bytes. The speed of transmission is

Thread view Attachments: 0

A/D Reference Voltage

2005-07-21 by Owen Mooney

Has anyone experience with lower A/D reference voltages on the LPC2138? I usually use a 2.5V reference on 3.3v systems but the doc suggests that this should

Thread view Attachments: 0

Re: RTC problem

2005-07-21 by Owen Mooney

I think this is most of it below. The RTC is fairly cool. You can set EXTWAKE so that it wakes the processor up from power down every second i.e processing

Thread view Attachments: 0

LPC2138FBD64 Europe distributors ???

2005-07-21 by yvesr123

hi , I have contact my distributor (arrow-Iberia) from Portugal about availability of LPC2138. Part is not in production status. (answer from them). this part

Thread view Attachments: 0

LF: Eclipe GCC interrupt examples,

2005-07-21 by flying_wookie1

Hello everyone, could someone be kind enough to point me to some tutorials, or examples of interrupt based code for the eclipse development environment? Thank

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.