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 21643 - 21672 of 45904   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
21643
Hi, I would like to hire a consultant to jumpstart the work on software for a product I am developing. It's basically a device to aid people with disabilities...
Chris
chris_e_gr
Offline Send Email
Jan 1, 2007
3:29 pm
21644
... Hash: SHA1 ... Even before the windows driver is loaded, you should at least see some other device strings. In other words, USB DEVICE NOT RECOGNIZED...
Bertrik Sikken
bertriksikken
Offline Send Email
Jan 1, 2007
4:15 pm
21645
... HI I have been working on and of on this so that is the delay with this post. Have anybody got this code to work with lpc2124.I am still struggling to make...
Gopalakrishnan
naray23
Offline Send Email
Jan 1, 2007
4:19 pm
21646
Is it possible to connect a 802.11 wireless PHY to LPC2300 MAC? Any recommended PHY? Gus...
Gus
gus_is_working
Offline Send Email
Jan 1, 2007
4:51 pm
21647
Hello I am tring to code a software uart on LPC2129. I am having problems on how to make a frame for the byte to be sent. I am confused about how to include...
Ankur Khetrapal
ankurkhetrapal
Offline Send Email
Jan 1, 2007
5:04 pm
21648
... I am ... check for ... http://supp.iar.com/Support/?note=88469...
derbaier
Offline Send Email
Jan 1, 2007
5:18 pm
21649
thanx a lot. ... [Non-text portions of this message have been removed]...
Ankur Khetrapal
ankurkhetrapal
Offline Send Email
Jan 1, 2007
6:29 pm
21650
Look at C:\Keil\ARM\RV30\Examples\Hello and you will see that "serial.c" is included in the project. Copy this serial.c to your project folder and edit as...
kennytrussell
Offline Send Email
Jan 1, 2007
7:22 pm
21651
No, there are several reasons for this, but the simplest reason is the MAC integrated on LPC series is for Ethernet (802.3), not for Wireless LAN (802.11). ...
heliboy
heliboy2003
Offline Send Email
Jan 2, 2007
3:16 am
21652
Could you tell us which of the compilers you're trying to use? I'm guessing by saying you're using Keil you mean you're using their microvision3 software as if...
Andrew Berney
berney73
Offline Send Email
Jan 2, 2007
10:13 am
21653
I'm guessing you may have switched over from CARM to RealView, in which case you'll need to change a few things with your serial. You'll need to write your own...
Andrew Berney
berney73
Offline Send Email
Jan 2, 2007
10:23 am
21654
I think what you're looking for is actually: void timer_init(void) { T0PR = 0x0; // set the prescaler to the pclk frequency T0TCR = 0x2; // reset the counter...
Andrew Berney
berney73
Offline Send Email
Jan 2, 2007
11:18 am
21655
I don't think this is possible, certainly not my simply adding an 802.11 'PHY'. This is because although the spec is 802 group, 802.11 is not Ethernet, and the...
Jason Morgan
morgan_ja_uk
Offline Send Email
Jan 2, 2007
11:35 am
21656
Dear Andrew Thanks you very much for your recommend, Now my printf function is work!! It will have useful for someone that have problem same me. .. I have...
somboon sopee
nooknikz
Offline Send Email
Jan 2, 2007
2:02 pm
21657
Hi all, "Wish you all happy new year" I have stuck up with printf statement.I wanted to send a floting point value through serial port of LPC2138.I am using...
Gireesh Krishnan
gireeshkayyur
Offline Send Email
Jan 2, 2007
2:18 pm
21658
Timeval is simply the representation of time in terms of a structured way of recording it. I shouldn't worry about it too much as it appears you aren't using...
Andrew Berney
berney73
Offline Send Email
Jan 2, 2007
2:36 pm
21659
thats right.. i think the confusion was __irq keyword maybe is used with armc and not gcc -- Anks ... [Non-text portions of this message have been removed]...
Ankur Khetrapal
ankurkhetrapal
Offline Send Email
Jan 2, 2007
3:29 pm
21660
... You are sending this question to the wrong mailing list. I recognize that error as one you encounter with buildroot when compiling busysbox. TomW -- Tom...
Tom Walsh
twalsh0001
Offline Send Email
Jan 2, 2007
4:01 pm
21661
Toolset assemnbled ala Lynch tutorial. I am starting to add UART code to blinky. I have added a uart.c and uart.h. uart.c added to Makefile. In uart.h I have...
Richard
richas
Offline Send Email
Jan 2, 2007
7:17 pm
21662
... You do have #include "uart.h" before the call? Sorry just making sure. ... Well that's just not valid C. ... You've either got an order issue or a bug...
Robert Adsett
robertadsett
Offline Send Email
Jan 2, 2007
7:53 pm
21663
Yes, not valid C but it produced some interesting results. I will simplify as you suggest and see what happens. I will also look into those compiler flags, I...
Richard
richas
Offline Send Email
Jan 2, 2007
8:06 pm
21664
Weirdness. The function name and the function call are spelled exactly the same. Yet, when I copy and paste one name over the other, all is well. Hidden...
Richard
richas
Offline Send Email
Jan 2, 2007
9:23 pm
21665
... I am using Eclipse and I have a UART example running. Where is this Lynch tutorial you speak of ? ... OK. ... Is this a compile error or a linker error ?...
armdeveloper
Offline Send Email
Jan 3, 2007
2:46 am
21666
... Possibly, although I would really expect the compiler to complain about that case (invalid character). Maybe confusion between O and 0 or something...
Robert Adsett
robertadsett
Offline Send Email
Jan 3, 2007
3:00 am
21667
After working on a board layout for several days now on this LPC2468 part, I just have to ask why NXP scrambled the bus pins all over the place, rather than...
sig5534
Offline Send Email
Jan 3, 2007
8:18 am
21668
In the same way as you as a PCB designer, microelectronics engineers have limitations on what they can do. They spend a lot of time choosing the locations for...
Jason Morgan
morgan_ja_uk
Offline Send Email
Jan 3, 2007
8:55 am
21669
Hope someone can help me see what I'm doing wrong. I'm trying to use UART1 with the TX/RX pins on P2.0 and P2.1. Nothing I do seems to work with these pins....
gregdeuerling
Offline Send Email
Jan 3, 2007
1:55 pm
21670
Is there a way to use 46-bit variables in GCC and crossworks tool set?...
Gus
gus_is_working
Offline Send Email
Jan 3, 2007
2:11 pm
21671
Of course I mean 64-bit varialbe!! The 46 is a typo Browsing the web I see typedef long lone int64 or typedef long long int int64 Both compile but they result...
Gus
gus_is_working
Offline Send Email
Jan 3, 2007
2:29 pm
21672
Is LPC2400 the only ARM processor on this planet with USB host and FLASH/RAM? Is there any microcontroller (ARM or not) with USB HOST and built in FLASH/RAM? ...
Gus
gus_is_working
Offline Send Email
Jan 3, 2007
2:38 pm
Messages 21643 - 21672 of 45904   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