Yahoo Groups archive

Lpc2000

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

Messages

Browse messages

Page 91 of 329 · 16407 messages matched

Re: LPC2148 USB

2006-01-04 by varuzhandanielyan

Ok, Joel Thank you very much. Seems the lack of the mentioned P0.31 connection is a drawback of the Keil MCB2140 board. I will try tomorrow to resolder

Thread view Attachments: 0

Re: LPC2148 USB

2006-01-04 by varuzhandanielyan

... pull-up ... connect/disconnect itself ... addressed.

Thread view Attachments: 0

Re: JTAG debugging options

2006-01-04 by derbaier

... I get your point! :-) Unfortunately I am no longer in a position to influence the purchase of debug hardware, since I am recently retired. My former

Thread view Attachments: 0

RE: [lpc2000] Re: LPC2148 USB

2006-01-04 by Joel Winarske

... If P0.31 is setup for CONNECT, you use this signal to switch 1.5k pull-up via external transistor. It allows the LPC214x to connect/disconnect itself from

Thread view Attachments: 0

Re: LPC2148 USB

2006-01-04 by varuzhandanielyan

Hi Joel, With the USB audio example is the same. While it is runnink, it is Ok. But if you reset the microcontroller during the running, the system stops.

Thread view Attachments: 0

RE: [lpc2000] LPC2148 USB

2006-01-04 by Joel Winarske

Hi Varuzhan, ... When working with the USB examples be sure to start with the USB audio example. It appears to be the most recent. ... I ve ported two of the

Thread view Attachments: 0

LPC2148 USB

2006-01-04 by varuzhandanielyan

There are several examples of the LPC2148 USB port usage, though there are very difficult to adapt for user s need. But, besides, some have very strange

Thread view Attachments: 0

JTAG debugging options

2006-01-04 by Stephen Pelc

From: derbaier ... How many would you like? We did consider Ethernet, but USB is much more convenient for site work. It may become an

Thread view Attachments: 0

Re: LPC Boot Loader Internals

2006-01-04 by jayasooriah

... There is no mention of CRP for 2104/5/6, only protection of boot loader from erasure. The internals for 2148 part will cover CEP. Also, 1.52 is the

Thread view Attachments: 0

Re: LPC Boot Loader Internals

2006-01-04 by lpc2100_fan

In all your great wisdom you seem to have missed that the LPC2104/2105/2106 can NOT be secured at all against reading the flash. This is a well known fact and

Thread view Attachments: 0

re: LPC Boot Loader Internals

2006-01-04 by jayasooriah

Hello, My composition of the source code for LPC2105 boot loader revision 1.52 can be found at: http://www.cse.unsw.edu.au/~jayas/esdk/files/lpc/2105.s I had

Thread view Attachments: 0

Which device for CAN gateway?

2006-01-04 by lpc2100_fan

Brian, I took your post and gave it the correct subject, you get a better chance of answers this way. I can only comment on the Philips LPC2294 and LPC2194,

Thread view Attachments: 0

Re: [lpc2000] Re: newlib-lpc

2006-01-03 by Robert Adsett

... That s right. It s not the only way you can had device drivers (you could just hard code stdin and stdout as a for instance) but it does seem to be

Thread view Attachments: 0

Re: [lpc2000] Re: newlib-lpc

2006-01-03 by Robert Adsett

... Sigh, yes there is. I managed to confirm there was a link there when it was updated, it just wasn t the right one. It should work now. Thanks Dave for

Thread view Attachments: 0

Re: [lpc2000] Re: JTAG debugging options

2006-01-03 by Bertrik Sikken

... Hash: SHA1 ... I played around with this in the past week and I think this is the most promising open-source ARM7 JTAG project. The source code looks well

Thread view Attachments: 0

Re: [lpc2000] Re: CAN bit timming vs RS232

2006-01-03 by Ake Hedman, eurosource

... If you are withing 1% for the CAN bit speed you will be alright. For cable length adjust the sample point instead. Use 87.5% for instance to be able to use

Thread view Attachments: 0

Re: newlib-lpc

2006-01-03 by rtstofer

... ... ARM. ... So, these are the _r.c files I would use if I built newlib with -- disable-newlib-supplied-syscalls? To these I would

Thread view Attachments: 0

Re: CAN bit timming vs RS232

2006-01-03 by r_goncalves2000

Hello guys and thank you very much for your fast answers. I m thinking in doing this. Use a 15MHz cristal. Use PLL to set cclk to 60MHz. Set VPDIV to define

Thread view Attachments: 0

Re: newlib-lpc

2006-01-03 by derbaier

... I am not Robert, but you might have better luck at this link until Robert gets his page link fixed. :-)

Thread view Attachments: 0

Re: newlib-lpc

2006-01-03 by donhamilton2002

... A newlib port to LPC2000 newlib-lpc_rel_5.zip using GCC on the ARM. ^^^^^^^^^^^^^^^^^^^^ Is there suppose to be a .zip file here ???? hamilton

Thread view Attachments: 0

Re: [lpc2000] CAN bit timming vs RS232

2006-01-03 by Ake Hedman, eurosource

... With en error less then 1% there should be no problem for CAN. Cheers /Ake -- ... Ake Hedman (YAP - Yet Another Programmer) eurosource, Brattbergavagen 17,

Thread view Attachments: 0

Re: [lpc2000] CAN bit timming vs RS232

2006-01-03 by Martin Steppuhn

Hello Rui, I am using the LPC2129 an there ist the same problem . You can fix it with the CAN setup by chosing a time quanta with a low error in the CANBTR.

Thread view Attachments: 0

Re: JTAG debugging options

2006-01-03 by rtstofer

... I posted a question re: using Insight under Linux on the Sparkfun Forum. I received this site as a reply: http://openocd.berlios.de/web/ This may be a

Thread view Attachments: 0

Re: JTAG debugging options

2006-01-03 by derbaier

... Nice analysis, Stephen. I just wanted to note that you left out my favorite as the most powerful of the JTAG to workstation connection methods.

Thread view Attachments: 0

Re: H-JTAG update

2006-01-03 by derbaier

... I can throw a little more confusion into the pot. :-) I followed your link and picked up the JTAG Debug Agent from there. It appears to be an older

Thread view Attachments: 0

JTAG debugging options

2006-01-03 by Stephen Pelc

... Warning: Response from JTAG vendor: See http://www.mpeforth.com/jtagwidget.htm which is designed for hardwaare bring-up as well as software debugging.

Thread view Attachments: 0

Re: H-JTAG update

2006-01-03 by atmelbr

Hi Tsvetan, The BIOS configuration for LPT port is Parallel port mode - SPP The cable length is 1,80 meter I need to disable vector catching and semihosting

Thread view Attachments: 0

Re: H-JTAG update

2006-01-03 by tsvetanusunov

... this is very interesting what are your parallel port settings? what LPT cable length do you use? anything weird around your IDE settings? if it works by

Thread view Attachments: 0

CAN bit timming vs RS232

2006-01-03 by r_goncalves2000

Hello, This is my first message to this group but I read this group with atention for some time. I m using an Olimex LPC-E2294 board with a cristal of

Thread view Attachments: 0

Re: H-JTAG update

2006-01-03 by atmelbr

Hi Tsvetan, I tested H-JTAG with LPC2106 Olimex board and I can run ARM SDT debugger.The LPC2106 chip is detected (ARM&TDMI-S 0x4F1F0F0F ).I don´t have a copy

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.