Yahoo Groups archive

Lpc2000

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

Messages

Browse messages

Page 58 of 329 · 16407 messages matched

can i use a flash drive on the usb?

2006-02-24 by alvingoesdown

Can I use A flash drive on the usb port to download a bootloader, or other code to run the program. If this is clear??? I m not trying to invent the wheel, and

Thread view Attachments: 0

Re: [lpc2000] JTAG Serial

2006-02-24 by Stanley Frederickson

I have to agree with Leon even though I have built my own serial based JTAG debugger. Is USB an option for you? For me, I just wanted something that would

Thread view Attachments: 0

Re: CSI bug in boot loader

2006-02-24 by brendanmurphy37

OK - so finally we have an answer. It would help if you could share what this sequence of input is : it would (a) give people an opportuinity to see how

Thread view Attachments: 0

Re: BGW200

2006-02-23 by kristianstad2001

Hi Jan, The situation is a little bit more complicated. You need a SW driver for the BGW200. This driver is not readily available. The cost for getting it

Thread view Attachments: 0

Re: LPC2148 USB

2006-02-23 by pitstock_kiwi

Hi Varuzhan I had the same problem where the USB would not re connect. Heres what I did. It is a hack but works until I have time to work it out properly or

Thread view Attachments: 0

Re: BGW200

2006-02-23 by Jan Szymanski

the question to philips_marketing_usa is: Would I be able to buy BGW200 in small quantities later, after evaluation using Adyasystem s or Embedded Artist s

Thread view Attachments: 0

Re: CSI bug in boot loader

2006-02-23 by Jayasooriah

Hi Mike, While looking at the boot loader implementation, I noticed a segment of code in the Command String Interpreter (CSI) did not look right. I

Thread view Attachments: 0

UART0 and UART1 baud rate calculations

2006-02-23 by dodge1955

Has anyone ever done some type of spreadsheet on the different UxDLL and UxDLM values along with MULVAL and DIVVAL for the most popular crystals to make the

Thread view Attachments: 0

bootloader not trashed

2006-02-23 by dodge1955

Thanks to the Philips_apps team for responding to my trashed bootloader post. It turns out the my WD was not refreshed fast enough at startup, which caused

Thread view Attachments: 0

Re: uC\OS-II with IAR Workbench ?

2006-02-23 by eng_amrahmed2011

Thanks I need a simple project , such as led blinking using IAR for ARM and Olimex LPC2129 or MCB2100 kit. ... LEDs. If ... Blocks. It ... looking for?

Thread view Attachments: 0

Re: [lpc2000] Re: BGW200

2006-02-23 by bkmohlman@jlg.com

Yeah, I looked at that version. I don t really need all the overhead associated with the data layers of 802.11x. What I do need is the Wi-Fi hardware to send

Thread view Attachments: 0

Re: [lpc2000] Jump from variable

2006-02-23 by Marko Panger

Hi, Its rather a programming style. I prefer to add the & operator, so I am sure what I am doing. Everyone has his own style. Apart from this you are right -

Thread view Attachments: 0

Re: BGW200

2006-02-23 by philips_marketing_usa

There is a new board ny Adya Systems that will be available soon that uses the BGW200 and LPC2138. You can see more details at:

Thread view Attachments: 0

How to change bootloader for LPC2138 ?

2006-02-23 by r_bottleneck

Hello, I think the problems I posted recently regarding JTAG problems of the LPC2138 mask A and B, are caused by the bootloader. The mask A device has version

Thread view Attachments: 0

Re: simulator

2006-02-23 by michael_sonst

Lauterbach ICD is a very useful tool. The costs are about 2000Euro

Thread view Attachments: 0

LPC2129 Eagle lib

2006-02-23 by michael_sonst

Hi, I m new at this group, so please don t beat me if I ll as a question, which had been asked a few times before. Is there a library for eagle, containing

Thread view Attachments: 0

Re: [lpc2000] Re: Tom's questions for Jaya

2006-02-23 by mfrazier@governors-america.com

You say at will...what exactly are you doing that causes this failure?? We also have a project in mid stages of development that use the LPC2292 and speaking

Thread view Attachments: 0

Re: [lpc2000] JTAG Serial

2006-02-23 by Leon Heller

... From: P e t e r s To: Sent: Thursday, February 23, 2006 2:00 PM Subject: [lpc2000] JTAG Serial ... It

Thread view Attachments: 0

Re: Tom's questions for Jaya

2006-02-23 by brendanmurphy37

Jaya, Many thanks for the prompt answers. A couple of follow-up points below. ... loader at ... When you say you can crash the boot loader at will, are you

Thread view Attachments: 0

Re: [lpc2000] Re: Tom's questions for Jaya

2006-02-23 by mfrazier@governors-america.com

I also am at the end of a rather long development project on the verge of production roll out. I have been testing the LPC2134 processor for quite some time

Thread view Attachments: 0

JTAG Serial

2006-02-23 by P e t e r s

Hello people! I m new in this group, and new in LPC2000 family. I need help to build a serial JTAG for this family, is this possible? I only find parallel JTAG

Thread view Attachments: 0

Re: Tom's questions for Jaya

2006-02-23 by brendanmurphy37

... Guille, Jayasooriah provides a description of a problem with an application using IAP. With the details provided I d find it difficult to establish if the

Thread view Attachments: 0

Re: [lpc2000] Jump from variable

2006-02-23 by marko.panger@siol.net

Hi, Define a function pointer: STATUS (*ptrghigh_fxn)(uint8 evt, void *parg1, void *parg2); /* Pointer to the trigger function */ Initi it: ptrghigh_fxn =

Thread view Attachments: 0

Re: Tom's questions for Jaya

2006-02-23 by Guillermo Prandi

Brendan, Jayasooriah already said that the problem didn t go away with Philips new bootloader. It only went away with Jayasooriah s own bootloader. Guille ...

Thread view Attachments: 0

Re: Tom's questions for Jaya

2006-02-23 by brendanmurphy37

Jaya, Your reply below is interesting, but only in a historic sense (unless I m missing something). The problem you referred to in IAP has been acknowledged by

Thread view Attachments: 0

Re: [lpc2000] Jump from variable

2006-02-23 by Jim Parziale

After setting: exec = (void *)test1; Just call via exec: exec(); ... -- Jim Parziale nuncio.bitis@gmail.com Malden, MA [Non-text portions of this message have

Thread view Attachments: 0

[lpc2000] Jump from variable

2006-02-23 by Marko Pavlin

How can I call function where address is in pointer? Something like this: void test1(void){ puts( blah ); } void *exec; void main(void) { exec = (void *)test1;

Thread view Attachments: 0

Re: [lpc2000] Re: BGW200

2006-02-23 by bkmohlman@jlg.com

Anders, I second that. All of the Wi-Fi chip makers are the same. I have emailed them to get information (datasheets, eval board availability etc) left voice

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.