Search the web
Sign In
New User? Sign Up
lpc2000 · LPC Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 8323 - 8352 of 34585   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
8323
Hi Dale. You might be interested in my tutorial "ARM Development with Eclipse" which gives a detailed setup of the GCC/Wiggler. If you check the Links section...
lynchzilla
Offline Send Email
Aug 1, 2005
7:54 am
8324
I have a problem with my lpc2292. The I2C bus does not generate a interrupt after a writing or a reading. When I set the interrupt manually by setting the i2c ...
catstransport
Offline Send Email
Aug 1, 2005
9:04 am
8325
... I am in the late stages of trudging through an interrupt-driven I2C interface for the 2106.. I believe it's the same hardware. The I2C system interrupts...
James Dabbs
jdabbs003
Offline Send Email
Aug 1, 2005
9:58 am
8326
... I set my sta flag. And still I get no interrupt from the i2c. I is very strange. I will try writing it directly. Maybe that it helps....
catstransport
Offline Send Email
Aug 1, 2005
10:10 am
8327
Hi all, Documentation and source code for nokia 6100 color display. http://miarroba.com/foros/ver.php?foroid=46840&temaid=3422493 ...
atmelbr
Offline Send Email
Aug 1, 2005
10:28 am
8328
Hello All, Finally I got my olimex prototype lpc2138, and try it for the first time. I plug Power supply, DB9 to pc and launch Philips Flash utility to read...
fasis
Offline Send Email
Aug 1, 2005
11:16 am
8329
... From: "fasis" <fasis@...> To: <lpc2000@yahoogroups.com> Sent: Monday, August 01, 2005 12:16 PM Subject: [lpc2000] Read ID Device ... I just had a...
Leon Heller
leon_heller
Offline Send Email
Aug 1, 2005
11:54 am
8330
Hi Afrizal. There's a BSL jumper (boot strap loader) on most Olimex boards. It must be installed (shorted) to enable the Philips Flash Utility to work. Cheers,...
lynchzilla
Offline Send Email
Aug 1, 2005
11:57 am
8331
Hi to all I am working on PCMCIA stanard but no any document available because that cost is $299. If anybody have it please send me...
embedded_emd
Offline Send Email
Aug 1, 2005
12:01 pm
8332
embedded_emd <embedded_emd@...> schrieb am Mon, 01 Aug 2005 ... Are you asking for a (C) infringement ? -- 42Bastian Schick...
42Bastian Schick
bastian42
Offline Send Email
Aug 1, 2005
12:53 pm
8333
... I still have no luck with the I2C on the lpc2292. My init for i2c are: i2cconclr=0x6c; //i2conclr all bits temp32 = pclk / 50000 scll = temp32/2 sclh =...
catstransport
Offline Send Email
Aug 1, 2005
1:03 pm
8334 haare_in_der_dusche
haare_in_der...
Offline Send Email
Aug 1, 2005
1:32 pm
8335
I'm trying to write to the PINSEL2 register, to ensure that it has 0's at bit 2 and 3, but if I try to write to the register, the JTAG connection drops, and it...
soren_t_hansen
Offline Send Email
Aug 1, 2005
2:11 pm
8336
soren_t_hansen <soren_t_hansen@...> schrieb am Mon, 01 Aug 2005 ... Some bits disable JTAG, be sure to set these to the correctly. -- 42Bastian Schick...
42Bastian Schick
bastian42
Offline Send Email
Aug 1, 2005
2:30 pm
8337
Hi! Project guide is asking about the PCMCIA standard release 7. updated But still i got confusion about which document he is asking? Probably he may asking...
akshay sankeshwari
embedded_emd
Offline Send Email
Aug 1, 2005
5:13 pm
8338
Hi all. Can anybody tell my how test mode on A/D Converter works ? ADCR[22:23] bits....
Boris Kralik
kralikbo
Offline Send Email
Aug 1, 2005
6:09 pm
8339
Dear All, I had a project LPC2214 with Optrex 51852 LCD Module. Now i have two request : 1. I bought a 51852ADM LCM Module from Mouser. I can't get display on...
jones3hsu
Offline Send Email
Aug 1, 2005
6:29 pm
8340
I am confused about setting up the PWM code. Below is my initialization code. Here is my confustion... When I set PWMMR4 to 0, I get a very short logic 1...
MattKav
Offline Send Email
Aug 1, 2005
8:11 pm
8341
I wonder if anyone has ideas or suggestions for uart multiplexing, or possibly switching. The solution I am trying to get to is this: I have an x-scale host...
Doug Sutherland
dougjsutherland
Offline Send Email
Aug 2, 2005
4:05 am
8342
Hi Doug, I've had a quick scan of your post. Make it simple for yourself and talk to the 3 devices with 3 ports from the host. Then all you need with the ARM...
Peter Jakacki
pjakacki
Offline Send Email
Aug 2, 2005
4:40 am
8343
... great, thanks a lot.....
valdef78
Offline Send Email
Aug 2, 2005
6:18 am
8344
Hello Søren, Not sure what processor you are using but I think you are diabling the JTAG by changing a JTAG line into a GPIO line. I am using the LC2129 and...
Aalt Lokhorst
schutnl
Offline Send Email
Aug 2, 2005
7:59 am
8345
... the JTAG by changing a JTAG line into a GPIO line. ... Ups forgot to tell - it's a lpc2132 :o) I use the following line and it still crashes: PINSEL2 =...
soren_t_hansen
Offline Send Email
Aug 2, 2005
10:50 am
8346
Does the LPC2_FullCAN.zip given in the groups file work for LPC2119? In the phillips website this file is recommended as a FULLCAN-like implementation as...
arv_rox
Offline Send Email
Aug 2, 2005
12:00 pm
8347
Hello Soren, I think your hardware is running fine, probably the behaviour is not what your expecting but that is not caused by a hardware failure. Look in the...
Aalt Lokhorst
schutnl
Offline Send Email
Aug 2, 2005
12:20 pm
8348
PINSEL2 = (PINSEL2 & (0 << 2) & (0 << 3)); According to this, you're clearing PINSEL2 altogether. Did you mean: PINSEL2 = (PINSEL2 & (1 << 2) & (1 << 3)); ... ...
Jim Parziale
nuncio_bitis
Online Now Send Email
Aug 2, 2005
12:29 pm
8349
Oops - now I did it ... Is this what you really meant? PINSEL2 = PINSEL2 & ((1 << 2) | (1 << 3)); Even so, this clear all other bits... ... -- ... Jim Parziale...
Jim Parziale
nuncio_bitis
Online Now Send Email
Aug 2, 2005
12:32 pm
8350
Hi, I'm having a problem, I believe, with my EMC interface on an LPC2214 connected to 2 128K x 16 SRAM chips (GS72116A - GSI Technology). I think I've got it...
b clapper
bclapper29
Offline Send Email
Aug 2, 2005
2:54 pm
8351
If yopu want to clear bits 2&3 without changing any of the others do: PINSEL2 = PINSEL2 & 0xfffffff3; or PINSEL2 &= 0xfffffff3; Dave S. ... shows the ... and 3...
dsidlauskas1
Offline Send Email
Aug 2, 2005
5:16 pm
8352
I found two issues. First is that I missed initializing the PWMCR_PWMENABLE bit. Second is that when I was changing the match register value, I was setting...
MattKav
Offline Send Email
Aug 2, 2005
7:40 pm
Messages 8323 - 8352 of 34585   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help