Yahoo Groups archive

Lpc2000

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

Messages

Browse messages

Page 178 of 329 · 16407 messages matched

Re: [lpc2000] Re_ Non-Volatile Memory

2005-06-12 by Bob Paddock

... FRAM s usually do have access cycle limits, which apply to both write *and* read, however they may be measured in the billions for some devices. Do you

Thread view Attachments: 0

Re: [lpc2000] 100 MHz clock using LPC2138

2005-06-12 by Micron Engineering

... LPC2138 may have a clock lower then 60MHz so it is not possible to generate directly from LPC2138 100MHz clock. Also if you need to transfer data from a

Thread view Attachments: 0

Re_ Non-Volatile Memory

2005-06-12 by Owen Mooney

The FRAM products offer non volatile - fast read and write - no limitation on write cycle and a reasonably priced. Owen Mooney

Thread view Attachments: 0

I2C problem

2005-06-12 by Boris Kralik

Hi guys. I have problem with I2C on LPC2294; I set SDA and SCL wires as I2C: PCB_PINSEL0 |= 0x50; //Set SCL and SDA PCB_PINSEL0 &= (uint32_t)0xFFFFFF5F; and

Thread view Attachments: 0

[lpc2000] 100 MHz clock using LPC2138

2005-06-12 by sudip nag

My requirement is basically to transmit data from one microcontroller (LPC2138) to the other at 100MHz. Thus the clock generated must synchronize the data.

Thread view Attachments: 0

Re: 100 MHz clock using LPC2138

2005-06-12 by weverest3

... of 1 MHz, with 50% duty cycle using LPC2138. Any suggestion how to generate the same. Match functionality is inappropriate for generating such high

Thread view Attachments: 0

100 MHz clock using LPC2138

2005-06-12 by sudip nag

Dear All, I would like to generate 60 MHz to 100 MHz clock, in controlled step of 1 MHz, with 50% duty cycle using LPC2138. Any suggestion how to generate the

Thread view Attachments: 0

Re: Re_ [lpc2000] Non-Volatile Memory

2005-06-10 by johnthomasedwardtimm

If you have a free 8 KB sector, why not write successive 32 byte blocks until you reach the end of the sector and then erase. You can search linearly to find

Thread view Attachments: 0

LPC2294 - Intneral flash security

2005-06-10 by Joseph Goldburg

Hi All, Can the internal flash be locked and protected from commands/instructions run from external flash or extneral SRAM? Regards Joseph [Non-text portions

Thread view Attachments: 0

Re: Error reading the ADC

2005-06-10 by soren_t_hansen

... Solved the problem myself. It turned out that it was yet another error in the Keil/Hitex documentation. The Pot1 isn t connected to the AIN0 but the AIN1 -

Thread view Attachments: 0

RE: Re_ [lpc2000] Non-Volatile Memory

2005-06-10 by Tom Convent

Hello, I just want to experiment that I stored a variable of 8bits at non-volatile area, switch off processor and read the same variable in next power on. Does

Thread view Attachments: 0

RE: Re_ [lpc2000] Non-Volatile Memory

2005-06-10 by Matthias Hertel

Hello Sridhar, you should consider the I2C EEPROM if you have a lot of write cycles to that memory area. It is cheaper to replace in the circuit when it should

Thread view Attachments: 0

Error reading the ADC

2005-06-10 by soren_t_hansen

I have set up the ADC to run in hardware mode, and is sampling at a rate of 60 Khz over 4 channels. I use the Keil MCB2130 eval. board, which means, that I

Thread view Attachments: 0

Re: Re_ [lpc2000] Non-Volatile Memory

2005-06-10 by Sridhar gadda

Hello Ralf, I agree with you that external eeprom is an option, but we have a choice to use NV-area of LPC so that overall cost of broad can come down

Thread view Attachments: 0

SV: [lpc2000] Re: Frequency counter

2005-06-10 by Helge Fabricius-Hansen

Hi, I would say that counting pulses during 1 - 10 seconds will give you the most accurate frequency. Using a capture input set to either pos or neg edge.

Thread view Attachments: 0

Re: [lpc2000] Re: Frequency counter

2005-06-10 by Richard Duits

The short fragment of code below can be used to measure frequency on a capture pin. Initialize FIQ_R8 to the timer address and FIQ_R9 to -1 and enable the fast

Thread view Attachments: 0

RE: [lpc2000] Re: Frequency counter

2005-06-10 by Dan Beadle

This method works very well for low frequencies, but it can have substantial error at high frequency where multiple interrupts are running. The interrupt

Thread view Attachments: 0

Re: [lpc2000] Re: Frequency counter

2005-06-10 by Martin Maurer

Hello, i don t know if there is any hardware support for this ? Here are two not elegant solutions, but give you perhaps an idea ! Easiest way without hardware

Thread view Attachments: 0

RE: [lpc2000] Re: Frequency counter

2005-06-10 by Dan Beadle

If you can sample over 1 second, this is pretty simple. Just set the signal up on an interrupt (rising or falling edge). Count the interrupts over 1 second.

Thread view Attachments: 0

Re: Frequency counter

2005-06-10 by lehighuboy

I need to read the frequency of a 50% duty cycle waveform from 0 to 200kHz (+/- 1Hz) using the LPC2129. Any suggestions? Thanks, Garrett

Thread view Attachments: 0

Re: pb with rs485

2005-06-10 by relentless_6995

Strike my comment about the timer - LSR & 0x60 will complete the job. ... of ... transmit

Thread view Attachments: 0

Re: pb with rs485

2005-06-09 by relentless_6995

Try waiting for ((LSR & 0x60) == 0x60) to be true before switching your driver. That may help. You still may have to start a timer and wait for an interrupt

Thread view Attachments: 0

Re: pb with rs485

2005-06-09 by Angel Sanchez

... The UART has double buffer, so you must do the test: while (!(U1LSR & 0x60)) watchdog(); //wait last character transmit for the REALLY end of transmision

Thread view Attachments: 0

pb with rs485

2005-06-09 by sebfr74

Hi, I use UART1 to make a rs485 with GPIO0.10 for the direction. I ve got a problem, when I look the transmission with an oscilloscope the sens go to level 0

Thread view Attachments: 0

OT: linux group

2005-06-09 by Gus

This is off topic. Do you guys know of any good group for linux. All the ones I found on yahoo were full of spam and junk. Gus

Thread view Attachments: 0

Re_ [lpc2000] Non-Volatile Memory

2005-06-09 by Ralf Knorr

Hi Tom, I m using 2106 and 2114 and I think the only possible way to store internal data is to use the IAP function. But than you will use minimum an 8kB flash

Thread view Attachments: 0

Non-Volatile Memory

2005-06-09 by Tom Convent

Hello Guys, LPC devices had an non-volatile area where variables can be initialliazed to hold values even after power switch off or processor reset. I want to

Thread view Attachments: 0

Re: [lpc2000] Re: Storing in RAM

2005-06-09 by Gilles FAURIE

Hello, You have perhaps Keil envrionment because you use ULINK. If you use KEIL you only have to add a #pragma NOINIT before declaration of your variable. with

Thread view Attachments: 0

Re: [lpc2000] lpc2000 manual

2005-06-09 by Robert Adsett

... That s in the appropriate user manual for the particular chip. They do share user manuals for subsets. Robert Freedom has no meaning of itself. There

Thread view Attachments: 0

Re: Reading the frequency

2005-06-08 by dukearmlover

... soren_t_hansen@y... ... frequency ... Mhz, ... Hello, I had exactly the same problem. Running my very first program on a LPC2129 - Olimex LPC-P2129 (using

Thread view Attachments: 0

Driving RS-232 at ONE uA.

2005-06-08 by Owen Mooney

Actually I can t measure it, so it is below 1 uA, but only when there is no data. 1 transistor, 1 fet, 2 diodes, and some passives At this state the Fet and

Thread view Attachments: 0

Re: LPC2131 ADC Input Impedance

2005-06-08 by drb5599

... Yes, Good point. I will not be sampling this pin very fast at all, so speed is not really the issue in this particular application. I am really more

Thread view Attachments: 0

lpc2000 manual

2005-06-08 by rseku

I start having fun with ARM. I at the stage of reading LPC2000 manuals. One from Hitex, others from http://semiconductors.philips.com. But I am still missing

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.