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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 18148 - 18177 of 45910   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
18148
OK, Just tried soldering HVQFN and it can be soldered manually. I'm using simple Hakko 936 soldering iron with normal rounded tip. Same process/technique as...
unity0724
Offline Send Email
Aug 1, 2006
7:27 am
18149
It's in the file section: "raw sd-mmc access.zip" regards, Carsten...
Carsten Grøn
carsten_groen
Offline Send Email
Aug 1, 2006
9:52 am
18150
Hello, I am new at LPC2000. I have downloaded eval version of KEIL µvision3. I will have to develop an application with LPC2138. After studying examples, I am...
dsourgen
Offline Send Email
Aug 1, 2006
10:13 am
18151
Hi, I've just been looking through the startup.s file used in KEIL and was confused in figuring out how to effectively reserve address 0x1FC from being used as...
Andrew Berney
berney73
Offline Send Email
Aug 1, 2006
11:27 am
18152
Thanks Jaya. Unfortunately it is not possible to configure the Flash Utility to use 156250 or 78125 bps. But for 2138 it is necessary to divide by 16 and not...
Marcio Zaquela
marzaq7
Offline Send Email
Aug 1, 2006
12:33 pm
18153
Sorry...forgot to uncomment the SecurityCode line. Had it commented to temporarily override security. ; ; Set current location to 0x1FC and lay down...
Mark Crow
markcrow
Offline Send Email
Aug 1, 2006
12:40 pm
18154
I added this code to the end of the .s startup file (just before END). It gives me a warning when I assemble it but it works. ; ; Set current location to...
Mark Crow
markcrow
Offline Send Email
Aug 1, 2006
12:40 pm
18155
... use 156250 or 78125 bps. ... true ? ... comes to 10.85. Rounding to 11 I get 10M / (11*16) = 56818 bps. In this case the error is -1.35% and it should...
brendanmurphy37
Offline Send Email
Aug 1, 2006
12:43 pm
18156
Where does main() return to? Is main() being called again from wherever that is? -- Dave...
derbaier
Offline Send Email
Aug 1, 2006
12:46 pm
18157
... Have you tried the new one from ESA (search archives as I cannot remember the URL off-hand) to see if it can be set to non-standard baud rates? ... The...
jayasooriah
Offline Send Email
Aug 1, 2006
12:57 pm
18158
Hello Dave, You are right: part of the solution is there. If I write: int main (void) { init_uart1(); putchar('a'); while(1){}; } instead of: int main (void)...
dsourgen
Offline Send Email
Aug 1, 2006
1:53 pm
18159
... Two reasons: 1) they distribute a very old version of gcc with the Keil tools (the last update they sent out in May 2006 still has a gcc from 2003) 2) they...
Eric Engler
englere.geo
Offline Send Email
Aug 1, 2006
1:53 pm
18160
... I'd be happy to use one from 1983, if it worked! Some things (in particular, the things that work) are best left unchanged..... Brendan...
brendanmurphy37
Offline Send Email
Aug 1, 2006
3:50 pm
18161
hi friends, Can you plz gude for this question. How to interface flash memory cards to microcontroller for external memory excess? Thank you chaitanya ... ...
partha pabbu
chaitanyakid
Offline Send Email
Aug 1, 2006
4:11 pm
18162
... You mean ARM changed the ARM7/ARM9 instruction sets after 2003?????? <G> -- Dave...
derbaier
Offline Send Email
Aug 1, 2006
4:30 pm
18163
... external memory excess? ... ftp://ftp.circuitcellar.com/pub/Circuit_Cellar/2005/176/Sham176.zip There is also an accompanying article available from...
derbaier
Offline Send Email
Aug 1, 2006
4:37 pm
18164
hi friends, Can you plz gude for this question. How to interface flash memory cards to microcontroller for external memory excess? Thank you chaitanya ... ...
partha pabbu
chaitanyakid
Offline Send Email
Aug 1, 2006
5:16 pm
18165
hi friends, Can you plz gude for this question. How to interface flash memory cards to microcontroller for external memory excess? Thank you chaitanya ... ...
partha pabbu
chaitanyakid
Offline Send Email
Aug 1, 2006
6:06 pm
18166
Has anyone ran into problems with the I2C interrupt handler using LPC2138/48?. I could use a hand reviewing my preliminary effort. I am observing that the I2C...
renemcardenas
Offline Send Email
Aug 1, 2006
6:51 pm
18167
hi friends, Can you plz gude for this question. How to interface flash memory cards to microcontroller for external memory excess? Thank you chaitanya ... ...
partha pabbu
chaitanyakid
Offline Send Email
Aug 1, 2006
7:14 pm
18168
hi friends, Can you plz gude for this question. How to interface flash memory cards to microcontroller for external memory excess? Thank you chaitanya ... ...
partha pabbu
chaitanyakid
Offline Send Email
Aug 1, 2006
7:17 pm
18169
hi friends, Can you plz gude for this question. How to interface flash memory cards to microcontroller for external memory excess? Thank you chaitanya ... ...
partha pabbu
chaitanyakid
Offline Send Email
Aug 1, 2006
8:30 pm
18170
in lpc2148 errata wirite: Incorrect read of data from SRAM after Reset and MAM is not enabled or partially enabled. i want to know if i don't want to use MAM...
naderus2000
Offline Send Email
Aug 1, 2006
8:31 pm
18171
hi friends, Can you plz gude for this question. How to interface flash memory cards to microcontroller for external memory excess? Thank you chaitanya ... ...
partha pabbu
chaitanyakid
Offline Send Email
Aug 1, 2006
8:32 pm
18172
GIVE IT A BREAK!!! You only need to ask once!! This is the second time you've cluttered up the list. Moderator: Anything you can do about this?? ... external...
Randy Stahlhut
rstahlhu
Offline Send Email
Aug 1, 2006
8:33 pm
18173
... No, GNU gcc just got better a producing ARM code. The gcc versions 3.3.x and 3.4.x have significant issues with code generation for ARM. One of which is a...
Tom Walsh
twalsh0001
Offline Send Email
Aug 1, 2006
9:21 pm
18174
... 40yahoogroups.com>, ... 2003?????? <G> ... versions ... ARM. ... there ... the ... code ... interrupt ... corruption. ... This ... had ... This begs the...
Brendan Murphy
brendanmurphy37
Offline Send Email
Aug 1, 2006
11:18 pm
18175
... 2003?????? <G> ... ********************SNIP************************************* Well, that is a whole lot better reason than "who really wants to use a...
derbaier
Offline Send Email
Aug 1, 2006
11:22 pm
18176
... Good question. As far as the errata goes, it suggest that if you set MAMTIM to 1, you will not have such problems. But then it does not give any hints to...
jayasooriah
Offline Send Email
Aug 1, 2006
11:47 pm
18177
... From a different perspective perhaps, GCC 3.3.2 build (with patches to remove compiler in-built calls to newlib) have served me very well for both arm and...
jayasooriah
Offline Send Email
Aug 2, 2006
1:51 am
Messages 18148 - 18177 of 45910   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