Yahoo Groups archive

Lpc2000

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

Messages

Browse messages

Page 244 of 329 · 16407 messages matched

Memory Stick question

2004-12-07 by Claudio M. Imberlina

Hello, I need information about memory stick, spec, formats, pinouts, etc. Where I can found or download information about it? Where I can found sockets for

Thread view Attachments: 0

Re: LCD Displays

2004-12-07 by tinyarmdev

Are you located in Australia ? Our distributor is www.dontronics.com. That s good for single pieces orders. How many pieces do you need ? We can make a price

Thread view Attachments: 0

Reading value of register

2004-12-07 by Sridhar gadda

Hello I am using µvision3 and Arm7 lpc2129 for my application. I would like to display the value, which is read from register on my computer screen. int

Thread view Attachments: 0

Nesting interrupts

2004-12-07 by Rodrigo Cesar da Silva Martins

http://www.keil.com/support/docs/2910.htm You just have to copy and paste, and change __asm {} to asm ( ); if you are using GCC Rodrigo Martins Intermetric

Thread view Attachments: 0

Re: [lpc2000] SPI problem

2004-12-07 by Robert Adsett

... Have you read the SPI errata note? Robert Freedom has no meaning of itself. There are always restrictions, be they legal, genetic, or physical.

Thread view Attachments: 0

Re: [lpc2000] Re: LCD Displays

2004-12-07 by Peter Homann

Hi Yvon, The LCD looks very interesting. Do you know where it can be purchased in low Quantities? Cheers, Peter. ... -- ... Web: www.homanndesigns.com email:

Thread view Attachments: 0

Re: SPI error µc as master

2004-12-07 by domingos_bento

Hello, try it for you read: SPI0_SPDR = 0x00; while(!(SPI0_SPSR & SPIF)){ } read = SPI0_SPDR; Good work!!! Domingos ... when I compiled, no errors comes but my

Thread view Attachments: 0

SPI problem

2004-12-06 by Messal, Art

Hi All, I m having a problem with the SPI bus and am wondering if anyone else has encountered similar problems. The problems is that the SPI Slave fails to

Thread view Attachments: 0

Re: LCD Displays

2004-12-06 by tinyarmdev

... display? I d ... or 20 ... are the ... Hello Chris, consider using COG LCD from EM Microelectronics. It has I2C interface, 3.3V supply, just 2 caps are

Thread view Attachments: 0

New file uploaded to lpc2000

2004-12-06 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

RE: [lpc2000] SPI error µc as master

2004-12-06 by Lasse Madsen

Have you tied the /SS pin on the processor high ? Regards Lasse ... From: Sridhar gadda [mailto:sridhargadda@yahoo.com] Sent: 6. december 2004 18:54 To:

Thread view Attachments: 0

SPI error µc as master

2004-12-06 by Sridhar gadda

Hello, I have configured lpc2129 as master and ADC as slave, but when I compiled, no errors comes but my µc doesn t work to my application. I have doubt that

Thread view Attachments: 0

RE: [lpc2000] LCD Displays

2004-12-06 by Leon Heller

... Here is some info from someone who has done it: http://freewing-web.hp.infoseek.co.jp/arm_olimex/index.shtml Leon

Thread view Attachments: 0

LCD Displays

2004-12-06 by Chris Graham

What s the easiest way to set up an LPC2106 to drive an LCD display? I d like to drive some type of widely available character display - 16 or 20 lines, buy

Thread view Attachments: 0

Debuging in FLASH, with Insight.

2004-12-06 by digtalfreak

I have problems running Insight with programms addressed to the FLASH. Is there annyway to get Insight programming the FLASH? Or can I use the LPC FLASH

Thread view Attachments: 0

RE: [lpc2000] Re: ARM - Cortex

2004-12-05 by Paul Curtis

Karl, Tom, ... Perhaps Intel should have named their Itania-style processors Sexium rather than Itanium to garner some support as the follow-on to

Thread view Attachments: 0

RE: [lpc2000] Re: ARM - Cortex

2004-12-05 by Tim Thornton

Hiya ... Oh... might I ask which paper? ... abandonment article to. ... I m not so sure the choice of name is the important thing. It s the removal of

Thread view Attachments: 0

Re: ARM - Cortex

2004-12-05 by karldalen

... One canot rely on the grape vine obvioulsy, but odd things seams tho have hapend, a colleague had just read about the ARM name abandonment in one large

Thread view Attachments: 0

RE: [lpc2000] Re: ARM - Cortex

2004-12-04 by Tim Thornton

Hello Karl If that s true, the grape vine is better informed than I am! Abandoning the ARM ISA is not something I m aware of. Motorola and Siemens span out

Thread view Attachments: 0

Re: ARM - Cortex

2004-12-04 by karldalen

Hi bob and Tim! The grape wine is also saying that the ARM instruction set (ie the core will dissaper) will be abandoned!! And that ARM will do as Motorola

Thread view Attachments: 0

Re: ARM - Cortex

2004-12-04 by karldalen

Hi bob and Tim! The grape wine is also saying that the ARM instruction set (ie the core will dissaper) will be abandoned!! And that ARM will do as Motorola

Thread view Attachments: 0

RE: [lpc2000] Hello from New memeber

2004-12-04 by Robert Adsett

... A simple typo (I hope) ~0x01000000 is 0xFEFFFFFF Robert Freedom has no meaning of itself. There are always restrictions, be they legal, genetic, or

Thread view Attachments: 0

RE: [lpc2000] Hello from New memeber

2004-12-04 by Dan Beadle

This is a basic feature of the C language. | is the bit-wise OR operator; & is the bit-wise AND operator. The dest = arg format is equivalent to Dest =

Thread view Attachments: 0

Re: New file uploaded to lpc2000

2004-12-04 by j_heissel

... http://groups.yahoo.com/group/lpc2000/files/LPC2129EB/LPC2129EB_REVB.pdf ... The modules are immediately available. Price is 99 EURO exclusive of VAT

Thread view Attachments: 0

RE: [lpc2000] ARM - Cortex

2004-12-04 by Tim Thornton

Hi Bob, Almost! You re describing the Cortex-M3 processor well. However, other processor cores will appear in the Cortex range which will support ARM and Thumb

Thread view Attachments: 0

Re: [lpc2000] Hello from New memeber

2004-12-04 by Alex Holden

... No, they re standard C. A statement like x |= y means do a logical (bitwise) OR of x and y and store the result in x. The & symbol means logical AND.

Thread view Attachments: 0

Hello from New memeber

2004-12-04 by Sridhar gadda

Hello to everyone in this group. I like to congratulates for setting up this group for LPC2000 family users. I am using lpc2129 and keil s µvision3 for my

Thread view Attachments: 0

ARM - Cortex

2004-12-04 by lpc2100_fan

Hi Karl, recently listened to a short presentation at the ARM developpers forum about Cortex. Cortex is suppossed to be the microcontroller core of the future

Thread view Attachments: 0

NC pins, X2 buffer, SPI LCD.

2004-12-04 by karldalen

Is it safe to use the NC pins as bypass for other signals routed on the PCB? Can it disturbe due to a supposed short lenght antenna function into the chip?

Thread view Attachments: 0

RE: [lpc2000] Help.

2004-12-03 by Dan Beadle

The ARM TDMI has two on-board breakpoints which may be used for ROM/FLASH breakpoints. You can only have one breakpoint + single step or two breakpoints and

Thread view Attachments: 0

Help.

2004-12-03 by Jack Xu

Hello all, LPC2210 and ARM are new for me. I need your kindness to help me solving this problem. I can not set a breakpoint when trying to debug a target. The

Thread view Attachments: 0

IRQ Priority - Small Question

2004-12-03 by Leighton Rowe

I just have a small question on IRQ Interrupts...can an IRQ channel interrupt another IRQ routine (lower IRQ priority) that s currently executing? To make this

Thread view Attachments: 0

Re: New file uploaded to lpc2000

2004-12-02 by joe88250

... http://groups.yahoo.com/group/lpc2000/files/LPC2129EB/LPC2129EB_REVB.pdf ... Hi j_heissel could you tell me more about price and lead time for this board?

Thread view Attachments: 0

New file uploaded to lpc2000

2004-12-02 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

Re: yet another demo-application

2004-12-02 by digtalfreak

Very interesting projects. I was looking for GNU compilation some time ago but I only found some using cygwin... I will give it a try.

Thread view Attachments: 0

Re: Question about timing.

2004-12-02 by digtalfreak

No I don t wan t to use that for timing the software. I only need that for documentation. Today I was seraching very intensive for some infos about the timing.

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.