Yahoo Groups archive

Lpc2000

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

Messages

Browse messages

Page 6 of 329 · 16407 messages matched

Re: [lpc2000] T6963 with LPC21xx

2006-05-22 by Mukund Deshmukh

... I am using KS0108 driver with GCC. The code is ported from C51 to ARM. Similarly plenty of C51 code is available for T6936, which can be ported to ARM. My

Thread view Attachments: 0

T6963 with LPC21xx

2006-05-21 by sierra_97845

Hi, recently I have purchased a LCD-Display with T693c-Controller. I d like to connect it with my LPC2129-Board in order to display some data. Has anyone done

Thread view Attachments: 0

Re: Defines in Crossworks

2006-05-21 by EmbeddedHub

hi Vineet, You could try to enter the followings at Project- Properties- ... VECTORED_IRQ_INTERRUPTS VPBDIV_VAL=2 Regards, Tim. http://www.embeddedhub.com/ ...

Thread view Attachments: 0

Defines in Crossworks

2006-05-21 by vineet jain

Hello all, I was evaluating of late. I need to know how to set the macros in the build properties. Say for example in the file Philips_LPC210x_Startup.s file

Thread view Attachments: 0

Re: [lpc2000] Broken IO Pins?

2006-05-21 by John Stamos

Thanks to everyone who replied. I feel much better now knowing what the problem was. I had no idea that pins P0.2 and P0.3 had no pull up resistors. Also

Thread view Attachments: 0

Re: Broken IO Pins?

2006-05-21 by bobtransformer

... Weller ... Almost forgot about the Metcal soldering irons. The ones that heat up quickly using RF. We had a problem with one of these at work a few

Thread view Attachments: 0

Re: [lpc2000] Re: Broken IO Pins?

2006-05-20 by Tom Walsh

... Maybe it is time to stop purchasing $10 irons from Radio Shack, and get a used Weller setup from ebay? heh hee. I ve used a cheap Weller tranformer iron

Thread view Attachments: 0

Re: Broken IO Pins?

2006-05-20 by bobtransformer

... documentation ... for ... to ... and ... w/ ... This may not have any relevance to your problem, but case in point... I had an IO pin on a LPC2102 not

Thread view Attachments: 0

RE: [lpc2000] Broken IO Pins?

2006-05-20 by Andy

Not sure but I think P0.2 and P0.3 have no internal pull-up resistors because they are for the I2C interface. You need to have external pull-ups. Andy ...

Thread view Attachments: 0

Re: [lpc2000] Broken IO Pins?

2006-05-20 by Robert Adsett

... Well P0.2 & P0.3 are open collector so they ll need pull-ups. See http://www.open-research.org.uk/ARMuC/LPC2100Tips.html P0.26 I don t see anything off

Thread view Attachments: 0

Re: [lpc2000] Broken IO Pins?

2006-05-20 by Martin Maurer

Hello, ... P0.2 and P0.3 are I2C pins. You must add pullups. Search for older posts here in this mailing list ! I don t know anything P0.26 related, sorry.

Thread view Attachments: 0

Broken IO Pins?

2006-05-20 by jstamos111

Hey guys, This problem has me completely baffled. Hopefully you can help. I have an LPC2106 running on a board of my own design and am using Keil tools to

Thread view Attachments: 0

Help with virtual com port with gnu

2006-05-20 by Erick Damasceno

Hi people, I m new in this forum and i would like to know if anyone here have succed porting the keil virtual com port code for the gnu. I saw a post from

Thread view Attachments: 0

LPC2214, Wiggler and arm-elf-insigh

2006-05-20 by stonoga_jacek

Hello I have a problem with downloading program to ram memory. I use my own custom hardware with LPC2214, wiggler, and gnu toolset. I want to run some simple

Thread view Attachments: 0

Re: Re: [lpc2000] In China

2006-05-20 by xiongwei

hi£º I am so sorry about wuhan is far away to changzhou or jiangsu. My friends also in shenzheng or wuhan.so i am sorry i can t help you. but if you go to

Thread view Attachments: 0

Re: LPC2148 Flash Debugging With AXD

2006-05-20 by Shahzeb Ihsan

Hmm...so I guess no one s willing to help me out here :) Anyway I did a little googling and came across some threads saying something about loading a flash

Thread view Attachments: 0

Re: [lpc2000] In China

2006-05-20 by xiao hu

I am in xi an,shannxi province.But far from Changzhou. Welcome to xi an! Changzhou , jiangsu province is close to Shanghai. ... on 22nd May. ... knowledge on

Thread view Attachments: 0

Interface of Olimex JTAG Cable in IAR

2006-05-20 by Bansi Pawar

Hi all, I have tried to configure OLIMEX JTAG cable with my LPC2106 board, but when I run debug mode from IAR IDE(free download version), it responds with

Thread view Attachments: 0

Re: WE signal on LPC2214

2006-05-20 by jayasooriah

... I would not recommend this. I suggest you configure EMC to use it as 16-bit device, and wire the addresss lines so that it will work correctly for both 16-

Thread view Attachments: 0

Re: LPC2103 watchdog issues

2006-05-20 by jayasooriah

... A while back we discussed the SWI method and its benefits in another thread. If I recall correctly, I posted the SWI equivalent for the code snippet

Thread view Attachments: 0

write to flash memory (download)

2006-05-20 by richa gupta

Hi ALL I am suing lpc2124 i wrote the code to delete the contents of flash memory using my C program now i am working on download stuff I wrote the code to

Thread view Attachments: 0

Re: LPC214x USB Problem

2006-05-19 by frodri123123

In isochronous transfers data is sent in preassigned slots at each frame (and never more than once in a frame). For this reason a dedicated interrupt is not

Thread view Attachments: 0

Re: EEPROM

2006-05-19 by lpc2100_fan

... every 10 ... writing ... EEPROM by 125 ... Hi, another option could be to use an EEPROM with 1 Mio write /erase cycles. I found a brandnew datasheet from

Thread view Attachments: 0

Re: wiggler jtag in keil

2006-05-19 by derbaier

... Select the RDI interface driver in the project options of Keil s uVision, and get H-JTAG from the link below to provide the RDI interface to the Wiggler.

Thread view Attachments: 0

Re: LPC2103 watchdog issues

2006-05-19 by Danish Ali

One trap I fell into was that I was running my code in _user_ mode rather than _system_ mode on the arm processor. In user mode, you can t manipulate the

Thread view Attachments: 0

Re: ADC slow sampling rate problem

2006-05-19 by ghetto_shinobi

... using the ... 60MHz but ... wait for ... Well, Rowleys Crosswrok does have the LPC2148 as a target.You must send an e-mail to get all needed files for

Thread view Attachments: 0

LPC2103 watchdog issues

2006-05-19 by Langosta39

I m having trouble hitting the watchdog on the 2103. It works just fine without IRQs, but after I enable interrupts I can no longer feed it. I am disabling

Thread view Attachments: 0

Re: WE signal on LPC2214

2006-05-19 by andersryl

Me again, I figured out what was wrong with my system. I m interfacing a device that has 16 data lines and holds a number of 16-bit wide registers internally.

Thread view Attachments: 0

Re: [lpc2000] EEPROM

2006-05-19 by 42Bastian Schick

Jim ... I did this for his original size and *hmm* did it wrong. ... 100k cycles à 10s = 1e6 s = 277h ~= 11days :( not 461 So you re right, the 32k EEPROM

Thread view Attachments: 0

Re: [lpc2000] Re: EEPROM

2006-05-19 by Leon Heller

... From: theothervmax To: Sent: Friday, May 19, 2006 10:02 AM Subject: [lpc2000] Re: EEPROM ... I was going to

Thread view Attachments: 0

Re: [lpc2000] EEPROM

2006-05-19 by Jim Parziale

Actually, I calculate the lifetime at 1481 days: 128 writes * 10 sec/write = 1280 seconds per erase cycle 1280 * 100000 cycles = 128,000,000 seconds which is

Thread view Attachments: 0

Re: [lpc2000] Software UART

2006-05-19 by Leon Heller

... From: Jacob Oursland To: Sent: Friday, May 19, 2006 7:15 AM Subject: [lpc2000] Software UART ... How are you

Thread view Attachments: 0

LPC2148 Flash Debugging With AXD

2006-05-19 by Shahzeb Ihsan

Hi, I compiled a small example using ADS compilers with Keil uVision3 for LPC2148, set to be downloaded into the flash and debugged from there. The compiled

Thread view Attachments: 0

Re: [lpc2000] EEPROM

2006-05-19 by 42Bastian Schick

... Try if you can pack the data. ... With 128bytes there are still some days missing :-) And maybe you should give some percent plus. In the end it is a

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.