Yahoo Groups archive

Lpc2000

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

Messages

Browse messages

Page 161 of 329 · 16407 messages matched

Re: SPI1

2005-08-16 by y4krys

Alsig, If you write a byte to the transmit register the SCK clock should be generated. Make sure the SPI1 peripheral is enabled and powered (Check PCONP

Thread view Attachments: 0

Re: [lpc2000] Re: SPI1

2005-08-16 by Jens Alsig

Hi, The all pins seam to float or be as input even after I configure the PINSEL1 register. I m using a LPC2214 as the master and the 25Lc640 as a slave. I ve

Thread view Attachments: 0

Re: SPI1

2005-08-16 by y4krys

... Hi Alsig, What do you mean by doesn t work ? Is SPI1 properly setup (IO pin selection and function, Master/Slave etc.) and enabled? Have you checked the

Thread view Attachments: 0

SPI1

2005-08-16 by jensalsig

Hi, have anyone every used the SPI 1 channel on a LPC device that has 2 channels? I ve tried without any luck and getting very frustrated! I have tried using

Thread view Attachments: 0

Re: [lpc2000] Re: jtag choice

2005-08-16 by Jim Parziale

How much did you pay for the tools? ... -- ... Jim Parziale Email: nuncio.bitis@gmail.com Malden, MA ... [Non-text portions of this message have been removed]

Thread view Attachments: 0

Re: jtag choice

2005-08-16 by kennytrussell

I am new to ARM and LPC21XX also but for what it s worth, I can say that the Keil ULINK is working very well for me with the Keil tools. The download is quite

Thread view Attachments: 0

Re: Run away ISR

2005-08-16 by Nice Guy

can I set a breakpoint inside an ISR and use the jtag to see where the PC is going to upon exciting the ISR? Thanks, Reggie ... properly, or ... you re

Thread view Attachments: 0

RE: [lpc2000] ucosii and lpc2138

2005-08-16 by David Hawkins

... Hi Afrizal Yes, buy the second edition of the book, and then here is a port of the code by Jean Labrosse (AN1011) for GCC, along with a serial port driver

Thread view Attachments: 0

Re: jtag choice

2005-08-16 by lpc2100_fan

Hi, if you intend to continue using the Keil IDE, it makes sense to buy U-Link because the IDE is fine tuned to work with U-Link. Bob

Thread view Attachments: 0

RE: [lpc2000] ucosii and lpc2138

2005-08-16 by Mark Crow

I integrated ucosii on a 2214 platform and it worked well. You will have to make a few modifications to the board support section of the source for your

Thread view Attachments: 0

jtag choice

2005-08-16 by Ghislain

Hello I will buy my first ARM board in the next week (I m a newer in the ARM World) and the main question I m asking is: Which JTAG-USB must I buy and What are

Thread view Attachments: 0

ucosii and lpc2138

2005-08-16 by fasis

Hello All, I am new in RTOS stuff, after searched and read messages in this Group, I picked ucosii instead of others for my LPC2138 s OS. I plan to order The

Thread view Attachments: 0

Re: [lpc2000] Run away ISR

2005-08-16 by Charles Manning

... Two things I can think of: 1) Your interrupt wrapper code is not acknowledging the interrupt properly, or perhaps not in the right order. 2) You re using

Thread view Attachments: 0

ads7846

2005-08-15 by szemzoandras

Hi, I ve just finished my SED1335 driver with GPIO, and would like to add ADS7846 touch controller for the project. Somebody using that IC? Is there any

Thread view Attachments: 0

Run away ISR

2005-08-14 by Nice Guy

On a project I m working on I have several interrupt service routines. All of them work fine except for one of them that is on the external interrupt 0. The

Thread view Attachments: 0

Re: ISP on all processor types?

2005-08-12 by Joerg Sommer

... Can I use IAP for this? Someone told me I can use the JTAG adapter to load the program into external flash. Is this true? How fast is JTAG? More than 56k?

Thread view Attachments: 0

Re: LPC2136 Analog Reference voltage

2005-08-12 by philips_apps

Hello Lei, The LPC2136 ADCs have their own power supply thru the Vdda and Vssa pins. As the datasheet specifies, you can go down to Vdda=2.5V and your ADCs

Thread view Attachments: 0

Re: [lpc2000] Re: External Memory Access

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

Tsvetan, That is the code he is using to test things. Even my code (which is very clean, and works on most boards tested so far) doesn t seem to work, so he

Thread view Attachments: 0

Re: LPC2136 Analog Reference voltage

2005-08-12 by fl429

The manual says, This should be norminally the same voltage as Vdd but should be isolated to minimize noise and err Does it mean that it will not work

Thread view Attachments: 0

Re: External Memory Access

2005-08-12 by tsvetanusunov

... Hi Matthias, we have test code on our web site which access the external memory. Best regards Tsvetan ... PCB prototypes for $26 at http://run.to/pcb

Thread view Attachments: 0

Re: problems using math.h

2005-08-12 by Markus Plessing

... Thanks Matthias, this change made the thing ... But: Is lpc2119 able to do this sort of floating point operations? At the moment my app is stopping at the

Thread view Attachments: 0

Re: problems using math.h

2005-08-12 by wiese_matthias

I had similar problems. Then I changed the order of my linker flags (and even duplicated them like: -lm -lc -lgcc -lstdc++ -lm )...and it worked. Good Luck!

Thread view Attachments: 0

problems using math.h

2005-08-12 by oemtyo

Hi everyone, I m programming an application for lpc2119 and need to do complex mathematical calculations with values got from the A/D-Converter. Therefore i

Thread view Attachments: 0

LPC2132 RAM corruption

2005-08-12 by Søren Christian Madsen

Hello, I would like to ask the people of this forum if anyone has experienced problems with RAM being overwritten following a power cycle of the LPC2132. I m

Thread view Attachments: 0

Re: [lpc2000] Re: LPC2919 rev B?

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

... WIll the B devices get a new ID, or will they use the same ID that the pre-B devs currently have? This will be important for software such as my LPC

Thread view Attachments: 0

Re: LPC2919 rev B?

2005-08-11 by philips_apps

... Joel, 1. don t know exactly which device you refer to, 2119/2129/2194? but the answer to shipping yet is not yet 2. When: Starting end of the year

Thread view Attachments: 0

LPC2919 rev B?

2005-08-11 by Joel Winarske

Is Phillips shipping a revision B on the LPC2919 yet? If not does anyone have an idea when they might? Will rev B address all of the rev A errata? Joel

Thread view Attachments: 0

Re: ISP on all processor types?

2005-08-11 by lpc2100_fan

... external ... Hi Joerg, all LPC2000 micros support ISP. In case of the Flashless devices such as the LPC2210 and LPC2220, the ISP support loading a program

Thread view Attachments: 0

TXD Pin gets stuck low

2005-08-11 by sengoontoh

I m experiencing a weird phenomenon. I have THRE and RX interrupts going on in the IAR compiler. After some very busy activity, all of a sudden the TX pin gets

Thread view Attachments: 0

external flash memory problem

2005-08-11 by wiese_matthias

I can access the external RAM of the LPC-E2294 but unfortunately the external Flash causes some problems. I configured the BCFG0 and tried to access the Flash

Thread view Attachments: 0

ISP on all processor types?

2005-08-11 by Joerg Sommer

Hi, do all LPC2xxx processors support ISP? What about the types without internal flash, e.g. lpc2290? Can I load up data with ISP to the external flash? Kind

Thread view Attachments: 0

Re: [lpc2000] Re: VIC on LPC2129

2005-08-11 by Bill Knight

The problem described is most likely not caused specifically by the VIC. It is probably caused because the code is disabling the specific interrupt while

Thread view Attachments: 0

Re: [lpc2000] Re: VIC on LPC2129

2005-08-11 by Jim Parziale

Well, I meant if you set up for FIQs to be handled by the VIC... it probably would have the same problems. ... -- ... Jim Parziale Email:

Thread view Attachments: 0

Re: [lpc2000] Re: VIC on LPC2129

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

FIQ s dont use the vectoring system, they jump right into the handler, so most likely won t have this issue. And yes, it is possible for the VIC to loose

Thread view Attachments: 0

Re: [lpc2000] Re: VIC on LPC2129

2005-08-11 by Jim Parziale

But would the problem occur with FIQ interrupts as well as IRQ? In other words, it s really a problem with the VIC? I agree though - you really *do* need to

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.