Yahoo Groups archive

Lpc2000

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

Messages

Browse messages

Page 20 of 329 · 16407 messages matched

Re: Off-list LPC2xxx CRP comments

2006-04-25 by Danish Ali

Sorry all. That message was meant to be off-list because there is far too much noise on this topic. Please ignore it. Regards, Danish

Thread view Attachments: 0

external memory on LPC2214

2006-04-25 by Timo Bruderek

Hi All !! I am a student at University of applied science Augsburg and currently working on my Final Year Project. It is a Webserverboard based on a LPC2214

Thread view Attachments: 0

PWM isr

2006-04-25 by icapapindi

Hi !! I m trying to generate a PWM interrupt on match MR0 with this code: PCB_PINSEL0 |= 0x00028000; GPIO0_IODIR = 0x00008000; GPIO0_IOSET = 0x00008000;

Thread view Attachments: 0

LPC 2148 -->>> LCD/CRT Controller

2006-04-25 by majid_mokhtari

Hello Everybody , For an embedded project , I need to connect LPC2148 to Active LCD while it should have VGA output , too . I will be thankful if anybody

Thread view Attachments: 0

RE: [lpc2000] IAP in LPC2136

2006-04-25 by Pandurang Shinde

hi, thanks for your reply. I am using sector 13 of flash memory(in LPC2136), put the MEMAP = 0x02 (i.e. User RAM Mode. Interrupt vectors are re- mapped to

Thread view Attachments: 0

Re: Starting with ARM chip fun!

2006-04-25 by Eric Engler

... I ve never heard of any dev tools that work on a Mac, but maybe Rowley s CrossWorks might. I don t advise using a Mac for developing embedded applications

Thread view Attachments: 0

Re: [lpc2000] IAP in LPC2136

2006-04-25 by Stanley Frederickson

I don t know if this help but I have hit this error before if I am writing to sector 0 and FLASH isn t currently mapped into the lowest 64 bytes of memory

Thread view Attachments: 0

Re: LPC2129 timer0 Startup problem

2006-04-24 by atmelbr

Hi, Why you need to put timer interrupt on startup ? Write your interrupt using C language. void TimerInterrupt0 (void) __irq { ... } Or put on startup EXTERN

Thread view Attachments: 0

USB VirtualCom

2006-04-24 by ebreuilly

Hello, I try to develop on IAR LPC2148 an USB VirtualCom with IAR stack. But I have only mouse application exemple and I don t success to change this example

Thread view Attachments: 0

LPC210x Crystal drive level

2006-04-24 by jsm09a

Is there any way to determine the power level used to drive the external crystal for the main oscillator on the lpc2101/2/3 ? I did not see any specifications

Thread view Attachments: 0

Re: UART0 and Printf

2006-04-24 by brendanmurphy37

A more general, simpler alternative is as follows: /* Transmit specified string to DEBUG port, using polled i/o */ void polled_write_to_uart_0(char *s) {

Thread view Attachments: 0

Re: [lpc2000] UART0 and Printf

2006-04-24 by mfrazier@governors-america.com

You need to create a link to the printf ( ) function with writing a putchar( ) function that links to your Comm write functions so that printf ( ) can link to

Thread view Attachments: 0

Re: UART0 and Printf

2006-04-24 by fordp2002

... writing directly works very well as long as you do not overfill the fifo s. here is some code I wrote earlier ;) typedef union { unsigned long whole;

Thread view Attachments: 0

Re: UART0 and Printf

2006-04-24 by ian.scanlon

... latches ... baud ... Does writing directly to the uart tx register work? How about putc ?

Thread view Attachments: 0

Re: UART0 and Printf

2006-04-24 by fordp2002

Three things to try. 1) Check your code is running at all can you flash a LED or are you still in Boot Selector mode when you think you are running your code.

Thread view Attachments: 0

Re: UART0 and Printf

2006-04-24 by ian.scanlon

... program ... John, There are only a few places for this not to work. Look at rxd and txd pins (with a scope) at cpu and determine if you have any signals.

Thread view Attachments: 0

Starting with ARM chip fun!

2006-04-24 by Weyert de Boer

Hi I would like to do some research with working with a ARM chip to make insteractive installations. My only question what do I need for this? My idea was to

Thread view Attachments: 0

IAP in LPC2136

2006-04-24 by topandurangs

Hi all, I am working with IAP in LPC2136 & using EE_demo code posted on the board but when i am calling the following routine //copy initial data into Flash

Thread view Attachments: 0

Re: [lpc2000] UART0 and Printf

2006-04-24 by George M. Gallant, Jr.

John, Without looking in detail, your narrative say setting hyperterm to 9600 and the code comment says 19200. George ... [Non-text portions of this message

Thread view Attachments: 0

UART0 and Printf

2006-04-24 by jstamos111

Hey all, I am trying to get UART0 output to display on hyperterminal for a board I made based on the LPC2106 processor. I use the ISP and UART0 to program the

Thread view Attachments: 0

IAP routine location in LPC

2006-04-24 by topandurangs

Hi all, I am using LPC2136 IAP and gone through following important sentense, 1.The IAP routine resides at 0x7FFF FFF0 location and it is thumb code. 2.The

Thread view Attachments: 0

Re: about PLL

2006-04-24 by theothervmax

... Hi, I d suggest this article to learn some pll basics: http://www.uoguelph.ca/~antoon/gadgets/pll/pll.html Regards, Max

Thread view Attachments: 0

Re: LPC2138 ADC interrupt problem

2006-04-24 by ghetto_shinobi

... Hi VICIntSelect &= ~0x4000; // AD0 interrupt is an IRQ interrupt VICIntEnable = 0x4000; // Enable AD0 interrupt Should be 0x00040000 Regards

Thread view Attachments: 0

LPC2138 ADC interrupt problem

2006-04-23 by osaelhaggar

hi all, i m new in the group , but i hope i will be helpful with you & share my little knowledge with you. well, i m working on the OLIMEX LPC2138 evaluation

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.