Yahoo Groups archive

Lpc2000

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

Messages

Browse messages

Page 10 of 329 · 16407 messages matched

Re: IAP Blocking for 400ms?

2006-05-12 by brendanmurphy37

... To clarify: the quote used above comes from the LPC213x User Manual, under the Features list (section 1.2). It s also in plenty of other Philips

Thread view Attachments: 0

Re: IAP Blocking for 400ms?

2006-05-12 by EmbeddedHub

Same here. I partition the lpc internal flash into different groups based on its sector numbers. I then store different non-volatile variables (product serial

Thread view Attachments: 0

Re: [lpc2000] Re: IAP Blocking for 400ms?

2006-05-12 by sig5534@hotmail.com

Do you work for the government? I m just curious because anyone that has so much free time on their hands that they can keep arguing over menucia must work

Thread view Attachments: 0

Re: IAP Blocking for 400ms?

2006-05-12 by jayasooriah

... You missed my point as to what I was referring to as rubbish . It is very clear from the EE demo example, and the statements made by Philips that it is

Thread view Attachments: 0

Re: IAP Blocking for 400ms?

2006-05-12 by jayasooriah

... They do not. Note the IAP function is not a system or kernel call that typically makes minimal assumptions about the caller s environments. It is just a

Thread view Attachments: 0

Re: IAP Blocking for 400ms?

2006-05-11 by lpc2100_fan

... Well, as there are different requirements for non-volatile data memory these examples can be very usefull or if it does not work for your needs (btw. what

Thread view Attachments: 0

Re: [lpc2000] ADC Problem

2006-05-11 by 3gpabko

Hi, you are trying to configure channel and start ADC at the same time. I don t know which LPC2xxx you are using but you should check the corresponding errata

Thread view Attachments: 0

Re: IAP Blocking for 400ms?

2006-05-11 by brendanmurphy37

To be fair to Philips, they generally describe the on-board flash as program memory , and it s clear that this is very much its intended purpose. It is kind

Thread view Attachments: 0

Re: GCC, uCOS-II, nested interrupts

2006-05-11 by brendanmurphy37

I ll second that. Very highly recommended to anyone using these parts: clear, simple document with easy-to-understand text and good examples. Just the kind of

Thread view Attachments: 0

Re: Interrupt in LPC22XX

2006-05-11 by Tom OE6TKT

... You don t need to OR this register with itself, just write: VICIntEnable = 0x00000080; (to clear this interrupt use VICIntEnClear = 0x00000080;) Thomas

Thread view Attachments: 0

ADC Problem

2006-05-11 by heedaf

I ve got the following code to start the ADC. If I put in a breakpoint somewhere after the code and run to the breakpoint it will enter an endless loop. If I

Thread view Attachments: 0

Re: Interrupt in LPC22XX

2006-05-11 by poland459

Hi Zdravko Dimitrov, Thank you very much for your valid suggestion. At last its working..really Its 2 weeks struggle..I thought I have initialised MEMMAP = 1

Thread view Attachments: 0

Re: IAP Blocking for 400ms?

2006-05-11 by jayasooriah

... Hmm... where were you when I was trying to explain to this forum why the EEPROM example from Philips was well ... not a good idea :)

Thread view Attachments: 0

GCC, uCOS-II, nested interrupts

2006-05-11 by David Hawkins

Hi all, I just uploaded a project I tinkered on last year for the Philips ARM 2005 contest held by Circuit Cellar. It has a PDF document inside describing the

Thread view Attachments: 0

New file uploaded to lpc2000

2006-05-11 by lpc2000@yahoogroups.com

Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the lpc2000 group. File :

Thread view Attachments: 0

Re: [lpc2000] IAP Blocking for 400ms?

2006-05-10 by Peter Jakacki

... I have used program flash on other micros for data eeprom before but I really don t like doing it as I increase the risk that the program could become

Thread view Attachments: 0

Re: Interrupt in LPC22XX

2006-05-10 by ghetto_shinobi

Ive taken look into ur code and since u are using Keils IDE its pointless to call this function void Initialize(void); This piece of code is embedded into

Thread view Attachments: 0

Re: [lpc2000] Interrupt in LPC22XX

2006-05-10 by 3gpabko

Here are some points to mention: 1. As I see you are running from FLASH. Correct? If yes you need to set MEMMAP = 1, at initialization. 2. In this case ensure

Thread view Attachments: 0

Re: Interrupt function declaration

2006-05-10 by ghetto_shinobi

HI! Hi Andy i got couple off topic question.Hope u can help me out. I see that u are using one of those hardware Tcp stack from Wiznet.Im thinking about

Thread view Attachments: 0

Re: Interrupt function declaration

2006-05-10 by brendanmurphy37

My advice would be to avoid using extensions at all and code an assembler prolog and epilog. See http://groups.yahoo.com/group/lpc2000/message/14623 for an

Thread view Attachments: 0

Re: IAP Blocking for 400ms?

2006-05-10 by lpc2100

As per my understanding you can continue to service interrupts during the IAP erase. The ISR needs to live in SRAM and must not access flash. Tom ...

Thread view Attachments: 0

Interrupt function declaration

2006-05-10 by Andy

Hi all, Just wondering if anyone can clear something up for me. I m using the Vectored Interrupt Controller as decribed below, just wondering what function

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.