LPC2000
Discussion group dedicated to the Philips LPC2000 family of ARM MCUs
Search Results for "can"
Post a new Thread
justin james - Oct 12 2008
sir ,
I have worked as a project trainee at NXP semiconductors and I have been
involved with projects using LPC2103 and LPC2368 for six months. I am
sending u my detailed biodat... 
vicky gosar - Oct 12 2008
Dear Friend:=C2=A0=C2=A0=C2=A0=20
=C2=A0 This is a electronic company.one of the biggest international tradin=
g wholesalers in China.We mainly=C2=A0 sell electrical products,suc... 
sjtulj - Oct 11 2008
Below is from the help doc "armtools.chm" in the help directory
after installation of Keil MDK.
5.1. About scatter-loading
An image is made up of regions and output sections.... 
Christian Klippel - Oct 11 2008
Oh,
and on another thing: the compiler suite they distribute is obviously using
gcc/gdb/gas/gmake/etc... as a base. How can they rip the GPL of these tools,
put their copyri... 
leon Heller - Oct 11 2008
----- Original Message -----
From: "Paul Curtis"
To:
Sent: Saturday, October 11, 2008 10:08 AM
Subject: RE: [more OT] RE: [lpc2000] OT: XMOS XC-1 available today!
> Hi... ![Re: [more OT] RE: OT: XMOS XC-1 available today!](/new/images/icon_more.jpg)
tarun agarwal - Oct 11 2008
hi i am tarun from bangalore ok i got ur problem it is happening because there will be 1 mistake u r writing data in undefined memory location
so that it is going to abort mod... 
Paul Curtis - Oct 11 2008
Hi,
> Might be a silly question but how is the XMOS XC-1 related to LPC2000 ?
> I miss the point.
> They do not appear to use an LPC processor.
No, they're not. And the... ![RE: [more OT] RE: OT: XMOS XC-1 available today!](/new/images/icon_more.jpg)
Paul Curtis - Oct 10 2008
Hi Leon,
> > > > Last time I looked, they were still pre-order only. No e-mail today.
> > I'm
> > > > so geographically close to them I could go and pick one up...
>... 
ceenu05 - Oct 10 2008
im using lpc2478 for a pda project... i want the footprint of the MCU...
pls can anyone provide the link... otherwise i have to spend my hald in
creating the library...
Regar... 
saee...@yahoo.com - Oct 10 2008
hi sutton,
very sry not to reply to give u answer but to ask you question. i trying to write a single block on sd card but observed a unusual thing. If i write a character whos... 
Xiaofan Chen - Oct 10 2008
On Fri, Oct 10, 2008 at 3:14 PM, fablucas wrote:
> Hi everyone,
> We intend to buy a LPC2378 and I have sent several inquiries to their
> technical support a few weeks ago... 
Peter Kic - Oct 9 2008
Hi!
I have lpc2378 with 512k flash. So I would like to use part of flash
for data storage, part for my own bootloader - upgrading sistem.
I looked, how to manage with flash... 
Xiaofan Chen - Oct 8 2008
On Thu, Oct 9, 2008 at 12:01 AM, Tyson Harding wrote:
>
> OpenOCD supports the J-Link in linux without the Segger software. OpenOCD has
> gone through some major changes r... 
Michael Freeman - Oct 8 2008
Quick question about EMAC in LPC23xx,
The LPC23xx has built in CRC(FCS) generator in it. All the example code I
have found creates CRC in software. It seems to be wasted CPU t... 
Sutton Mehaffey - Oct 8 2008
I have enough code space to hold 2 versions of code. I plan to have a
boot block that can be changed to execute out of block 1 or block 2
and provide the mechanism for remote up... 
kendwyer - Oct 8 2008
Hi,
There are some sample code bundles on the NXP website
http://www.standardics.nxp.com/support/documents/microcontrollers/?scope=LPC3000
Scroll down to the zip file.
... 
"jolyon.latham" - Oct 8 2008
Hi,
On our board we have the external flash connected to a 23-bit address
bus. The least significant bit is missing meaning that we can only
address word aligned addresses.
... 
Tim Mitchell - Oct 8 2008
I'm trying to port uIP to LPC2378 using Rowley Crossworks (surprising
that nobody seems to have done this, but I can't find it anywhere -
there's a few IAR versions but they use ... 
Jan Vanek - Oct 8 2008
Hallo again,
I found the problem(s). The LPC2888 errata sheet says the RX FIFO is not functional. It says when reading a 32b word from the RX FIFO, it reads also a second 32b w... 
saudagar kgaji - Oct 8 2008
Hi all, i hav some question here....
1. What are the benefits or reasons of running arm processor with linux?
2. Which arm processor from nxp can be used to run linux ?
Than... 
Ray Molenkamp - Oct 7 2008
lpcusb should do the trick even comes with all the examples
you are mentioning.
http://sourceforge.net/projects/lpcusb
--Ray
p...@esysr.com wrote:
>
> I am just getti... 
jdehalas - Oct 7 2008
--- In l...@yahoogroups.com, Albert Bartoszko wrote:
>
> Dnia 07-10-2008, wto o godzinie 03:24 +0000, jdehalas napisa=C5=82(a):
> [...]
> > We must not be configuring t... 
Foltos - Oct 7 2008
Hi,
I doubt your processor can execute ASCII strings. So you have to write
the actual data only and you have to convert the ASCII values to binary
values (numbers).
You nee... 
Foltos - Oct 7 2008
Hi,
try this:
void (*funcptr)(void)=(void(*)(void)0x6000;
(*funcptr())();
or on a single line:
(*(void)(*)(void)0x6000)();
Foltos
a...@yahoo.co.in wr... 
richdinoso - Oct 7 2008
How do I adapt FatFS (http://elm-chan.org/fsw/ff/00index_e.html) to my
board?
I would like to be able to read/write to the SD card on my board. The
website I linked above says... 
saee...@yahoo.com - Oct 7 2008
hello group,
I am trying to format my SD card with Fat code.i have checked configuration file. No flaws in it. noe my problem is, the processor is resetting again and again. i.e... 
artsaagluap - Oct 6 2008
Hi,
I have done quite a bit of googling for a more compact connector for
JTAG for an LPC2103 board I may be building. I can't see any
reference to anything that has become ... 
fablucas - Oct 6 2008
We are trying to evaluate if the LPC 2378 could fit our application
and I would need your expertise on this:
We would like to capture an external 4MHz signal clock. To do this we... 
simonb65 - Oct 6 2008
Hi All,
We have a product which has been in production for some time using the
LPC2129. The newer units now have the LPC2129/01 (as nxp has made the
earlier revisions obsolo... 
amit kankaran - Oct 6 2008
Hi all,
I am Having a problem with CAN on LPC2129/01 series.
Whenever i recieve a CAN frame , the control is not coming out of ISR,
but when i reset the CAN controller ,the ... 
"FreeRTOS.org Info" - Oct 6 2008
> Hi All,
> =20
> I am going to use FreeRTOS on a LPC2888 board, I will use a=20
> lot of USB communication and needs some scheduling also, my=20
> question is has anyone m... 
nxp_marketing_usa - Oct 6 2008
Ultra-low power 100 MHz LPC1700 MCU runs Ethernet, CAN and USB=20
simultaneously without bottlenecks
NXP today announced the LPC1700 series, the industry's fastest=20
microcontr... 
Foltos - Oct 6 2008
Hi,
unfortunately I am not familiar with Linux. Just basically interrupts
are serviced in kernel space always. I have newer seen an os that
handles interrupts in user space.... 
saee...@yahoo.com - Oct 6 2008
I am using 1 GB sd card for data storage on my ARM board. I am trying to transfer all characters initially. I am trying to transfer one character 512 times as it is only valid blo... 
"J.C. Wren" - Oct 5 2008
After almost a year of being slack, I have updated the LPC-2148 demo code
package. Below are the changes (extracted from the README file). The
latest version is available at ht... 
"J.C. Wren" - Oct 4 2008
I see a couple problems right off the bat.
1) You shouldn't be using |=3D with _IOSET and _IOCLR. These need to be a
straight assignment. So GPIO1_IOCLR =3D PIN_E;
2) This c... 
Herbert Demmel - Oct 4 2008
At 05:47 04.10.2008 +0000, you wrote:
> --- In l...@yahoogroups.com, "kermitvi2" wrote:
>
> Just out of curiosity, do you have a NAND software driver as the
> LPC2468 does ... 
richdinoso - Oct 2 2008
I am new to ARM development, and I'm following James Lynch's tutorial.
In his tutorial, he gives instructions on how to use ocdremote. The
problem with this is that Macraigor doe... 
nxp_marketing_usa - Oct 2 2008
NXP Semiconductors announces the fastest ARM Flash MCU series=20
NXP brings 125 MHz ARM968 Flash microcontroller to market
Today NXP Semiconductors announced the availability... 
ostehaps01 - Oct 2 2008
Hi
I cant really talk to the ISP from a terminal window.
This is what I do.
1. P0.14 low at reset
2. Open "Flash Magic terminal" windows at 19200 baud
3. Type "?" --> Ter... 
|
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
next