Yahoo Groups archive

Lpc2000

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

Messages

Browse messages

Page 63 of 329 · 16407 messages matched

Cygwin file

2006-02-17 by vineet jain

Hello all, I am unable to build with Eclipse guide. Can any one send me the cygintl-3.dll file. Thanks in advance. Vineet. ... Yahoo! Autos. Looking for a

Thread view Attachments: 0

Re: [lpc2000] ISP Serial programming

2006-02-17 by Anand Pavaskar

Hi, The code that you see on the target is as per the Linker Definition File (LDF or memory map ). hence each section of the code goes to a defined location as

Thread view Attachments: 0

Re: lpc in malaysia

2006-02-16 by EmbeddedHub

Yes, we ship Olimex products to Malaysia also. Besides, if you are student who is interested in ARM but tight with budget, probably you may refer to James P.

Thread view Attachments: 0

Re: [lpc2000] LPC3000

2006-02-16 by K B Shah-lascaux

OKI has ARM9 with flash ML69Q6203LA LPC3180 looks good as it has USB OTG and more important lll DDRAM/SDRAM and BAND flash interface and DMA channels. It does

Thread view Attachments: 0

ISP Serial programming

2006-02-16 by dodge1955

Can anyone help me figure out why a certain ISP programming is not working correctly? I can compile one of the Keil demo examples (blinky) and upload it

Thread view Attachments: 0

Re: [lpc2000] LPC3000

2006-02-16 by Marko Pavlin (home)

Hello, I just came from Nürnberg. Philips demonstrated development board with Linux. There was also atmel with ARM9. Just two photos... LPC3000:

Thread view Attachments: 0

Re: LPC2103 VIC Protection Register

2006-02-16 by Jayasooriah

More correctly, it prevents accidental overwrites . It is easy to forget that the fence between user and privileged modes of LPC is a convenience and does

Thread view Attachments: 0

Re: [lpc2000] lpc in malaysia

2006-02-16 by wong wing liet

where u study? my company is using lpc for one of our product. Avnet malaysia does carry lpc parts but they are big distributor. there are a lot of development

Thread view Attachments: 0

Re: LPC2148 - 32.768KHz

2006-02-16 by alan_in_nz

As I have not built the circuit yet and is still in layout I was unsure of the drive strength. So you are saying that I could pick off the 32.768KHz outside

Thread view Attachments: 0

Re: [lpc2000] Re: LPC2148

2006-02-16 by Tom Walsh

... Now that brings up a thought. You don t use surface mount caps in production, or do you? Do you tune each crystal or only a few crystals within a Lot

Thread view Attachments: 0

Re: [lpc2000] Re: LPC2148

2006-02-16 by Tom Walsh

... Good point, I d not thought about the gate capacitance. TomW -- Tom Walsh - WN3L - Embedded Systems Consultant http://openhardware.net,

Thread view Attachments: 0

Re: [lpc2000] Re: CRSR_c

2006-02-16 by George M. Gallant, Jr.

Thanks, The description is included with the MSR instruction. Another case of RTFM. George ... [Non-text portions of this message have been removed]

Thread view Attachments: 0

Re: LPC2148

2006-02-16 by arm7dude

Tom, In production environments, you would like to tune the oscillator circuit so that the rtc runs on time. Having a 32768 hz output makes this really easy.

Thread view Attachments: 0

Re: CRSR_c

2006-02-16 by brendanmurphy37

The suffix to CPSR refers to which field(s) of the CPSR is rereferenced (you can specify one or more). Defined fields are: c - control f - flags s - status x -

Thread view Attachments: 0

Re: Core id problem

2006-02-16 by arm7dude

Serdar, Your jtag speed is set too fast. The segger driver 3.10d will help a lot. You can also set the speed to fixed at 1000, assuming your CCLK is 12mhz or

Thread view Attachments: 0

Re: [lpc2000] MAX8882 regulator

2006-02-16 by James Dabbs

... Another comparable part is the National Semiconductor LP2966IMM-1833. It s an MSOP8 available from DigiKey for US$2.33 (qty 1) or $1.27 (100).

Thread view Attachments: 0

CRSR_c

2006-02-16 by George M. Gallant, Jr.

I notice in many assembly language examples the use of CPSR_c & CPSR_cxsf but donot understand the differences. Thanks, George [Non-text portions of this

Thread view Attachments: 0

Re: [lpc2000] CAN Problem lpc2129

2006-02-16 by Steffen Rose

Hello, ... I didn t checked this example, but if you write more about the error, we can help you to solve it. Note, that you must have more than one CAN

Thread view Attachments: 0

Re: lpc in malaysia

2006-02-16 by Danish Ali

As a first start, I suggest you get a demo board (rather than a bare chip). Until you have a proven tool chain (software to programmer/debugger to board to

Thread view Attachments: 0

Re: How to protect code in LPC2129

2006-02-16 by Karl Olsen

... Address 0x1FC is normally in the middle of your program, and you should not overwrite it from the Flash Utility unless you absolutely know that that

Thread view Attachments: 0

lpc in malaysia

2006-02-16 by dannyngweekiat_85

any1 here that know how to get this uc in Malaysia? Well i am a student here and wish to explore bout ARM. Trying to use this as a start but dont know where to

Thread view Attachments: 0

USB Bootloader LPC2148

2006-02-16 by myfriendmarkis

Hi All, Anyone have any source or suggestions for this? Would be a great way of updating firmware in the field. Cheers, Mark.

Thread view Attachments: 0

Re: WinARM problem

2006-02-16 by leon_heller

... Found the problem! I should have enabled the RAM image option in the make file, instead of ROM (flash) which was how it was originally. Leon

Thread view Attachments: 0

Which LPC2000 board to get?

2006-02-16 by Stephen Pelc

... Not quite. Our JTAG widget http://www.mpeforth.com/jtagwidget.htm is a USB device. All it requires is an FTDI virtual COM port driver. These drivers are

Thread view Attachments: 0

How to protect code in LPC2129

2006-02-16 by r_goncalves2000

Hi, I m devoloping a aplication in LPC2129 and I want to protect the code from reading. I read the manual but still have some doubts: 1. Can I program the

Thread view Attachments: 0

BOOT0/BOOT1 on Olimex E2294

2006-02-16 by davidbinar

Hi I have the Olimex E2294 board and I m trying to figure out how the two jumpers for BOOT0 / BOOT1 work. According to the hardware description from Olimex you

Thread view Attachments: 0

Core id problem

2006-02-16 by Serdar Demirdag

Hi everyone, I obtain the following message when i try to download the code with J-Link; Could not identify firmware(identification string has length of 0)

Thread view Attachments: 0

MAX8882 regulator

2006-02-16 by leon_heller

The MAX8882EUTA5 regulator delivers 1.8 V and 3.3 V at up to 160 mA, and is in a tiny 6-pin SOT-23 package. I got a couple of samples when they first became

Thread view Attachments: 0

Re: lpc2100_fan's objection to CRP thread

2006-02-16 by brendanmurphy37

... not ... how forums work. ... Maybe in an ideal world our points would be accepted at face value, but the reality is different. How the points are made, and

Thread view Attachments: 0

WinARM problem

2006-02-16 by leon_heller

I ve just been trying WinARM out of curiosity, and can t get either OCD Commander or Rowley CrossWorks to load the ELF or hex files via a Wiggler (the genuine

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.