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...
21644
Bertrik Sikken
bertriksikken
Jan 1, 2007 4:15 pm
... 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...
21645
Gopalakrishnan
naray23
Jan 1, 2007 4:19 pm
... 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...
21646
Gus
gus_is_working
Jan 1, 2007 4:51 pm
Is it possible to connect a 802.11 wireless PHY to LPC2300 MAC? Any recommended PHY? Gus...
21647
Ankur Khetrapal
ankurkhetrapal
Jan 1, 2007 5:04 pm
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...
21648
derbaier
Jan 1, 2007 5:18 pm
... I am ... check for ... http://supp.iar.com/Support/?note=88469...
21649
Ankur Khetrapal
ankurkhetrapal
Jan 1, 2007 6:29 pm
thanx a lot. ... [Non-text portions of this message have been removed]...
21650
kennytrussell
Jan 1, 2007 7:22 pm
Look at C:\Keil92;ARM\RV30\Examples92;Hello and you will see that "serial.c" is included in the project. Copy this serial.c to your project folder and edit as...
21651
heliboy
heliboy2003
Jan 2, 2007 3:16 am
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). ...
21652
Andrew Berney
berney73
Jan 2, 2007 10:13 am
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...
21653
Andrew Berney
berney73
Jan 2, 2007 10:23 am
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...
21654
Andrew Berney
berney73
Jan 2, 2007 11:18 am
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...
21655
Jason Morgan
morgan_ja_uk
Jan 2, 2007 11:35 am
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...
21656
somboon sopee
nooknikz
Jan 2, 2007 2:02 pm
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...
21657
Gireesh Krishnan
gireeshkayyur
Jan 2, 2007 2:18 pm
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...
21658
Andrew Berney
berney73
Jan 2, 2007 2:36 pm
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...
21659
Ankur Khetrapal
ankurkhetrapal
Jan 2, 2007 3:29 pm
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]...
21660
Tom Walsh
twalsh0001
Jan 2, 2007 4:01 pm
... 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...
21661
Richard
richas
Jan 2, 2007 7:17 pm
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...
21662
Robert Adsett
robertadsett
Jan 2, 2007 7:53 pm
... 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...
21663
Richard
richas
Jan 2, 2007 8:06 pm
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...
21664
Richard
richas
Jan 2, 2007 9:23 pm
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...
21665
armdeveloper
Jan 3, 2007 2:46 am
... 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 ?...
21666
Robert Adsett
robertadsett
Jan 3, 2007 3:00 am
... Possibly, although I would really expect the compiler to complain about that case (invalid character). Maybe confusion between O and 0 or something...
21667
sig5534
Jan 3, 2007 8:18 am
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...
21668
Jason Morgan
morgan_ja_uk
Jan 3, 2007 8:55 am
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...
21669
gregdeuerling
Jan 3, 2007 1:55 pm
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....
21670
Gus
gus_is_working
Jan 3, 2007 2:11 pm
Is there a way to use 46-bit variables in GCC and crossworks tool set?...
21671
Gus
gus_is_working
Jan 3, 2007 2:29 pm
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...
21672
Gus
gus_is_working
Jan 3, 2007 2:38 pm
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? ...