more competition to follow in the market
2004-04-10 by entell0
I just came across the ADuC702X family of parts from Analog Devices. Anyone seen them yet? They are very immature at this point, but very promising. 32-bit ARM
Yahoo Groups archive
Messages
Page 295 of 329 · 16407 messages matched
2004-04-10 by entell0
I just came across the ADuC702X family of parts from Analog Devices. Anyone seen them yet? They are very immature at this point, but very promising. 32-bit ARM
2004-04-10 by leon_heller
... are ... cpu, ... I d ... I intend to use a serial flash memory for the configuration code. Leon
2004-04-10 by Leon Heller
... From: Lee Studley To: Sent: Saturday, April 10, 2004 3:39 AM Subject: [lpc2000] Thanks Leon!!! ... There
2004-04-10 by Lee Studley
Leon, I received the board and have ordered some parts to fill it out. Great job and well made!!! -Lee
2004-04-09 by Patrick Dohmen
Andreas told me about the newlib-lpc and i have tried to write a Tutorial. So i have Compiled the newlib-lpc and wanted to create my own prject-environment
2004-04-09 by Lee Studley
One drawback to this is the size of sprom the ( and the size of the FPGA ) FPGA needs for configuration. If its a larger FPGA and you are going to emulate the
2004-04-09 by embeddednut
I didn t want to bore you with details, but now that you ask for it... ... interfaces ... I only expect low-priority service messages on CAN (doing some
2004-04-09 by painfulcn
Thanks millions. I downloaded the example and tried it on my board. It worked very well. Best Regards Richard ... area. ... so ... have ... some ... examples
2004-04-08 by janek_szymanski
The problem with solution like the one from Wiznet is that they can dissappear tommorow (remember Seiko S7600). When you make a choice between software and
2004-04-08 by Robert Adsett
... Vectored interrupts use some sort of priority scheme and an address table to respond to ( vector ) the incoming interrupt to its corresponding interrupt
2004-04-08 by haack0815
Hi Bob, why you don t try a LPC2124 ? The LPC2124 is available in small quantities at Arrow or Spoerle (in Germany). Andreas
2004-04-08 by subhashinimanne
Wiznet (www.wiznet.co.kr)is manufacturing TCP/IP stack IC W3100A.I2C interfacing feature is also available .you can interface this to LPC210X I2C pin ...
2004-04-08 by haack0815
Hi Bob, why do you not use the LPC2124 that part is now available at small quantities. In the US you should try Arrow, I get my part (LPC2124) at Spoerle in
2004-04-08 by subhashinimanne
I have some doubts regarding Interrupts. what is the difference between Vectored and non-vectored interrupts? what is advantage of vectore interrupt over non
2004-04-08 by bobbruce000
Does anyone know where I can get some LPC2114s? The only place I can find them is at www.future-active.com and they have a minimum order of 160. I only need
2004-04-08 by janek_szymanski
... second ... if you insist to use NAND see http://www.xilinx.com/bvdocs/appnotes/xapp354.pdf Much easier would be to use SPI interface and for example serial
2004-04-07 by Charles Manning
... What do you mean by stop : * Do you get a CAN-level failure (eg. bus off) * Do you just stop getting interrupts? -- CHarles
2004-04-07 by janek_szymanski
... second ... What capacity and speed exactly do you need? Try serial flash (SPI) from ST like M25P40-4Mbit/25MHz/SO8 or bigger (And you can have a number of
2004-04-07 by embeddednut
Does anyone have an example program yet for using the CAN interfaces on the LPC2129? FullCAN mode is what I am trying to use. I have a simple example going,
2004-04-07 by berrycake33
... SD card ... Charles, Your explanation benefits me as well. Thanks !! Considering the cost and size, we perfer to use NAND flash as built-in memory. SD card
2004-04-06 by rkdwork
You are right Uwe. I missed it. It was right under my nose ;) Thank you, Bob Davis ... ) ... sample program with the KickStart board from IAR. The UART keeps
2004-04-06 by lpc2100
ADS 1.2 example uploaded. Please refer to test1.zip in the Files area. ... able ... And ... my ... around ... restrictions, ... to
2004-04-06 by Uwe Arends
Bob, take a look at the User Manual, p.89. Not too bad an explanation. ;-) -uwe ... From: Robert Davis To: Sent:
2004-04-06 by Robert Adsett
... Philips defers to the 16550 documentation for detailed explanations. See for example http://www.national.com/pf/PC/PC16550D.html#Datasheet or
2004-04-06 by Robert Davis
Hi, I am working with the UART1 of the LPC2106 using the UARTecho sample program with the KickStart board from IAR. The UART keeps generating the character
2004-04-06 by Robert Adsett
... Might be link order. I added the following to my load file when I started using the library. /* Libraries to link against.
2004-04-06 by Andreas Schwarz
Hi, linking directly to the object files of newlib-lpc (as it is done in the example.mak) works perfectly, but linking to libnewlib-lpc.a doesn t (the elf file
2004-04-06 by berrycake33
... multiple ... copies of ... the shadow ... updated ... update ... construct ... clears the ... internal ... both the ... output ... application ... Thanks,
2004-04-06 by bpradayrol
I have the same problem in my project : I plan to use P0.22 to P0.31 as GPIO, but when primary JTAG is pluged in those pins are unusable. Well, I don t
2004-04-06 by Leon Heller
... From: Benjamin PRADAYROL To: Sent: Tuesday, April 06, 2004 7:36 AM Subject: RE: [lpc2000] LPC2106
2004-04-06 by Benjamin PRADAYROL
I would be interested by the algorithm or the source code for initializing the FPGA, because I m working too on project in which we have a LPC2106 and a
2004-04-05 by leon_heller
Some time ago I mentioned that I was thinking of producing a PCB with an LPC2106 and FPGA on it. I was intending to use a Xilinx Spartan-3, but they are very
2004-04-05 by bobbruce000
... This will not work reliably. The value on the pin can change just after you read the GPIO, but before you re-enable the capture function. So you can miss
2004-04-04 by Bill Knight
Just a though, but what about, in the interrupt routine, switch the pin(s) to GPIO input, read the pin state, then switch the pin(s) back to the original
2004-04-04 by haack0815
Hi Bob, I asked the Philips support the following questions in mid march: When will be new Errata sheets for the LPC 2106 and 2124 are available ? When will be
2004-04-04 by bobbruce000
... A state machine won t work for my application. I suppose I can use the capture pins to trigger the interrupt, and read the state from another set of pins
2004-04-04 by moostieuk
I ve tried this before, it appears that once you ve put the pins capture/compare mode you cannot read the state directly from the pin. I was reading a PWM
2004-04-04 by PeterElliot
Hi All, Just joined the group, and I m wondering if anyone plans to create a design around the LPC2292 of LPC2294? I have a need for larger amounts of storage
2004-04-04 by bobbruce000
I have several pins configured as capture pins which interrupt on either a rising of falling edge. Then in the interrupt handler I read the IOPIN register to
2004-04-04 by Lewin A.R.W. Edwards
... He probably wants to support SSFDC given the description of the rest of his project. -- -- Lewin A.R.W. Edwards (http://www.zws.com/) Learn how to develop
2004-04-04 by Charles Manning
... NAND gives you up to 256MBytes in a single chip and is faster. -- CHarles
2004-04-04 by Charles Manning
... Byte alignment is not really a big issue. When you read/write the GPIO all this costs extra is an extra shift (which is a cheap operation - free in many
2004-04-03 by capiman@t-online.de
Hello, i just uploaded a new version of lpc21isp to http://www.clibb.de Improvement: + Rewritten upload routine, hopefully now all hex files (of each size) can
2004-04-02 by David Willmore
... Interesting. I did apply for samples from Arrow and from Philips directly. I received a sample HVQFN style part which appeared to come from Philips
2004-04-02 by Robert Adsett
... Have you had any insight into this since this post? One reason I m asking is that I may have finally (and accidentally) reproduced it. I had two boards
2004-04-02 by kiaa@networks.nera.no
Hello, I want to use the IAP Commands in my program to erase/program sectors of the LPC2124 device. I try to follow the guidelines given by the manual and have
2004-04-02 by Robert Adsett
... The obvious reason for doing this is to avoid conflicts from multiple process (or interrupts). Other wise you have to maintain shadow copies of the
2004-04-02 by atmelbr
Hi, I ordered from them last September. I received my sample last week. LPC2106 HVQFN 48 encapsulation. Regards, Marcio ... heard ... of ... in ...
2004-04-02 by Alaric B Snell
... Are there really no large NAND flash chips with an SPI interface? I ve seen SPI Flash with megabytes on, Atmel do a range of such chips. ... ABS
2004-04-02 by berrycake33
... pins, you ... youcould ... save two pins. ... the linux ... We had considered NAND control pins, they are posited on the rest pins. For easy implementing