Yahoo Groups archive

Lpc2000

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

Messages

Browse messages

Page 264 of 329 · 16407 messages matched

Re: Flash Security

2004-09-16 by funes_armando

Thanks for your answer. Do you know if Philips is planning to add this feature to the LPC210x?. Is it possible to disable JTAG debugger by firmware? Regards

Thread view Attachments: 0

Re: UART1 practical question

2004-09-16 by Mel

... and my ... through ... leaving DSR, ... I m using an LPC2129 and have not had any problems using just the same four pins for uart1 that you are asking

Thread view Attachments: 0

RE: [lpc2000] Atmel SAM ARM7s

2004-09-16 by Paul Curtis

Hi Rob, ... Yes, the SAM devices are really pretty nice--sort of like the LPC2000 and STR7 devices, but Atmel s take on it. We don t have a SAM7 board yet,

Thread view Attachments: 0

Atmel SAM ARM7s

2004-09-16 by Robert Wood

Hi Paul, I was speaking to a customer the other day (with my FAE hat on!) about ARM7s and recommending your compiler. It looks quite likely he s going to use

Thread view Attachments: 0

Re: Flash Security

2004-09-16 by philips_apps

Hello Armando, Richard is right, The LPC2104 / 2105 and 2106 do not support code read protection. Somebody with a JTAG debugger can go in an read your code.

Thread view Attachments: 0

Re: Flash Security

2004-09-16 by Richard

Armando, The 210x series of devices do NOT support code read protection. Richard ... it ... that ... doors, ... devices, ... believe

Thread view Attachments: 0

Re: internal AD converter

2004-09-16 by lpc2100_fan

Hi, assuming that the signal you are scanning is relatively slow, you can do something like adding up 4, 8 or 16 ADC-results and then shift the sum by 3, 4 or

Thread view Attachments: 0

Delay after Re-Enabling interrupts

2004-09-16 by givc@yahoo.com

Hello, I m working with IAP and as recommended by the LPC2119 manual I m disabling all the interrupts I use (TIMER0 and CAN1 Rx) before any erase or write

Thread view Attachments: 0

Re: Using External AD Converters

2004-09-16 by Leighton Rowe

The analog inputs and references look stable to me. No floating pins. I ve made the Vin- input closer to ground: Analog input (always +ve)--- Vin+ 0V

Thread view Attachments: 0

Re: Flash Security

2004-09-16 by funes_armando

The only point of my post is that I want to know if the LPC2104 has code read protection. Could someone answer this simple question? Thanks all Armando. ... is

Thread view Attachments: 0

RE: [lpc2000] internal AD converter

2004-09-16 by Robert Adsett

... That depends. What is your input (frequency, bandwidth, noise level, impedance...)? What are you trying to do with it? Robert Freedom has no meaning

Thread view Attachments: 0

RE: [lpc2000] internal AD converter

2004-09-16 by Fuentes Rodriguez, M.E.

ok, that makes sense, but using this ADC how can I get the most of it? ... From: Robert Adsett [mailto:subscriptions@aeolusdevelopment.com] Sent: 16 September

Thread view Attachments: 0

Re: [lpc2000] internal AD converter

2004-09-16 by Robert Adsett

... Umm, isn t that on the order of +/1 count? That basic nature of discrete conversion will give you that much uncertainty. If you need to resolve to better

Thread view Attachments: 0

internal AD converter

2004-09-16 by Fuentes Rodriguez, M.E.

Hello, I m trying to read an analogue signal using the internal ADC, but it seems to have problems readding small signals. My analogue signal goes from 0 to

Thread view Attachments: 0

RE: [lpc2000] Re: Flash Security

2004-09-16 by Earl Bollinger

Well, you know, it s a lot easier to bribe or pay someone at the factory to give you the code. No fuss no mess. Getting code that way is the most common

Thread view Attachments: 0

Re: [lpc2000] Re: Flash Security

2004-09-16 by George Powell

Hi all, I think some of us have totally missed the point. Your competitor is not going to sit down and try to crack your chip. He is going to send it to a

Thread view Attachments: 0

Watch dog funnies again

2004-09-15 by Owen Mooney

Well - I am still having watch dog problems on the 2106 !! I implimented the code as below. If I didn t call watchdogfeed I would get a regular reset every 20

Thread view Attachments: 0

UART1 practical question

2004-09-15 by Milos Prokic

Hi everyone, I m using LPC2106. I want to implement an application using UART1, and my question is whether the UART1 requires me to select all of 8 pins

Thread view Attachments: 0

Testing newly designed LP2106 Board

2004-09-15 by Chris Graham

I ve designed an LP2106 board that includes a few special features I need such as MIDI, an EPROM, etc. I ve had the alpha PCB manufactured and intalled the

Thread view Attachments: 0

Using External AD Converters

2004-09-15 by Leighton Rowe

Has anyone used lpc s to operate AD7677s (using lpc s) before? - 16-bit True differential input (-2.5V to +2.5V input range) - 1 MSPS conversion rate Basically

Thread view Attachments: 0

Pin state after reset /P

2004-09-15 by Milos Prokic

Hi everyone, I couldn t find this info in the UG for some reason. I m wondering.. What is the state of the pins right after reset before they get configured

Thread view Attachments: 0

Writing EXTINT register

2004-09-15 by Rodrigo Cesar da Silva Martins

I ve tried this piece of code to configure the EINT0 interrupt: PINSEL1 |= 1; // P0.16 as EINT0 EXTMODE=1; // EINT0 edge triggered EXTPOLAR=0;// falling edge

Thread view Attachments: 0

Re: does watchdog work ?

2004-09-15 by willyd106

FWIW: The following routine worked for me. I used P0.4 &5 to be able to see an i/o pin assert and de-assert using the Keil MCB2100(no expansion bus): void

Thread view Attachments: 0

Re: Flash Security

2004-09-15 by funes_armando

Hi all, Dear people, I don t want to discuss about governments, back doors, etc. We all know that exists expensive procedures to unprotect devices, but they

Thread view Attachments: 0

Re: does watchdog work ?

2004-09-15 by markcrow

A side note to all those working on the LPC22xx chips and using external memory: When the watchdog times out it will try to access vector memory at relative

Thread view Attachments: 0

Re: does watchdog work ?

2004-09-15 by cd_racer2

Initialization: /* Setting watchdog work mode */ WDMOD |= WDMOD_WDEN; WDMOD |= WDMOD_WDRESET; /* Dropping watchdog timeout flag */ WDMOD &= ~WDMOD_WDTOF; /*

Thread view Attachments: 0

does watchdog work ?

2004-09-15 by douglasbolton

I can t get the watchdog timer to work. I set up with the following // set watchdog to be 1 second WDTC = 15000000; // enable the watchdog interrupt WDMOD = 1;

Thread view Attachments: 0

Re: [lpc2000] Re: Flash Security

2004-09-15 by Robert Adsett

... I think you are confusing code protecting with the late (failed) US encryption initiative (called Skipjack if I remember correctly) which included

Thread view Attachments: 0

Re: [lpc2000] Re: Flash Security

2004-09-15 by George Powell

Well, you may lock the ISP and the Jtag, but you will not lock out the back door put in by Philips and other manufacturers at the government request. The

Thread view Attachments: 0

Re: Flash Security

2004-09-15 by Pete

Hi ya, Well im not an expert (yet) using the philips chips but there certainly is a way to protect the onboard flash from being ripped off using jtag or

Thread view Attachments: 0

Re: Revision B or C?

2004-09-14 by g2100g

There are two different issues here. One is a problem in the mask of the chip itself, which Philips says was fixed in chip rev C. The other is a problem with

Thread view Attachments: 0

Re: Revision B or C?

2004-09-14 by philips_apps

Rev C is not affected. Philips Apps. ... like to ... 5C ... http://www.semiconductors.philips.com/acrobat/erratasheets/2106.pdf ... C). ... are ... only B ...

Thread view Attachments: 0

Re: Revision B or C?

2004-09-14 by Mark Butcher

... Now I m confused. I had a chip sort of distroy itself during ISP upload. Its marking is from 0418 (week 18 2004) and then 8C (Rev. C). According to the

Thread view Attachments: 0

New file uploaded to lpc2000

2004-09-14 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: Mass programming LPC 21XX MPs

2004-09-14 by Gus

are you programing these chips on circuit board or on socket? If you have serial port on your board, why not use philips utility? IF you have something

Thread view Attachments: 0

Re: Flash Security

2004-09-14 by Gus

The LPC210x can t be protected but LPC211x have protection feature where it disables IAP and JTAG so no one can read the contents of flash memory. I have used

Thread view Attachments: 0

Re: I2C Nack

2004-09-14 by givc@yahoo.com

You might receive NACK sometimes, what you could do is make your algorithm try again. Have you checked the Philips Document 80C51 Family Derivatives -

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.