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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 35002 - 35031 of 45892   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
35002
Hi, ... Fig. ... and ... I have also noticed this and got following reply from NXP: "I contacted the factory and unfortunatley the original data is wrong and...
auma_jaeger
Offline Send Email
Aug 1, 2008
7:01 am
35003
Hi, I'm trying to interface with external devices(SRAM,FLASH) based on the timing diagram in the preliminary datasheet. Provided the StaticWaitEn registers in...
cy_lee_2001
Offline Send Email
Aug 1, 2008
7:18 am
35004
Doh, I was using an old CRT. It works now....
rfkd07
Offline Send Email
Aug 1, 2008
9:30 am
35005
My firmware have to run on different types of LPC2000 mcu (an LPC2388 and an LPC2378 as example). Is there a flash location from where I can read the exact mcu...
carlochiesa78
Offline Send Email
Aug 1, 2008
3:03 pm
35006
... There is an IAP call to read the part ID. See the flash programming section in the UM....
Mike Harrison
mikentb123
Offline Send Email
Aug 1, 2008
3:32 pm
35007
... Flash = ... specifies the RAM available - edit ... XLINK in the help. ... Thanks. It works. The problem was not the specified Ram -DROMSTART=00000040 ...
Ghislain Djanang Tchami
tchami5
Offline Send Email
Aug 1, 2008
3:50 pm
35008
... That's the ROM, not the RAM ... I think you may only be treating the symptom, not the root cause, and you may have problems again as the stack grows - you...
Mike Harrison
mikentb123
Offline Send Email
Aug 1, 2008
5:56 pm
35009
hi how to change  glowing level ( Dim to Bright ) of LED in MCB2100 kit Using TIMER0 pls give coding with information ..... Unlimited freedom, unlimited...
arul nambi
arul_nambi1
Offline Send Email
Aug 2, 2008
7:40 am
35010
hi how to change  glowing level ( Dim to Bright ) of LED in MCB2100 kit Using TIMER0 pls give coding with information ..... Share files, take polls, and...
arul nambi
arul_nambi1
Offline Send Email
Aug 2, 2008
7:42 am
35011
Hi guys, I have a fast gpio problem. When I set or reset any fast gpio port, this pin does not change self state immediatelly. I should some delay routines...
emre ertas
ertasemre
Offline Send Email
Aug 2, 2008
11:02 am
35012
... Hi guys, I have a fast gpio problem. When I set or reset any fast gpio port, this pin does not change self state immediatelly. I should some delay routines...
emre ertas
ertasemre
Offline Send Email
Aug 2, 2008
11:06 am
35013
Has anyone documented the interface /identified the controller on the Ipod LCD, in particular the 5th gen video version..? Replacement displays are pretty...
Mike Harrison
mikentb123
Offline Send Email
Aug 2, 2008
3:38 pm
35014
... Have a look at the source code for the ipod video LCD driver in rockbox: http://www.rockbox.org (in firmware/target/arm/ipod/video) Also ipodlinux may have...
Bertrik Sikken
bertriksikken
Offline Send Email
Aug 3, 2008
11:35 am
35015
... Thanks, I'll try to keep that in mind. Robert http://www.aeolusdevelopment.com/ From the Divided by a Common Language File (Edited to protect the guilty) ...
Robert Adsett
robertadsett
Offline Send Email
Aug 3, 2008
3:52 pm
35016
... There are a number of application notes out there. TI's are the most complete of those I've seen but I believe Microchip has a note or two and Freescale...
Robert Adsett
robertadsett
Offline Send Email
Aug 3, 2008
3:55 pm
35017
Hello, I just started working on an LPC2368/2468 board and found this list. I've been reading though the posts and have already learned alot. I did have a feq...
kermitvi2
Offline Send Email
Aug 3, 2008
9:11 pm
35018
I am using the LPC2468 with a Teridian 78Q2123 PHY. I chose this PHY because it is very small (DFN32) low cost and lots of them in use. Also using jack with...
sig5534@...
sig5534
Offline Send Email
Aug 3, 2008
11:09 pm
35019
It's likely that your compiler is 'helping' you by realizing that you set and then reset a pin, so it does nothing and eliminates this segment of code.  I use...
Kathy Wright
kathy_wright_ca
Offline Send Email
Aug 4, 2008
12:15 am
35020
... PHY because it is very small (DFN32) low cost and lots of them in use. Also using jack with int/mag and LEDs. ... close to the PHY. ... having the phy...
kermitvi2
Offline Send Email
Aug 4, 2008
1:23 am
35021
Hi, I have been successfully using my Olimex JTAG tiny with OpenOCD in Eclipse (using an version on the Olimex GCC for Dummies which came with my LPC-P2103)...
artsaagluap
Offline Send Email
Aug 4, 2008
2:46 am
35022
... It shouldn't do that if the IO registers are properly declared as volatile. Of course there is always the possibility of a compiler bug, particularly at...
Robert Adsett
robertadsett
Offline Send Email
Aug 4, 2008
3:18 am
35023
Oops, problem solved. See below. ... saw ... run ... reading the: http://openfacts.berlios.de/index-en.phtml? title=OpenOCD_configuration site I saw that I...
artsaagluap
Offline Send Email
Aug 4, 2008
3:54 am
35024
Hello, I am just starting work on an LPC2468 based board and wanted to know how I could best develop for a future flashless design. I want to use the 2460 when...
kermitvi2
Offline Send Email
Aug 4, 2008
7:52 am
35025
Hi, I have a project where I'm interfacing an LPC2148 to a UC1601s LCD controller. I have set up the SPI interface to operate in 9 bit mode. When I issue a...
ajellisuk
Offline Send Email
Aug 4, 2008
8:48 am
35026
... Check you are observing all the constraints on clock division ratio as shown in the UM - I've seen the LPC213x SPI do odd things when running faster don't...
Mike Harrison
mikentb123
Offline Send Email
Aug 4, 2008
8:56 am
35027
... number? ... section in the UM. ... Ok, I've found the ISP Read Part Identification command in the UM and the related table. I tryed to run the IAP call by...
carlochiesa78
Offline Send Email
Aug 4, 2008
9:00 am
35028
i have gone through most of the pdf's... but i 've still got some doubts to be cleared.... i Hope you can help me out.. For generating the SVM algorithm. 1) Do...
Cool Dude
urjust2oocool
Offline Send Email
Aug 4, 2008
11:24 am
35029
NXP has posted a datasheet for the new Cortex-M3 family of MCU, the LPC176x. These parts are pin-for-pin compatible with the LPC236x series of ARM7...
nxp_marketing_usa
nxp_marketin...
Offline Send Email
Aug 4, 2008
2:04 pm
35030
Thanks for the tip. I have since found out that I hadn't set up the page address coreectly and this was preventing the correct operation of the LCD. Andrew ......
ajellisuk
Offline Send Email
Aug 4, 2008
2:10 pm
35031
I have uploaded the file lwIPWeb.zip to the forum. It contains a port...
ppp4321@...
ppp4321
Offline Send Email
Aug 4, 2008
3:08 pm
Messages 35002 - 35031 of 45892   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