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

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 18962 - 18992 of 45876   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
18962
... My problem is that my SPI interrupt is to slow. I need the SPI transfers to be aligned shoulder to shoulder. But the internal structure of the ARM is...
Jan Thogersen
struer_trace
Offline Send Email
Sep 1, 2006
10:08 am
18963
Hi all, My project is stuck cause my GPS receiver is just not responding. Does anyone have any clue as to where I can buy an alternate one, in India.... Also,...
vineet jain
vineetrvce
Offline Send Email
Sep 1, 2006
10:14 am
18964
Hi all, I'm playing with the uart fifo's on the LPC2148 and I have some problems getting the receiver buffer timeout interrupt to work. When I disable the fifo...
Jan Thogersen
struer_trace
Offline Send Email
Sep 1, 2006
10:17 am
18965
... If you operate RTC at 32Khz minimum period will be 1 sec only. To get smaller period you have to increase clock. Best Regards, Mukund Deshmukh. Beta...
Mukund Deshmukh
betacomp_ngp@...
Send Email
Sep 1, 2006
10:45 am
18966
... the pin. ... problem. ... in plain English. ... I don't agree with you: I know that P0.31 is an output only pin, but it doesn't mean that I can't read the...
mr_fiscy
Offline Send Email
Sep 1, 2006
11:31 am
18967
Jan I've been using this for quite some time, with no problems. Here is the init code snippet: // Clear and enable FIFO, trig level 8 *(po->Ubase + FCR) =...
l_marmsater
Offline Send Email
Sep 1, 2006
12:37 pm
18968
... Do you mean byte alignment? ... Sounds like there is a lock within the interrupt. It would not been the alignment issue. ... Yes you can but it is not wise...
John Chung
kravnus
Offline Send Email
Sep 1, 2006
12:43 pm
18969
Hello! Is there any (open) sample code for RFID reader application based on LPC2100? Marko...
Marko Pavlin
mpavlin969
Offline Send Email
Sep 1, 2006
12:59 pm
18970
... 40yahoogroups.com>, ... speed ... speed ... transfers ... the ... empty ... to ... transfer ... in ... I think you need to get a better handle on what's...
Brendan Murphy
brendanmurphy37
Offline Send Email
Sep 1, 2006
1:24 pm
18971
... I'm with Brendan. I suspect your problem has to do with issues other than execution time. You can add a bit toggle to get a rough measurement of how long...
subscriptions@...
robertadsett
Offline Send Email
Sep 1, 2006
1:30 pm
18972
... Another suggestion. Write a q&d dirty poled SPI routine and see what your inter-byte delays are. That will be easier to measure and faster than an ...
subscriptions@...
robertadsett
Offline Send Email
Sep 1, 2006
1:45 pm
18973
This is what I am doing... typedef struct { int frog; int blat[2]; char rat[16]; U16 drive[2]; }Romc; Romc as; as.frog = 1; as.rat[10] = 5; These are the...
mlcchemtrac
Offline Send Email
Sep 1, 2006
2:05 pm
18974
... How is U16 defined? Bertrik...
bertrik@...
bertriksikken
Offline Send Email
Sep 1, 2006
2:13 pm
18975
Check out http://www.nxp.com...
Brendan Murphy
brendanmurphy37
Offline Send Email
Sep 1, 2006
2:20 pm
18976
... Now, do you suppose it would have been possible to come up with an uglier name :) Robert ... mail2web - Check your email from the web at ...
subscriptions@...
robertadsett
Offline Send Email
Sep 1, 2006
2:36 pm
18977
... Or, if you prefer the fluffy kitten version: http://www.what-if-you-could.com/ Regards, Richard. + http://www.FreeRTOS.org + http://www.SafeRTOS.com for...
FreeRTOS Info
freertos
Offline Send Email
Sep 1, 2006
2:40 pm
18978
... Ui6 is defined as; #define U16 unsigned short...
mlcchemtrac
Offline Send Email
Sep 1, 2006
3:15 pm
18979
Let's say you better know what the status of that pin is ;-) as YOUR software is responsible for the high or low when it is used as an output. I agree with...
lpc2100_fan
Offline Send Email
Sep 1, 2006
4:50 pm
18981
I trusted the documentation that P1.25 could be used as EXTIN0, but now as I need it, I do not find any hint about how to configure the pin as EXTINT0. Do I...
r_bottleneck
Offline Send Email
Sep 1, 2006
7:12 pm
18982
Is there anyone out there that has implemented a SD card as a file server/manager? I'm reading and writing to my SD card OK, but now want to implement some...
Sutton Mehaffey
dodge1955
Offline Send Email
Sep 1, 2006
7:13 pm
18983
... I think you are not quite right. Please consider, I don't want to get any interrupts by the RTC. I just want to get the time between two events, calculated...
r_bottleneck
Offline Send Email
Sep 1, 2006
7:36 pm
18984
... Hash: SHA1 ... Please be more specific about your problem. This looks more like a general C coding problem (sorry if I'm wrong) rather than a LPC2xxx ...
Bertrik Sikken
bertriksikken
Offline Send Email
Sep 1, 2006
7:53 pm
18985
... Then why don't you just read one of the other timer count register, instead of using the RTC? It is easy to calculate the time from any free-running...
Michael Anton
mike_antonca
Offline Send Email
Sep 1, 2006
8:54 pm
18986
I am presently using Eclipse IDE for development of LPC code, mainly because of Jim Lynchs excellent tutorial. I am finding it a bit cumbersome and the...
miklospflancer
Offline Send Email
Sep 1, 2006
9:18 pm
18987
Hi all, I have a software fifo that is being filled up by my main loop and then grabbed by an interrupts routine (TMR0). When entering the function that pushes...
Jan Thogersen
struer_trace
Offline Send Email
Sep 1, 2006
9:28 pm
18988
... Locate these in a function: as.frog = 1; as.rat[10] = 5; Below is food for thought. Run in simulator, and step through watching 'as'. #define U16...
Joel Winarske
joelw_94089
Offline Send Email
Sep 1, 2006
9:37 pm
18989
... Thanks everyone the all the answers. I found my the issues causing my slow SPI transfer. My interrupt priority was wrong and I made some optimizations to...
Jan Thogersen
struer_trace
Offline Send Email
Sep 1, 2006
9:50 pm
18990
Hi, everyone! I'm going to write SPI driver for LPC2214 to support external SPI-driven flash. Does that driver alredy exist? I've looked for in eCos repository...
Dmitry Varakin
dvarakin
Offline Send Email
Sep 1, 2006
9:55 pm
18991
WinARM is pretty much the GNUARM toolchain compiled natively onto windows so you don't need to setup cygwin or use a linux box. But you still end up with the...
Karim Virani
compuguru64
Offline Send Email
Sep 1, 2006
10:39 pm
18992
One advantage to setting up Eclipse: it operates the same whether running on Windows or Linux. I use exactly the same toolchain (GNU/Linux or GNU/cygwin)...
rtstofer
Offline Send Email
Sep 2, 2006
3:46 am
Messages 18962 - 18992 of 45876   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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