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 23857 - 23886 of 45872   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
23857
Hello to all, I hope, somebody here will help me. I have a problem with initializing LCD displej connecting to LPC2138. I have a display from Everboucket,...
oldulik
Offline Send Email
Apr 1, 2007
2:42 pm
23858
A google search for "arm lcd c" gives this site as the 5th hit: http://www.dreamislife.com/arm/ where there is an excellent LCD driver code example which I...
Johnny Cybermyth
djcybermyth
Offline Send Email
Apr 1, 2007
4:49 pm
23859
... Correct me if I'm wrong: The data sections should be positioned by the linker one after each other starting from the base of ram, and the stack section...
silent_thunder888
silent_thund...
Offline Send Email
Apr 1, 2007
6:51 pm
23860
... everything ... Not yet, I would like a someone else to confirm that they are having the same problems....
sashi ono
sashi_ono
Offline Send Email
Apr 1, 2007
9:10 pm
23861
... In my experience it's best to get it as definitive as possible that it is a problem with the device before anything like this will be taken too seriously. ...
Brendan Murphy
brendanmurphy37
Offline Send Email
Apr 2, 2007
12:42 am
23862
Are you sure that when you set up the PLL the Fcco frequency is less than 290MHz? The errata states that it will not run if you set it greater than this. ... ...
clc_nz
Offline Send Email
Apr 2, 2007
3:18 am
23863
I have noticed that most example code for the LPC236x family EMAC does not check the status word in the RxDescriptor when a packet is received. I added this in...
clc_nz
Offline Send Email
Apr 2, 2007
3:18 am
23864
Check your LCD contrast. I'm not sure which display you're using, but when you "clear" it, it should be clear... not covered in blocks. I'm guessing you're...
Darcy Williams
darcy_will
Offline Send Email
Apr 2, 2007
3:55 am
23865
Hi, If all the characters re displayed as blocks, then the LCD has not been initialised properly. Cheers, Peter....
Peter Homann
homannp
Offline Send Email
Apr 2, 2007
4:31 am
23866
... Not for nothin', but, there is a set of Really Fine Manuals for all those tools, many examples are shown. Unfortunately, you appear to be running these...
Tom Walsh
twalsh0001
Offline Send Email
Apr 2, 2007
5:08 am
23867
... Hi Suvidhk, and thank you for your reply. The "program flash" option was already disabled. I've also set the JTAG frequency to 100kHz, but nothing...
abracadalba
Offline Send Email
Apr 2, 2007
7:10 am
23868
Hi, Did anybody port Keil or IAR in linux? How can I use my Segger j-link JTAG in linux? Please help me. Thanks a lot in advance....
mahbub1833
Offline Send Email
Apr 2, 2007
7:59 am
23869
There's no automated way of doing this that I am aware of, however all you really need to do manually is rework the IRQ definitions for the RealView compiler...
Andy Berney
berney73
Offline Send Email
Apr 2, 2007
8:58 am
23870
I used the ethernet with MBC2300 Eval Board and with a specifich device. All works fine for me. Have you enabled the ethernet in the power control register? ...
Rudy Barbieri
rudybarbieri
Offline Send Email
Apr 2, 2007
9:26 am
23871
If you are getting blocks on the LCD, then check your contrast. You may well be displaying data but can't see it due to the contrast being set too high. ... ...
Darcy Williams
darcy_monsta...
Offline Send Email
Apr 2, 2007
10:50 am
23872
Hi Dennis I dont know if you got any answer to your question yet. I sitting with a similar problem. But, I am new in this area. Maybe your transmitted Message,...
Per Nilstad
per_nilstad
Offline Send Email
Apr 2, 2007
10:52 am
23873
I think, that contrast will be fine, I havent initialized display, the black squares are visible after connecting the power, then I want to initialize display,...
oldulik
Offline Send Email
Apr 2, 2007
1:10 pm
23874
Hi Per, I figured out my mistake. I had set the IRQ's in the wrong order, so the CAN Error IRQ had priority above all others. Now it works fine. I used the...
Dennis Wokke
dwokke76
Offline Send Email
Apr 2, 2007
1:20 pm
23875
Both ideas are correct. Here's how: 1> Contrast issue - All lines and All blocks will be filled solid. 2> Uninitialized LCD - Only some rows of blocks are...
Johnny Cybermyth
djcybermyth
Offline Send Email
Apr 2, 2007
2:10 pm
23876
Hello, On 10th March 2007 I notified NXP of CRP breach on LPC2292 with Boot Loader Version 1.64. Other than the automated acknowledgement, NXP has never...
jayasooriah
Offline Send Email
Apr 2, 2007
2:12 pm
23877
I would recommend contacting their local sales office: 65 Epping Road, North Ryde NSW 2113New South Wales Tel:+61 2 99470250 Fax:+61 2 99470251...
lpcarmed
Offline Send Email
Apr 2, 2007
3:38 pm
23878
... examine. ... Hi Tom, Yes I plead guilty to running on windows, but I have been browsing through the documentation for make and ld that came with WinARM,...
silent_thunder888
silent_thund...
Offline Send Email
Apr 2, 2007
4:02 pm
23879
Yes, the second idea is my case, Only the first row is filled solid. So its unitialized display. I have debug the program and all signals fits, so I think that...
oldulik
Offline Send Email
Apr 2, 2007
5:22 pm
23880
oldulik Wrote ... Why would you think that? I did some measurements (including overhead) for a more complicated timer based on the HW timers on the LPC. ...
subscriptions@...
robertadsett
Offline Send Email
Apr 2, 2007
5:42 pm
23881
I have a program, that toggle the external pin: PINSEL0=PINSEL0|BIT(25); // MAT1.0 (Timer 1) T1EMR=T1EMR|BIT(4)|BIT(5); // toggle external match output how can...
klemen_dovrtel
Offline Send Email
Apr 2, 2007
7:34 pm
23882
The problem was wrong bit definition. I should use T1MCR=T1MCR|TMCR_MR1_R; instead of T1MCR=T1MCR|TIR_MR1I; ....
klemen_dovrtel
Offline Send Email
Apr 2, 2007
7:49 pm
23883
I ran into the same problem. You can't control the pins while they are configured as timer. I think I had to play a trick and force a match to flip the state...
David Lee
ocean_front_...
Offline Send Email
Apr 2, 2007
8:03 pm
23884
... Not related to the problem, but why are you reading IO0SET? Robert http://www.aeolusdevelopment.com/ From the Divided by a Common Language File (Edited to...
Robert Adsett
robertadsett
Offline Send Email
Apr 2, 2007
9:14 pm
23885
Did you solve your issue with GNUARM? Regards, Peter Hi,...
peter@...
aussieboy91
Offline Send Email
Apr 2, 2007
10:57 pm
23886
Our application is very power sensitive. I just wondered if LPC2368 will be good fit. We do plan to use USB,2xUART,1xI2C,DAC,1xADC,8xGPIO and that's about it....
alexz4lpc
Offline Send Email
Apr 2, 2007
11:30 pm
Messages 23857 - 23886 of 45872   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