Yahoo Groups archive

Lpc2000

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

Messages

Browse messages

Page 170 of 329 · 16407 messages matched

RE: [lpc2000] Re: CS8900A question

2005-07-11 by Luciano Almeida

I had the same problem. Solution: insert some delay cycles between the write and the read. (I put : static int dummy = 1; #define delay() {int

Thread view Attachments: 0

Re: Two layer PCB and LPC2000 and EMC

2005-07-11 by Owen Mooney

Uploaded as pdf to the files section crt diagram + images. Owen Hi, Owen Would it be possible to have a image of this part of the board ? It would help a lot

Thread view Attachments: 0

Re: CS8900A question

2005-07-11 by ian_wraith

Hello ... I have just double checked this and it seems I can t read the company ID correctly after all. When I check this my program returns a value of 0x6355

Thread view Attachments: 0

GNU inline assembler + return value

2005-07-11 by xjag74

Hi, I wonder why GCC don t compile that simple code: static inline unsigned StackPointerValue(void) { unsigned long val; asm volatile ( str R13, retval );

Thread view Attachments: 0

re: CS8900A question

2005-07-11 by Ian Wraith

Hello I tried compilng the uIP code but it came up with a number of errors. To tell you the truth I wasn t to bothered about these as I just wanted the code to

Thread view Attachments: 0

Keil and LPC2138 JTAG Debugger ?

2005-07-11 by eng_amrahmed2005

Salam, Are there any Jtag debugger schematics works with uV3 keil ? I heared about MACRAIGOR WIGGLER debugger, Does it works with Keil ? Thanks very much

Thread view Attachments: 0

RE: [lpc2000] CS8900A question

2005-07-11 by Paul Curtis

Ian, Does the original port of the uIP code to the CS8900A run correctly on your board? You do have an LPC-E2124? -- Paul.

Thread view Attachments: 0

CS8900A question

2005-07-11 by Ian Wraith

Hello I am currently writing some low level code for interfacing the LPC2124 to a CS8900A (it is an Olimex LPC2124 board). I am basing my code around that on

Thread view Attachments: 0

Re: Two layer PCB and LPC2000

2005-07-11 by Grzegorz

Our design - smart card reader, based on LPC2104/6, failed with 2- layer pcb. High voltage spikes (although with proper ESD guarding/decoupling on socket/MCU

Thread view Attachments: 0

Re: Two layer PCB and LPC2000

2005-07-11 by Jack Yu

All our boards are 2 layers andwith gsm/cdma module. JackYu 2005/7/11 ... Sell on Yahoo! Auctions - No fees. Bid on great items. [Non-text portions of this

Thread view Attachments: 0

Two layer PCB and LPC2000 and EMC

2005-07-10 by Owen Mooney

What I did (with an LPC2138) was to put a ground layer (polygon) under the board (top and component side) extended out to under the Xtal. In the 2138 this

Thread view Attachments: 0

Re: [lpc2000] Two layer PCB and LPC2000

2005-07-10 by Charles Manning

... If you are using a system where your memory bus is going out of the chip to access other chips, then a 4 layer board is a good idea. With single-chip

Thread view Attachments: 0

Re: Two layer PCB and LPC2000

2005-07-09 by tonalbuilder2002

... Almost any board can be laid out with just 2 layers if you have enough room. But keep in my mind that is it possible to make a 4 layer board a lot smaller

Thread view Attachments: 0

Re: Two layer PCB and LPC2000

2005-07-09 by valdef78

... why not ?? here is a two layer example : http://www.geocities.com/leon_heller/lpc2104.html as for any high speed mcu, you should be careful at the way you

Thread view Attachments: 0

Two layer PCB and LPC2000

2005-07-09 by varuzhandanielyan

Does anybody succeeded with design of two layer PCB with LPC2138 or similar chip? There was an opinion on this forum, that at least 4 layers are necessary. But

Thread view Attachments: 0

IAP problems

2005-07-08 by haim_ec

Hi everybody!!! I m new in the group. I m working with an LPC2194 and the uVision3 Keil Software using the GNU compiler. My boot loader version (from the Flash

Thread view Attachments: 0

Re: Lpc2292 external flash

2005-07-08 by roelof t Hooft

... is at49bv320c. ... waitstate tuning:), but flash test is fail. I know that olimex using INTEL flash with other ID, but I can t read the ID either. ...

Thread view Attachments: 0

10BaseT Transformer

2005-07-08 by sudip nag

Hi Everyone, I am searching for ethernet transformer (E2023 or TS2023) in order to interface CS8900A-CQ3 (3.3V version) with LPC, but unable to find the same.

Thread view Attachments: 0

Re: Philip Aps. - Stack Issue - Not???

2005-07-07 by dsidlauskas1

I got tired of waiting for Philips so I wrote my own simple program to investigate this stack problem. I used Keil. The code below first fills the stack area

Thread view Attachments: 0

Re: Philip Aps. - Stack Issue

2005-07-07 by lp2000c

It looks like you ve done a great job documentating this. Apparently, the people at Philips in a position to examine this are on shut down this week, so we

Thread view Attachments: 0

Bootloader initializations ?

2005-07-07 by Gromann, Klaus

Hi all, does anyone know which parts of the LPC2294 are initialized by the internal bootloader? I have strange differences when I start with HW reset (includes

Thread view Attachments: 0

Const string in Flash location with GCC

2005-07-07 by Ralf Knorr

Hi together, how can I store a special string in flash at a specific location under the KeilµV3 environment by using the GCC compiler? With the Keil compiler

Thread view Attachments: 0

Lpc2292 external flash

2005-07-07 by Szemző András

Hi, I d build my own board with 4MB ext. SRAM and 4MB flash. The flash is at49bv320c. I ve try the olimex test program, SRAM test is fine,(after some waitstate

Thread view Attachments: 0

Re: Philip Aps. - Stack Issue

2005-07-06 by unity0724

Hi, Thanks, ..mmm... May be using the LPC2138 as LPC2137 (first 32KB of flash memory non use-able) will have that problem fixed.. :) Regards /MH ... NOT

Thread view Attachments: 0

Re: Philip Aps. - Stack Issue

2005-07-06 by keithgw_strider

Please don t bother IAR with this problem. I am 99.9% sure it is NOT their problem. Use any tool that uses POP instructions. When the address of the pop

Thread view Attachments: 0

Re: Philip Aps. - Stack Issue

2005-07-06 by keithgw_strider

I sent a copy of my project to Mike Nelson at IAR. He was able to duplicate the problem using the latest tools on the LPC213x but he could NOT duplicated it on

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.