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...
... 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...
... 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...
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...
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...
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). ...
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...
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...
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...
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...
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...
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...
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...
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]...
... 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...
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...
... 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...
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...
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...
... 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 ?...
... Possibly, although I would really expect the compiler to complain about that case (invalid character). Maybe confusion between O and 0 or something...
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...
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...
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....
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...
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? ...