Yahoo Groups archive

Lpc2000

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

Messages

Browse messages

Page 179 of 329 · 16407 messages matched

Re: [lpc2000] Reading the frequency

2005-06-08 by Robert Adsett

... Without an independent clock source it would be impossible to tell how fast the processor is running. ... Check your baud rate if using a UART. Program a

Thread view Attachments: 0

Memory map info?

2005-06-08 by Jim Parziale

Hi all - Sorry for the newbie question, but... Where can I find a memory map of the LPCxxxx devices? Specifically for the LPC2106, but I may be trying out

Thread view Attachments: 0

Re: [lpc2000] Re: Storing in RAM

2005-06-08 by Bill Knight

... Soren Not necessarily. Static RAM loses it contents on power loss but not on processor reset. Sridhar can accomplish what he desires by creating a new

Thread view Attachments: 0

Re: Storing in RAM

2005-06-08 by soren_t_hansen

... so that when processors get reset, the stored value in RAM should not loose data. Again after reset the processor, I want to read the variable. I am using

Thread view Attachments: 0

Storing in RAM

2005-06-08 by Sridhar gadda

Hello, I want to write a program which stores a variable in RAM so that when processors get reset, the stored value in RAM should not loose data. Again after

Thread view Attachments: 0

Setting up LPC2132 ADC in Hardware mode

2005-06-08 by soren_t_hansen

I followed the example from the Insiders guide from Hitex, but it seems if it is designed only for the Keil ARM compiler. Also I suspect it to have an error

Thread view Attachments: 0

Doubt Regarding RTC9701JE

2005-06-08 by balakumar chinuswamy

hi all, Is thete any particular bit or register to be enabled for the RTC9701JE to work. regards Bala [Non-text portions of this message have been removed]

Thread view Attachments: 0

Reading the frequency

2005-06-08 by soren_t_hansen

Hi Group Is it possible to read a register or read a pin to see what frequency the processor is running at? I would like to make sure, that my LPC2132 is

Thread view Attachments: 0

Re: [lpc2000] Re: Can controller

2005-06-08 by Gilles FAURIE

Hi, No, I release receive buffer at the end of my interrupt routine. The only way to restart interrupt macenism is to put CAN controller in reset mode and

Thread view Attachments: 0

Re: RS485 with UART1 RTS pin on LPC2138

2005-06-07 by sengoontoh

How would you implement an interrupt based 485 handler then? I guess I could look for the byte that I transmitted. Hopefully the FIFO won t complicate issues.

Thread view Attachments: 0

Re: ADC reference voltage

2005-06-07 by Karl Olsen

... The LPC2104, 2105, 2106 don t have an A/D converter. The A/D converter of all the other LPC2000 variants uses the V3A pin voltage, nominally 3.3V, as

Thread view Attachments: 0

Updated LPC213x User Manual?

2005-06-07 by Alan Blood

Hello, I m reading Philips AN10369 regarding UART/SPI/I2C Code Examples (published 06 April 2005) and it mentions a recently-updated LPC213x User Manual. Does

Thread view Attachments: 0

ADC reference voltage

2005-06-07 by tasking12

Hi all, does anyone know has ADC of LPC210x a one internal reference or use analog 3.3V as reference. In other words is the ADC result depend on effektiv

Thread view Attachments: 0

Re: Can controller

2005-06-07 by gerhard_uttenthaler

... Could it be, that you do not give the Release Receive Buffer command at the end of your interrupt routine? Regards Gerhard

Thread view Attachments: 0

Can controller

2005-06-07 by gfaurie1

Hi, I use CAN controller with interruptions in reception. I have a problem because when i stop my debugger and i press start after, my reception interrupt

Thread view Attachments: 0

LPC2131 ADC Input Impedance

2005-06-06 by drb5599

Sorry if this is an obvious question. But, I have looked at the User Manual, and all other documentation I have and can not find a specification for input

Thread view Attachments: 0

Re: [lpc2000] memory writing

2005-06-06 by Steffen Rose

Hi, ... Could it be, that the ISP Command handler changed it? The Documentation write, that the ISP use the memory location 0x40000120-0x400001FF. Note, that

Thread view Attachments: 0

memory writing

2005-06-06 by gfaurie1

Hello, On a Philips LPC2294, when i reset, the internal bootloader write FFFFFFFFh at adress 40000128h. During a debug session with Keil environment, when i

Thread view Attachments: 0

lpc2132 Flash documentation

2005-06-06 by soren_t_hansen

Does anyone have documentation on how to program the flash of the lpc2132? I got this from Macraigor: After reviewing the datasheet for this part again I am

Thread view Attachments: 0

OCDemon Flash Programmer

2005-06-06 by soren_t_hansen

Have anypne used this program to program the flash of a lpc2132 through jtag? I m having troubles telling the program how the Flash should be programmed. Best

Thread view Attachments: 0

Re: PART_ID_TABLE needs update

2005-06-06 by Thiadmer Riemersma (ITB CompuPhase)

... think ... The device ID codes for the LPC2131 and the LPC2132 are still missing. If anyone knows these, I would gladly update the table in lpc21isp.c.

Thread view Attachments: 0

Fixed version of lpc21isp upload utility

2005-06-06 by Thiadmer Riemersma (ITB CompuPhase)

Hello everyone, I have uploaded a fixed version of Martin Maurer s lpc21isp utility on the new Yahoo group http://groups.yahoo.com/group/lpc21isp/. I already

Thread view Attachments: 0

Re: Sandisk SD CARD compatiablity issue

2005-06-06 by dadebertolino1

... Why sending CMD1 to an SD Card? CMD 1 is not supported by SD. So, the card will be probably not correctly initialized from you. Greetings. D.Bertolino

Thread view Attachments: 0

Re: hobby servo sample source?

2005-06-06 by Michael Sprague

Okay, I found the PWM example on the Keil website. It looks like as long as I only want to use the PWM timer for hobby servos and not mix in true pwm motor

Thread view Attachments: 0

email to Philips concerning the LPC23XX

2005-06-05 by Rod Moffitt

Since it is now 2H 2005 I was hoping that at minimum there would be some technical information pertaining to these devices, yet I have found nothing at the

Thread view Attachments: 0

Frequency counter

2005-06-05 by lehighuboy

Does anyone have sample code that counts pulses for a fixed time duration (frequency counter)? Thanks, Garrett

Thread view Attachments: 0

hobby servo sample source?

2005-06-05 by Michael Sprague

I have a Keil MCB2100 that I would like to use in a mobile robot I am beginning work on. I think I am going to use the freertos.org task scheduler and I am

Thread view Attachments: 0

Re: [lpc2000] Problem with float and GCC

2005-06-04 by Robert Adsett

... It s missing the floating point support. Either you are linking to a support library that doesn t include software based floating point support or you are

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.