Yahoo Groups archive

Lpc2000

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

Messages

Browse messages

Page 176 of 329 · 16407 messages matched

RE : [lpc2000] looking for _divsi3

2005-06-21 by Yannick Hildenbrand

Hello, I had the same kind of problem, nearly for the same reasons. If you take a look at the ARM7 instruction set, you will notice that there is no division

Thread view Attachments: 0

Using CAN acceptance filter on LPC2129

2005-06-21 by me_mickey_2006

I m having problems with using acceptance filter, I used examples BlinkyCAN and FullCAN but I have problems anyways. 1. Does anyone have any material on the

Thread view Attachments: 0

looking for _divsi3

2005-06-21 by roelofth

Hi all, As a new member I would like to ask you a question. I m getting these error s from arm-elf-ld : div_error.o: In function `foo :

Thread view Attachments: 0

Re: [lpc2000] Re: WDT

2005-06-21 by Steffen Rose

Hi, ... I think you toggle the watchdog. This will restart the time measurements. After the next timeout you get a new interrupt. -- Steffen Rose

Thread view Attachments: 0

VIC on LPC2129

2005-06-21 by Steffen Rose

Hello, where can I find more information about the Vectored Interrupt Controller, especially about the SPURIOUS INTERRUPTS? In my system are many interrupts

Thread view Attachments: 0

[lpc2000] Re: WDT

2005-06-21 by chetan s rao

thanks Suriyan for ur response. well i was able to get the interrupt from the WDT but i am not able to acknowledge the same i.e. when the watchdog interrupt

Thread view Attachments: 0

Implementing ARM JTAG adapter

2005-06-21 by dave_baker_100

Does anyone know where I can find code to implement a JTAG interface for ARM i.e. mem write/read, bkpt, stop, go, etc. something like the source code for

Thread view Attachments: 0

Re: Problems with UART1 on LPC2132

2005-06-21 by soren_t_hansen

Hello everybody, and thanks for the many answers. It turned out that the problem could be solved very easily, by changing the fNull in the DCB from true to

Thread view Attachments: 0

UARTs and FIFO

2005-06-21 by extra300_it

Hello everybody. Has anybody used UARTS with FIFO enabled on LPC22xx? At first, I found this a big idea, but now that I m trying to make it work it doesn t

Thread view Attachments: 0

Re: WDT

2005-06-21 by misstero

Hi, Please show your source code to do this. Suriyan.

Thread view Attachments: 0

Re: Problems with UART1 on LPC2132

2005-06-21 by Owen Mooney

Hes write about the binary - the flag needs to be set in the dcb If anyone sends me an email I will return a complete win32 source in c or pascal Owen Mooney

Thread view Attachments: 0

RE: [lpc2000] GPIO P0.3 problem

2005-06-20 by Matthew Kavalauskas

... them? Thanks Robert and Karl; I do not have pull-ups. I finally found the page in the manual where it states this. As I have never used I2C, I did not

Thread view Attachments: 0

Re: GPIO P0.3 problem

2005-06-20 by Karl Olsen

... Maybe add pull-up resistors. P0.2 and P0.3 can only work as inputs or open-drain outputs, not push- pull outputs. This is true even when they aren t

Thread view Attachments: 0

Re: [lpc2000] GPIO P0.3 problem

2005-06-20 by Robert Adsett

... P0.2 & P0.3 are IIC pins, they need pull-ups. Do you have pull-ups on them? Robert Freedom has no meaning of itself. There are always restrictions,

Thread view Attachments: 0

GPIO P0.3 problem

2005-06-20 by MattKav

I am trying to use P0.3 as a GPIO, but it doesn t seem to be working. I define the bit as: #define ADC_CS (1

Thread view Attachments: 0

Re: Problems with UART1 on LPC2132

2005-06-20 by charlesgrenz

Hi Eric, Yes on many occasions. What you are using is based on C procedure calls which use the NULL (0x00) character as a string delimiter. So it can not be

Thread view Attachments: 0

Error in LPC213x users manual

2005-06-20 by rggmns

Hello, I have spend some time in getting the ADC on the move. The users manual states on page 198 that the ADC inputs are always connected to the I/O pins of

Thread view Attachments: 0

Re: TCport3

2005-06-20 by donhamilton2002

... value from What is TCport3 ??? hamilton

Thread view Attachments: 0

Re: Problems with UART1 on LPC2132

2005-06-20 by lpcarmed

Look at the source of the LPC21ISP (http://guest.engelschall.com/~martin/lpc21xx/isp/). There s a good example how to use the windows serial port without any

Thread view Attachments: 0

Re: Problems with UART1 on LPC2132

2005-06-20 by soren_t_hansen

I m using ordinary C/C++ in the Eclipse environment, and thus needs a very simple way to receive these 0s. Isn t possible to set up the Windows generic

Thread view Attachments: 0

WDT

2005-06-20 by seeessarr

hi everybody well i am trying to explore the WDT in LPC 2129. I am displaying a hex value through UART when WDT generates the interrupt. but iam not able to

Thread view Attachments: 0

Re: Problems with UART1 on LPC2132

2005-06-20 by charlesgrenz

You are using the generic controls for Win32. You are going to need to change the DCE control for windows and write your own drivers. Windows assumes that the

Thread view Attachments: 0

Re: Problems with UART1 on LPC2132

2005-06-20 by Carsten Grøn

Sorry, didn t see the other replys before posting. The Win functions does not care about zero etc.... Do a quick check with a scope on the TX line (I ll bet

Thread view Attachments: 0

Re: Problems with UART1 on LPC2132

2005-06-20 by Carsten Grøn

Hi Søren, well, that would be the first UART if that was the case :-) What are you using for reception on the PC end ? And. have you measured the TX line from

Thread view Attachments: 0

Re: Problems with UART1 on LPC2132

2005-06-20 by soren_t_hansen

I use a Win32 comport to receive with. It has the following setup: HANDLE m_hCom = 0; m_hCom = CreateFile(m_sComPort, // pointer to name of the file

Thread view Attachments: 0

Problems with UART1 on LPC2132

2005-06-20 by soren_t_hansen

Hi everybody I want to transmit a number og bytes on UART1 and some of them are 0. When I receive the bytes on the PC, all the 0s are gone, resulting in an

Thread view Attachments: 0

LPC2294 I2C master problem

2005-06-20 by Boris Kralik

Hi all. I want to use I2C bus on LP2294, I initialize bus, set the baud rate (I2C_I2SCLL = 50;I2C_I2SCLH = 50;//BR=24000kHz/100=240kBd) and now I want to set

Thread view Attachments: 0

Power down mode in LPC213x

2005-06-20 by Owen Mooney

About a week ago I put a posting about the consumption of power in power down mode in the LPC213x series I have solved the problem I had then (with assistance

Thread view Attachments: 0

New file uploaded to lpc2000

2005-06-20 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

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.