Yahoo Groups archive

Lpc2000

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

Messages

Browse messages

Page 112 of 329 · 16407 messages matched

LPC2000 Flash Loader Utility update?

2005-11-29 by Mike Nelson

Greetings: I have searched the Philips web site and the LPC2000 Yahoo Group web site Files and Links sections, and can t find an update for the Philips LPC2000

Thread view Attachments: 0

Re: [lpc2000] uip port

2005-11-29 by Tom Walsh

... It means the level of warnings you ve chosen in Crossworks is too low to advise you of coding issues. Try turning on all your warnings in Crossworks and

Thread view Attachments: 0

Keil MCB2103 boards have arrived!

2005-11-29 by lpctools

Hi everyone, Keil is starting to promote their new MCB2103 board for the brand new LPC2103/LPC2102/LPC2101 devices: http://www.keil.com/mcb2103

Thread view Attachments: 0

Reset of cancontroller

2005-11-29 by Klaus

Has anybody experience with resetting the cancontroller? When the errorinterupt (buserror) occurs, i try to reset the controller. I am using the hints of the

Thread view Attachments: 0

Re: interrupt lost (all)

2005-11-29 by Zdravko

Also make sure that all of your ISRs have at the end write to VICVectAddr. Including your DefaultISR. If not VIC may stall untill hardware reset of the device.

Thread view Attachments: 0

Programming LPC2292 with Crossworks

2005-11-29 by thomas_ploeger

Hi, I m new in this stuff and I try to figure out wich connection I should use to program my LPC 2292. I using CrossWorks and I want to connect my board via

Thread view Attachments: 0

Re: [lpc2000] Re: interrupt lost (all)

2005-11-29 by Ake Hedman, eurosource

... Do you get the same result with T0MCR = 1; // Interrupt and Reset on MR0 Also are the global IRQ flag enabled? /Ake -- ... Ake Hedman (YAP - Yet Another

Thread view Attachments: 0

Re: interrupt lost (all)

2005-11-29 by clodic_pascal

CAN controller go in error if no other node. Be sure your interrupt service routine is not a while (1) {}

Thread view Attachments: 0

Re: [lpc2000] Re: interrupt lost (all)

2005-11-29 by Ake Hedman, eurosource

Alberto, as far as I can see this looks OK. You never set up the prescaler divider for the timer but I don t remember the default for it so that may be OK.

Thread view Attachments: 0

Re: interrupt lost (all)

2005-11-29 by ualbe

Dear Ake, I tested your VIC sequence but it still doesn t work. I m reading my code but It seem correct. Here it is an example thanks Alberto static init(void)

Thread view Attachments: 0

Re: Fixed address ARRAY

2005-11-29 by Karl Olsen

... You don t have to. You can also use a pointer to access an array: unsigned char *eeprom = (unsigned char *)0x81000000; ... i = eeprom[34]; and to access a

Thread view Attachments: 0

Re: [lpc2000] interrupt lost (all)

2005-11-29 by Ake Hedman, eurosource

Your initialization code should 1.) Select the CANIRQ as IRQ (not FIQ). 2.) Enable the interrupt on a specific pos. 3.) Set the IRQ routine address. 4.) Enable

Thread view Attachments: 0

interrupt lost (all)

2005-11-29 by ualbe

Hi, I m working with gcc, winidea editor and keil2130 development board. I m a problem on isr. There are four isr: two for CAN reception, one for CAN error and

Thread view Attachments: 0

Fixed address ARRAY

2005-11-29 by gomolava1

Hello, Is it exist simple method to place an ARRAY to a fixed memory location in gcc,like in Keil: const unsigned char eeprom[EE_SIZE]_at_EE_ADDR_L; For a

Thread view Attachments: 0

uip port

2005-11-29 by szemzoandras

Hi, I try to port Rowley port :) of uip-e2124 to winarm.I port cs8900 driver, and now it s compiled, but I got a lot of error: warning: cast increases

Thread view Attachments: 0

req

2005-11-29 by pavan kumar

sir, im an m.tech student from hyderabad,im doing a project on controller area network.title was design and implementation of can protocol based master/multi

Thread view Attachments: 0

EE_demo

2005-11-28 by gomolava1

Dear LPC2000 Group, I am using the CrossStudio 1.5 on LPC2138. I want to apply EE_demo with CrossStudio! How to change following line: const unsigned char

Thread view Attachments: 0

Re: [lpc2000] SD read/write speed

2005-11-28 by Clyde Stubbs

... I have implemented it. It makes a small, but measurable difference on writing sequences of blocks. ... Sorry, I misread your original post. ... So that

Thread view Attachments: 0

Re: [lpc2000] Strnge problem with input

2005-11-28 by Ake Hedman, eurosource

Forget this question. Just a(another) really stupid mistake by me!!! Blushing...... Cheers /Ake ... -- ... Ake Hedman (YAP - Yet Another Programmer)

Thread view Attachments: 0

Strnge problem with input

2005-11-28 by Ake Hedman, eurosource

Hi, need someone to discuss this problem with: I have a board based on a 2138 where I have P0.20 connected as an input to read a button. When I was debugging

Thread view Attachments: 0

missing interrupts.

2005-11-28 by diwilru

Hi fellows, I got a question concerning uart in lpc2148. If I disable tx interrupts then restore it and if tx interrupt occurs within this time will be this

Thread view Attachments: 0

Re: [lpc2000] CAN interrupt

2005-11-28 by Gilles FAURIE

Hi, Yes i have already read erra sheet for my LPC2294, but i haven t found my problem. ... From: Joel Winarske To:

Thread view Attachments: 0

Re: [lpc2000] Re: MMC filesystem speed

2005-11-27 by Bertrik Sikken

... Hash: SHA1 ... Your were right about the optimisations and the throughput limitations. First of all, I realised thath the results above were obtained with

Thread view Attachments: 0

Re: [lpc2000] Re: MMC filesystem speed

2005-11-27 by Rob Jansen

Never on a Sunday ... ... I must have been sleeping. 4 bits interface means 2 * 8 and 160/2 == 80 My mistake, but 40 MHz is still out of spec. ... This was an

Thread view Attachments: 0

Re: MMC filesystem speed

2005-11-27 by rtstofer

A different measurement: Using the LPC2106 at 4 * 14.7456 MHz, portions of the WinAVR FAT12/16/32 library and a Kingston 64MB CF, I can read 350 KB/s. The

Thread view Attachments: 0

RE: [lpc2000] RTC problem

2005-11-27 by Dan Beadle

Sounds like a software problem to me - On the Olimex board, are you starting up from zero in RAM? (Is there a chance that something else starts up the RTC

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.