Yahoo Groups archive

Lpc2000

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

Messages

Browse messages

Page 162 of 329 · 16407 messages matched

Need explicit power-up of ADC1?

2005-08-11 by brendanmurphy37

We ve had a problem using the ADC1 on the LPC2134. It s still being confirmed what the exact problem is, but it looks like the ADC1 peripheral needs explicit

Thread view Attachments: 0

Re: VIC on LPC2129

2005-08-11 by brendanmurphy37

We had the same problem when we stressed the part with lots of interrupts: to be safe you definitely do need a default interrupt handler. It can be completely

Thread view Attachments: 0

DSP function library for ARM

2005-08-11 by theothervmax

Hi, I wonder is there any free library for ARM MCUs with DSP functions implemented (FFT, filtering, etc.) ? Recently I found ARM s Application Note 16 but

Thread view Attachments: 0

Re: [lpc2000] Re: VIC on LPC2129

2005-08-11 by Steffen Rose

Hi, ... In our case the solution was, that a second interrupt was triggered at the time we was within an interrupt routine. Now we added a empty default

Thread view Attachments: 0

Re: VIC on LPC2129

2005-08-10 by big1ogre

Hi, Steffen, I have similar problems, using vectored interrupts from UART0, UART1, I2C and SPI0. It appears that you occasionally get vectored to the default

Thread view Attachments: 0

Re: How to detect a multiply overflow?

2005-08-10 by brendanmurphy37

I stand corrected: the smull instruction does indeed produce a 64- bit result. The LPC2000 series parts definitely do have the DSP extensions: we use them in

Thread view Attachments: 0

problems with I2C interruption

2005-08-10 by ricardo_silva_marinheiro

hello! I m trying to make a routine to take care of the I2C protocol and communicate with an external component wich is an I/O port (PCA9555 from phillips).

Thread view Attachments: 0

Ada

2005-08-10 by Andreas Schwarz

Hi, are there any Ada compilers/runtime systems that can be used with LPC2xxx or ARM7TDMI in general? For AVR there is a GNAT port on

Thread view Attachments: 0

Re: Low cost complete ARM Evaluation Kit

2005-08-09 by lpc2100_fan

Hi, if you really want it low cost, this might help: http://www.newmicros.com/ click on the LPC2131 link and buy a little board for $29. Links to download GNU,

Thread view Attachments: 0

Interrupt Eclipse

2005-08-09 by flying_wookie1

Hello all, I am trying to build one of the examples from the hitex book (keil has the code examples) on the eclipse development environment. When I compile

Thread view Attachments: 0

J-link and U-Link with gnu

2005-08-09 by c_hall2001

Sorry for the dumb question but I m just getting started with the ARM and haven t had much luck with the wiggler. Can the J-link or U-link be used with a gnu

Thread view Attachments: 0

Re: How to detect a multiply overflow?

2005-08-09 by brendanmurphy37

Hi, In the general case, you re pretty much guaranteed overflow: multiplying two numbers of a fixed precision (e.g. 16-bits) gives a result twice that

Thread view Attachments: 0

How to detect a multiply overflow?

2005-08-09 by Aalt Lokhorst

Hello All, I have concerns about a PID routine which is doing some calculations with 32-bit values. It uses multiply and add instructions. My concern about

Thread view Attachments: 0

External Memory Access

2005-08-09 by wiese_matthias

Hi, I m trying to access the external Memory of the LPC-E2294 (from Olimex). I configured the EMC as followed: // Initialization of EMC // FLASH 16bit; IDCY =

Thread view Attachments: 0

Re: measuring pulse width

2005-08-09 by Gus

From what you guys are saying, I think my ISR is too slow!! When I feed my system with 10KHz 50% duty, I get 10% error around the correct value In my ISR, I

Thread view Attachments: 0

Re: [lpc2000] Lpc22xx and sed1335

2005-08-09 by Gary Greene

Hi Fred, Have you actually used the LPC2214/2294 in 8 bit mode? I have used the Olimex LPC2214 eval board with the CS8900A ethernet chip and while I could read

Thread view Attachments: 0

Tool for CAN BTR

2005-08-09 by Huber Martin

Hi all Does anybody knows if there is a tool to calculate the right values for the CAN Bit Timing Register (CxBTR), depending on bus speed and system clock? I

Thread view Attachments: 0

Re: Lpc22xx and sed1335

2005-08-09 by szemzoandras

hi, Thanks, I know I can set the delays via the BCFG registers, :) I only wanted to know my idea is possible or not, and max waitstates will be enough for sed.

Thread view Attachments: 0

Re: [lpc2000] Lpc22xx and sed1335

2005-08-09 by DECwiz (Fred van Kempen)

Of course, the waitstate values have a max of 31, not 15. --fred (who ll wake up first..) DECwiz (Fred van Kempen) wrote: That s what the

Thread view Attachments: 0

Re: [lpc2000] Lpc22xx and sed1335

2005-08-09 by DECwiz (Fred van Kempen)

That s what the BCFG3 register is for (in your case.) It sets the various access modes (MW=0, RBLE=0), delays (DLCY=15) and wait states for READ (WST1=15) and

Thread view Attachments: 0

Lpc22xx and sed1335

2005-08-09 by szemzoandras

Hi, I would like to port my sed1335 driver to the lpc. I would like to use it in memory mapped mode, so I connect data, rw, e, and cs lines. I have an A0 pin

Thread view Attachments: 0

Problem facing with UART0

2005-08-09 by seena_ele

hai all I am using UART1 for my application its working but i am having problems with UART0. does any body help me tnk in advance

Thread view Attachments: 0

lpc2290 user manual and isp

2005-08-09 by Joerg Sommer

Hi, I search a user manual for the lpc2290. Exists one? Where can I find it? Currently I use the manual for 2292 and 2294. Are there any differences to the

Thread view Attachments: 0

Re: measuring pulse width

2005-08-08 by philips_apps

Hello Gus, LPC2000 samples every CAPx.y input in use at the rate of pclk. It takes two consecutive CAPx.y samples for a transition to be detected (i.e. if the

Thread view Attachments: 0

Re: [lpc2000] measuring pulse width

2005-08-08 by thomas.kuschel@anton-paar.com

Hi Gus, I use to capture pulses for measuring own-build semi-digital signals with different pulse-width and different periods to encoding information. My

Thread view Attachments: 0

MIDI with the LPC UARTs

2005-08-08 by rodgersfan1253

Has anyone out there done any MIDI interfacing using the UARTs on an LPC? If so, any pearls of wisdom? Thanks in advance... Tom Nelson

Thread view Attachments: 0

measuring pulse width

2005-08-08 by Gus

Hello, What is the shortest pulse you can mesure on LPC capture module? I am trying to measure some pulses using the capture hardware on LPC chips. The

Thread view Attachments: 0

RE: [lpc2000] 2214 board, anyone?

2005-08-08 by Mark Crow

I might be able to help. Give me some details and let s see what I can do. Mark ... From: lpc2000@yahoogroups.com [mailto:lpc2000@yahoogroups.com]On Behalf Of

Thread view Attachments: 0

Re: [lpc2000] 2214 board, anyone?

2005-08-08 by Franci Koncar

I can run your tests on 2212, if this can help you. Frenki ... __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail

Thread view Attachments: 0

Low cost complete ARM Evaluation Kit

2005-08-08 by Michael Weseloh

Hello All, Thought that this would be of interest: Oki Semiconductor Incorporates Unique Features to Deliver Industry s Lowest Cost, Easy to Use ARM-based

Thread view Attachments: 0

Re: EMC flash memory programming

2005-08-08 by catstransport

... write ... flash to ... right? ... I Have tried it but still I see only a empty flash when I read the address. I have download the st flashdrivers for 16

Thread view Attachments: 0

2214 board, anyone?

2005-08-05 by DECwiz (Fred van Kempen)

Hi, Is there someone on the list who could run one of my programs on their 2214 board for me? I need to test something, and don t have a 2214 here... Thanks,

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.