Yahoo Groups archive

Lpc2000

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

Messages

Browse messages

Page 43 of 329 · 16407 messages matched

Re: [lpc2000] RISC vs CISC

2006-03-21 by Mark Norton

Try Google my friend. A simple search on von neuman returns some of the information that you require. Try this:

Thread view Attachments: 0

Re: [lpc2000] RISC vs CISC

2006-03-21 by FabioDB

... SPI: More devices and one master ... I think that is not a good solution to implement a software SPI on GPIOs. I have driven 8 devices with only one SPI

Thread view Attachments: 0

Re: [lpc2000] RISC vs CISC

2006-03-21 by Xtian Xultz

... I2C - Multiple devices on one bus, SPI - one device and one master I2C - Only two signals (data & clock), SPI - three signals (but in some situations can

Thread view Attachments: 0

Re: [lpc2000] RISC vs CISC

2006-03-21 by Tom Walsh

... Ah, nearly April, time for the students to be finishing up on projects... TomW -- Tom Walsh - WN3L - Embedded Systems Consultant http://openhardware.net,

Thread view Attachments: 0

RE: [lpc2000] RISC vs CISC

2006-03-21 by Paul Curtis

Hi, ... Please, do your own assignments. -- Paul Curtis, Rowley Associates Ltd http://www.rowley.co.uk CrossWorks for MSP430, ARM, AVR and now MAXQ

Thread view Attachments: 0

Re: [lpc2000] RISC vs CISC

2006-03-21 by Micron Engineering

... let study, learn and study....good luck ... No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.385 / Virus Database:

Thread view Attachments: 0

[lpc2000] RISC vs CISC

2006-03-21 by malhotra_umang@yahoo.com

Hi friends.. I have a few more questions.. 1. Differences between SPI and I2C serial interfaces . 2. what is pipelining in embedded 3. what is difference b/w

Thread view Attachments: 0

Re: ARM Thruput expectations

2006-03-21 by jrweekes52

... (MAM) ... is 32 ... MIPS ... a128 bit ... rate. ... Newer AVRs can toggle a pin in 1 cycle ;-) Aren t comparisons wonderful. Jim

Thread view Attachments: 0

interrupts + Keil + LPC2294

2006-03-21 by grodo2k

Hello could someone be so kind and say, what is wrong in following code? Or maybe it is ok, but it doesn t work... I want trigger an interrupt using UART0. I

Thread view Attachments: 0

RE: [lpc2000] Baud rate setting

2006-03-21 by Sayyid Naqvi

Thank u Joel for the comprehensive and prompt reply. I have got the idea. Regards, -sayyid Joel Winarske wrote: Hi sayyid, Some

Thread view Attachments: 0

RE: [lpc2000] Baud rate setting

2006-03-21 by Joel Winarske

Hi sayyid, Some example values for LPC2129 BTR register with a 12MHz clock: #define CANBitrate20k_12MHz 0x003E401DL #define CANBitrate50k_12MHz

Thread view Attachments: 0

Baud rate setting

2006-03-20 by Sayyid Naqvi

Hello! Can any one tell me how to do baud rate setting for CAN in LPC2129 and LPC2148? Regards, -sayyid ... Yahoo! Mail Bring photos to life! New PhotoMail

Thread view Attachments: 0

Re: [lpc2000] Compiler vs cross compiler

2006-03-20 by Micron Engineering

... A cross compiler is a compiler that produce object code for a different cpu/calculator then the cpu of the calculator where it is runnig. So if you have a

Thread view Attachments: 0

[lpc2000] Compiler vs cross compiler

2006-03-20 by malhotra_umang@yahoo.com

hey friends, I want to know a fact... what is the difference between a compiler and a cross-compiler please help me find out... Thanks... Umang Malhotra ...

Thread view Attachments: 0

ARM software bootloading algorithm

2006-03-20 by Mukadder CEYHAN

Hi! Instead of using on-chip bootloader of LPCARM devices, I think it is possible to write a small application that runs as if bootloader: void main(void) {

Thread view Attachments: 0

Re: spurious interrupts on LPC

2006-03-20 by brendanmurphy37

Jaya, Many thanks for providing additional information on the problems with spurious interrupts as you see them, and your proposed solutions. Unfortunately, in

Thread view Attachments: 0

Re: spurious interrupts on LPC

2006-03-20 by Jayasooriah

Dear Robert (from Philips), I have presented my findings on what causes spurious interrupts on LPC family of processors, and how one can prevent their

Thread view Attachments: 0

Re: spurious interrupts on LPC

2006-03-20 by brendanmurphy37

Jaya, Many thanks for your detailed explanation: things are becoming much clearer. I apreciate that what you re presenting is work-in-progress and anything I

Thread view Attachments: 0

Re: [lpc2000] IRQ problem

2006-03-19 by Herbert Demmel

You simply need a forward declaration, as IRQ_Handler() is not yet defined when trying to use it. You can also change the order (place the definiton of

Thread view Attachments: 0

Re: IRQ problem

2006-03-19 by Hossam Alzomor

Hi The problem was adding __irq in the ISR prototype Salam Hossam Alzomor www.i-g.org mohammad.islamway.net

Thread view Attachments: 0

IRQ problem

2006-03-19 by Hossam Alzomor

Hi When trying to compile this code on keil I get the errore next to it This part of code related to interupts void init_micro() { IODIR1=0x02000000;//P1.25

Thread view Attachments: 0

Re: [lpc2000] Another Newbie Question

2006-03-19 by FreeRTOS Info

... Take a look at the timer_interrupt example that can be found in the samples Philips_LPC210X Olimex_LPC_P1 Olimex_LPC_P1.hzp solution included with your

Thread view Attachments: 0

Re: spurious interrupts on LPC

2006-03-19 by Jayasooriah

Hello, Arising out of requests from a number of people, I have documented the root cause of spurious interrupts on LPC based on my experiments with LPC2292

Thread view Attachments: 0

Re: [lpc2000] Re: C question

2006-03-18 by Robert Adsett

... Actually the whole thing is compiler specific. One of the reasons I write my own interrupt prologs in and epilogs in assembly. The main reasons being

Thread view Attachments: 0

Re: C question

2006-03-18 by heedaf

So is the __ in __irq specific to the compiler since it gives me an error in CrossStudio? ... gracefully ... Register before ... register will ... compiler

Thread view Attachments: 0

Another Newbie Question

2006-03-18 by heedaf

I m in the process of learning the LPC2106 as well as the I2C format. I downloaded a sample from Philips and it has the interurupt vector table listed below.

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.