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...
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...
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...
... Flash = ... specifies the RAM available - edit ... XLINK in the help. ... Thanks. It works. The problem was not the specified Ram -DROMSTART=00000040 ...
... 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...
hi how to change  glowing level ( Dim to Bright ) of LED in MCB2100 kit Using TIMER0 pls give coding with information ..... Unlimited freedom, unlimited...
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...
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...
... 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...
Has anyone documented the interface /identified the controller on the Ipod LCD, in particular the 5th gen video version..? Replacement displays are pretty...
... 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...
... 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) ...
... 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...
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...
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...
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...
... 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...
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)...
... 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...
Oops, problem solved. See below. ... saw ... run ... reading the: http://openfacts.berlios.de/index-en.phtml? title=OpenOCD_configuration site I saw that I...
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...
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...
... 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...
... 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...
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...
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 ......