Yahoo Groups archive

Lpc2000

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

Messages

Browse messages

Page 253 of 329 · 16407 messages matched

RE: [lpc2000] Cross Studio Target

2004-11-01 by Paul Curtis

I m not an Arm expert, but Jon or Michael should be able to help. -- Paul Curtis, Rowley Associates Ltd http://www.rowley.co.uk CrossWorks for MSP430, ARM,

Thread view Attachments: 0

RE: [lpc2000] Cross Studio Target

2004-11-01 by Paul Curtis

Robert, ... Have you successfully connected to another target (e.g. 2106) using the Olimex JTAG adapter? -- Paul Curtis, Rowley Associates Ltd

Thread view Attachments: 0

Cross Studio Target

2004-11-01 by Robert Wood

Hi folks, I m trying to connect my (very first) LPC2294 target to my board using Cross Studio and an Olimex 20 pin parallel port JTAG interface. Crossworks

Thread view Attachments: 0

Re: [lpc2000] lpc2106 i2c problem

2004-11-01 by otc_friend

... You NEED pull-up on both pins! A value in the range 2K2 to 10K is good (depends on desired speed and power-consumption). I think you should try another new

Thread view Attachments: 0

Debugging FreeRTOS with gdb

2004-11-01 by FabioDB

I m using the GNU toolchain: gcc, gdd and FreeRTOS. When I start the ARM7 demo application (compiled in RAM) with gdb or insight, step executing don t work. I

Thread view Attachments: 0

Re: [lpc2000] Division function

2004-11-01 by Michael Anburaj

I just tried it on my setup. ... unsigned int test(U32 b, U32 c) { return b/c; } void APP_vMain (void) { unsigned int a=0, b=1000, c=0; a=test(b,c);

Thread view Attachments: 0

Re: [lpc2000] Division function

2004-11-01 by Michael Anburaj

Send the elf file if it s a small piece of code. -Mike. ... __________________________________ Do you Yahoo!? Yahoo! Mail Address AutoComplete - You start. We

Thread view Attachments: 0

Division function

2004-11-01 by dean_j_greaves

Hi, I having a problem with some code i m developing on the LPC2214 chip using GNU tools. I have a simple function that performs a division. unsigned int a=0,

Thread view Attachments: 0

Philips/IAR Kickstart kit question

2004-11-01 by tonyjonez

Hi, I ordered the IAR Kickstart kit for LPC2106 from the Philips web site. The kit arrived last week but contrary to the information on the site, it didn t

Thread view Attachments: 0

Re: Problem with Data Aborts

2004-10-31 by embeddedjanitor

... by ... A data abort occurs when you try to access a non-existant chunk of memory as data. ... It does not help to have a data abort handler unless you do

Thread view Attachments: 0

Re: A couple of basic questions.

2004-10-31 by embeddedjanitor

... possible to ... comes with ... The startup for these is pretty similar. You should be able to use the same startup for most basic tasks. ... system code,

Thread view Attachments: 0

A couple of basic questions.

2004-10-31 by Robert Wood

Hi folks, My first question is me being a little lazy really! Regarding startup code: I m writing some code for the LPC2294: does anyone know if it s possible

Thread view Attachments: 0

Re: Ethernet controller for LPC2106

2004-10-31 by ggindele

Speaking of Wi-Fi, an SDIO Wi-Fi card could be a low cost solution (SDIO is SPI in simple terms). Sandisk and Socket makes such a SDIO Wi-Fi cards. The major

Thread view Attachments: 0

lpc2106 i2c problem

2004-10-31 by nana_pii

Hi group, I need some help getting my i2c to run. An lpc2106 board (Master) is connected to a 5V mega16 AVR. No interrupt is sent, after the start bit is set.

Thread view Attachments: 0

LPC2214 Board

2004-10-29 by acetoel

Hello... Where can I find a board schematic for this MCU? I have two and would like to make a board, to start working....thanks Ezequiel

Thread view Attachments: 0

Re: Ethernet controller for LPC2106

2004-10-29 by gcarter68@comcast.net

... Mark, If you could use a two chip solution, both Phytec and ARM Patch have boards that you could use with the LPC2200 s and the SMSC Ethernet MAC/PHY. I

Thread view Attachments: 0

Re: Ethernet controller for LPC2106

2004-10-29 by Mark Butcher

... Have just had contact with a local distributor who informed me that this device (Microchip MCP22S80) is not yet available - it is planned for Feb. 2005. It

Thread view Attachments: 0

Re: [lpc2000] help for capture interrupt

2004-10-29 by dasbento@aeiou.pt

Hello, Sorry, but seems that other email didn t arrive with the attachments!!! I m using the LPC2129 and I use the startup and lpc2106-rom.ld of LPC2106 but I

Thread view Attachments: 0

Re: [lpc2000] help for capture interrupt

2004-10-29 by dasbento@aeiou.pt

Hello, I m using the LPC2129 and I use the startup and lpc2106-rom.ld of LPC2106 but I change size of memory in file lpc2106-rom.ld. can the problem be here?

Thread view Attachments: 0

Re: Ethernet controller for LPC2106

2004-10-29 by acetoel

Hello... I visited Microchip s Web Site, and that SPI to Ethernet device doesn t have even a datasheet... But seems to be an interesting device. What about

Thread view Attachments: 0

help for capture interrupt

2004-10-29 by dasbento@aeiou.pt

Anybody can help in the following situation: in the main program I m enable the capture interrupt and one cycle while(1) where I can write for UART0 keyboard

Thread view Attachments: 0

RE: [lpc2000] call_via_r3

2004-10-28 by Mark Crow

It jumps to an assembly language function that simply performs a BX R3 . ... From: dave_albert [mailto:david_albert@hotmail.com] Sent: Thursday, October 28,

Thread view Attachments: 0

Re: LPC2xxx GPIO Outputs Born LOW

2004-10-28 by Richard

I have tried it on a LPC2129 and one of our newer derivitives. I use a weak pullup on the GPIO (220K) to pull the pin to a known state. Before I run the

Thread view Attachments: 0

call_via_r3

2004-10-28 by dave_albert

When building thumb code with gcc, on some function calls (notably calls to IAP), I get a link failure due to an undefined _call_via_r3. I assume this is

Thread view Attachments: 0

Problem with Data Aborts

2004-10-28 by Jenish

I am new to this group and arm processor also.Has anyone ever faces the deadly data abort error.I have gone through a length document by David Seal but to no

Thread view Attachments: 0

Re: LPC2xxx GPIO Outputs Born LOW

2004-10-28 by markcrow

Richard, I have tried to perform an IOSET before IODIR and it had NO EFFECT. And the LPC2114 user s manual specifically states that performing an IOSET or

Thread view Attachments: 0

Re: I need IAP help...

2004-10-28 by dave_albert

Upgrading the bootloader is a good idea. Also, make sure you disable interrupts before the call to IAP and restore them afterwards.

Thread view Attachments: 0

Re: I need IAP help...

2004-10-28 by dave_albert

Upgrading the bootloader is a good idea. Also, make sure you disable interrupts before the call to IAP and restore them afterwards.

Thread view Attachments: 0

Re: No interrupt serviced for UART

2004-10-28 by didier_edna

Ok, that was indeed the obvious solution. Clearing the I bit in the CPSR register did the job. Thanks, Didier ... and the ... day, I ... FIFO ... U1IER) ...

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.