Yahoo Groups archive

Lpc2000

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

Messages

Browse messages

Page 11 of 329 · 16407 messages matched

Re: IAP Blocking for 400ms?

2006-05-10 by jayasooriah

... committing to ... be used ... takes ... why some ... The price ... tack on ... Also flash update must be done in 16-byte chunks. Anything less will result

Thread view Attachments: 0

RE: [lpc2000] Interrupt in LPC22XX

2006-05-10 by Bennett Scharf

Sorry Andy. I joined the group yesterday and did not read your reply until after I sent mine!. Bennett _____ From: lpc2000@yahoogroups.com

Thread view Attachments: 0

IAP Blocking for 400ms?

2006-05-10 by Bryce Schober

I just want to make sure that I m reading this right before committing to using a serial flash. It seems that the lpc21xx on-chip can t really be used for

Thread view Attachments: 0

RE: [lpc2000] Interrupt in LPC22XX

2006-05-10 by Andrew Berney

If you d care to read the reply I explained exactly what we use that for... and yes, the original description was unfortunately misleading but has already been

Thread view Attachments: 0

RE: [lpc2000] Interrupt in LPC22XX

2006-05-10 by Bennett Scharf

Kicking the watchdog in an interrupt routine is as bad an idea as I have ever heard. The only thing that has to be healthy in the microprocessor at the time

Thread view Attachments: 0

Re: Downloading application

2006-05-10 by jayasooriah

... Make sure you are not trying to load anything below 0x40000100 in on-chip ram. Philips Bootloader does not stop you from doing this, but will crash or

Thread view Attachments: 0

Re: Assembly Code

2006-05-10 by ‚³‚³‚«‚悵‚¦‚³‚ñ‚̃X

Hi All, Thanks for the response. Initially, I got confuse..because of LDR PC, [PC, #-0x0FF0]. Indeed.. single step the code is useful. Octavius

Thread view Attachments: 0

Reg: connecting LPC2138 to a display

2006-05-10 by Sriram Karunagaran

Hi All, I want to connect LPC2138 processor to a screen using VGA output. Is there any chipset readily available for this, over ISA bus or any other bus to

Thread view Attachments: 0

Downloading application

2006-05-10 by function_vector

Hi, I´m working with LPC2106, and I´m using its internal RAM to running my bootloader, and I want to download to internal flash memory an application and

Thread view Attachments: 0

Re: Interrupt in LPC22XX

2006-05-10 by poland459

Thanks for your time. 1&2]Am not using watchdog timer. And i didnot touched watch dog timer.as am learning this LPC, my aim is to send bytes to hyperterminal

Thread view Attachments: 0

RE: [lpc2000] Re: Interrupt in LPC22XX

2006-05-10 by Andrew Berney

Ok... I spent a little more time and actually read through your code properly. I m not actualy quite sure what you re trying to achieve however there s a few

Thread view Attachments: 0

Re: Interrupt in LPC22XX

2006-05-10 by poland459

Thanks for your reply..I have added the asm code and called enableIRQ after the timer is enabled.. But the program is not jumping to ISR... I forgot to mention

Thread view Attachments: 0

Re: [lpc2000] Re: Samples from Philips

2006-05-10 by vineet jain

No point in purchasing inexpensive things from outside. I landed up paying more than 32 USD for Olimex Wiggler. Strictly looking for someone in India. Thanks

Thread view Attachments: 0

RE: [lpc2000] Re: Interrupt in LPC22XX

2006-05-10 by Andrew Berney

Sorry yes, to clarify we do exactly as you said - the IRQ for the timer checks the state of all the registered subsystems (which for the current project are

Thread view Attachments: 0

Re: Interrupt in LPC22XX

2006-05-10 by brendanmurphy37

... watchdog ... Andy, Can you explain more about how you re using the watchdog, as what you say sounds a bit strange if you take it at face value? One of the

Thread view Attachments: 0

RE: [lpc2000] Interrupt in LPC22XX

2006-05-10 by Andrew Berney

Actually, just checked and you ll also need: U0IER = 0x00000001; //enable rx data available interrupt as well...eg: VPBDIV = 0x00000001; //Set PClk to

Thread view Attachments: 0

RE: [lpc2000] Interrupt in LPC22XX

2006-05-10 by Andrew Berney

Errrm I ve not looked at the data sheets for that particular part, but it doesn t appear that you re turning on the serial IRQ... on the 2129 I m currently

Thread view Attachments: 0

Re: [lpc2000] Re: Samples from Philips

2006-05-10 by Mukund Deshmukh

... interested in bulk order. Can you site anyone who would give samples here? did you try Electronika Sales (Mr. Micky Tel 09840834498) Best Regards, Mukund

Thread view Attachments: 0

Re: Assembly Code

2006-05-10 by fordp2002

Just a guess now but does it mean LDR = Load Register R3 means R3 [] is inderection - is negatibe and 0x0010 is 16 or 4 words So i would think it means :- Load

Thread view Attachments: 0

Re: Interrupt in LPC22XX

2006-05-10 by fordp2002

Pop this code in and call enableIRQ in main :- static inline unsigned asm_get_cpsr(void) { unsigned long retval; asm volatile ( mrs %0, cpsr : =r (retval)

Thread view Attachments: 0

Interrupt in LPC22XX

2006-05-10 by poland459

Hi am new to this forum.I am using free KEIL evalution software as my IDE to work on LPCE2214 OLIMEX board. Am able to work on TIMER and serial port in

Thread view Attachments: 0

Re: [lpc2000] Re: Samples from Philips

2006-05-10 by vineet jain

There are distributors in India, I checked with a few. But they are only interested in bulk order. Can you site anyone who would give samples here? Thanks,

Thread view Attachments: 0

Assembly Code

2006-05-10 by ‚³‚³‚«‚悵‚¦‚³‚ñ‚̃X

Hi All, What does LDR R3, [R11, #-0x0010] means?? Does it means copy memory[R11-0x0010] to R3? Plse..plse..teach me. Thank you. Octavius

Thread view Attachments: 0

Re: Samples from Philips

2006-05-09 by philips_marketing_usa

Maybe I can clear up the confusion. Philips only provides samples via a weblink for initial, pre-production samples. Once a part is in production, samples

Thread view Attachments: 0

Re: LPC2214 SPI0 and SPI1 not working?

2006-05-09 by rtstofer

... I don t think so... If SSEL is low it selects the SPI as a slave; clearly documented. To prevent the SPI from being selected as a slave, the signal must

Thread view Attachments: 0

lpc2148 USB driver not working in Linux

2006-05-09 by Manisha Kalita

Hi all, i am designing a USB driver in lpc2148 board. the driver is working fine with Windows OS in the host. but whenever, we connect the board in a linux

Thread view Attachments: 0

LPC2214 SPI0 and SPI1 not working?

2006-05-09 by Mukadder CEYHAN

Hi everbody! I am trying to solve some problems regarding with the SPI in LPC2214 controller from philips. The code snippet is below: #define SPIF (1

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.