Yahoo Groups archive

Lpc2000

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

Messages

Browse messages

Page 190 of 329 · 16407 messages matched

LPC2000 Flash utilty problem

2005-04-29 by 김동휘

Hi. I now design a test board using LPC2214. When I download hex code to target, I use the LPC2000 flash utility. If my hex code is over 130KB, flash utility

Thread view Attachments: 0

pclk speed

2005-04-29 by jase_ko

hey guys, how would i find out/set the speed of the pclk on a philips lpc2129 with keil tools? thanks Jason

Thread view Attachments: 0

Re: Counting timer0 TC pulses..

2005-04-28 by jase_ko

This is the interrupt code: void IRQExternal0() __attribute__ ((interrupt)); void IRQExternal0() { static unsigned long prevTC = 0; unsigned long currTC =

Thread view Attachments: 0

Counting timer0 TC pulses..

2005-04-28 by jase_ko

Hi guys, Earlier I posted a question about measuring time between successive calls to an external interrupt method. Now I am trying to do this with Timer0 and

Thread view Attachments: 0

Re:lpc 210x Uart1 modem interface

2005-04-28 by Owen Mooney

If you can get behind the RS232 driver in phone then you will be able to make a direct connection from the 2106 ports to the corresponding micro ports of the

Thread view Attachments: 0

Re: UART transmit problem with GNU

2005-04-28 by javida13

You need to encapsulate UODLL and DODLM by setting and clearing the DLAB U0LCR |= 0x80; /* Set DLAB */ U0DLL = divisor; U0DLM = (divisor 8); U0LCR

Thread view Attachments: 0

Re: Time between ext interrupt calls

2005-04-28 by jase_ko

... time ... result on a ... restrictions, be ... chew a ... well i have calls to an external interrupt method every time a pin is grounded.. This happens

Thread view Attachments: 0

UART transmit problem with GNU

2005-04-28 by jesperkr123

Hey I m trying to get the UART0 and UART1 working on my LPC2124 Olimex board. I use the WINARM GNU toolchain. I ve wrote a simple code to test the UART. But

Thread view Attachments: 0

Re: [lpc2000] JTAG

2005-04-28 by Matthias Hertel

Hi, There is an example that does this in ARM Boards Keil MCB2100 DebugIO of your Keil ARM Tools installation. Matthias

Thread view Attachments: 0

[Advert] Ashling are hiring....

2005-04-28 by Hugh O'Keeffe

Hi Group, Ashling have some vacancies that could use some ARM/LPC2000 expertise. Details here: www.ashling.com/careers/careers.html. Let me know if you re

Thread view Attachments: 0

Re: Problem with WE signal on LPC2214

2005-04-28 by Robert Davis

Thank you Bill and Sveinung for your replies. It is great to have people to turn to with a problem. I followed Bill s suggestion and set RBLE in the BCFG0

Thread view Attachments: 0

Re: [lpc2000] LPC2294 GNUARM load script

2005-04-28 by Robert Adsett

... The file compare failed error may be misleading. Are you using the Philips serial download facility? If so you should calculate the checksum before doing

Thread view Attachments: 0

Re: [lpc2000] Re: assert and GNUARM

2005-04-28 by Robert Adsett

... What other libraries did you use? What references are you missing? Given the size of the 2100 family C is more common than C++ but I understand a number

Thread view Attachments: 0

Re: Olimex LPCH2214 and FT232

2005-04-28 by lpcarmed

Use P0.1/RXD0 as RX pin, where I feed my own signal. I expected to Olimex board to let this happen without cutting traces. Does anyone have experience with

Thread view Attachments: 0

Re: assert and GNUARM

2005-04-28 by soren_t_hansen

... Has anyone succeeded in making a C++ program using the GNUARM toolchain and using e.g. stdio.h? It seems as if no matter which libraries I include, I have

Thread view Attachments: 0

Re: Register flags to Hex

2005-04-28 by dave_baker_100

I uploaded it to the LPC2000 files section under Tools - sorry, I should have been more specific! ... word ... or ... Service.

Thread view Attachments: 0

Re: [lpc2000] JTAG

2005-04-28 by Richard Duits

The Keil can use the DCC (Debug Communications Channel) to show debug messages in a terminal window during debugging. I wrote the following functions to handle

Thread view Attachments: 0

JTAG

2005-04-28 by Sridhar gadda

Hello, does any one read register values trough JTAG. In Blinky example (keil) UART has been used to display result of value stored in register on hyper

Thread view Attachments: 0

Register flags to Hex

2005-04-28 by dave_baker_100

Hi, I just uploaded a simple tool which allows you build a 32bit hex word from binary. I got fed up with building a 32bit word on paper when working out from

Thread view Attachments: 0

LPC2294 GNUARM load script

2005-04-28 by deunhido

I ve got an Olimex LPC-H2294 and I can t get anything to run. I ve tried a number of blinking led projects and nothing works. I ve tried to modify LPC21xx

Thread view Attachments: 0

Olimex LPC-P2129 testfile

2005-04-28 by Andy

Hello. We are two desperate german students. We have bought the Olimex LPC-P212x evaluation board with the LPC2129. We have big problems to use this board. We

Thread view Attachments: 0

lpc 210x Uart1 modem interface

2005-04-28 by rohan patil

hi i m final year elect. engg student in my project i m interfcing lg cdma phone with lpc 2106 . this cdma phone has data cable which contains rs 232 converter

Thread view Attachments: 0

Time between ext interrupt calls

2005-04-28 by jase_ko

Hi, I m new at this. Can someone tell me the best way to measure the time between external interrupt calls? just point me in the right direction as to what to

Thread view Attachments: 0

Re: [lpc2000] Olimex LPCH2214 and FT232

2005-04-28 by Charles Manning

... So you want to use this line as an output (sometimes) or as the RX input? To do this I would connect the FT232 TX to the RX via a resistor. Say 4k7. Then

Thread view Attachments: 0

Re: [lpc2000] LPC2138 GPIO

2005-04-28 by Bob Paddock

... There is also the Linear Tech. LTC1694 - SMBus/I²C Accelerator that may be used in place of the pull ups. Improves SMBus Rise Time Transition Ensures Data

Thread view Attachments: 0

Anyone using Forth on LPC21xx?

2005-04-27 by Stephen Pelc

... It s a target resident Forth produced by a cross compiler. You can also produce an Umbilical version. ... FLAGS SIZE -1 FILL 0 SIZE 0 DO I FLAGS + C@ IF I

Thread view Attachments: 0

Problem with WE signal on LPC2214

2005-04-27 by rkdwork

Hi, I am trying to attach an external device to the data and address bus of the LPC2214. With a logic analyzer I can see that all of the signal lines for the

Thread view Attachments: 0

Re: [lpc2000] Event log analyzing tool

2005-04-27 by Anton Erasmus

... I think DADiSP should be suitable. It has been a while since I have used it, but one can do all sorts of signal processing on data and display the output

Thread view Attachments: 0

LPC2000 Worldwide Design Contest

2005-04-27 by philips_marketing_usa

The Philips ARM Design Contest 2005 is your introduction to Philips powerful LPC213x microcontroller family. These RISC MCUs are based on the high-performance

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.