Has anybody implemented NAND flash driver on LPC210x ? Now we are considering using LPC2106 in our project which needs a NAND flash to storage data. Two UARTs,...
Hello, I downloaded newlib-lpc from http://www.aeolusdevelopment.com/Articles/download.html, changed paths in the makefile and linker script, replaced...
... Why is the I2C and SPI all used up? Do you really have the entire I2C address space used up? Why can't you spare one of the GPIO lines as an SPI chip...
... From: "Andreas Schwarz" <usenet@...> To: <lpc2000@yahoogroups.com> Sent: Thursday, April 01, 2004 11:55 AM Subject: [lpc2000] GCC newlib problem ...
Hello, try renaming newlib-lpc.a to libnewlib-lpc.a. AFAIK ld strips the the "lib" and ".a" from the library name when using the -l option. e.g When you want...
... Sorry can't help you there. There are several gcc startup examples around (including mine). Anyone care to pass along an ADS example? Robert " 'Freedom'...
... That should do it. I added a note to the documentation. ... I'll take a look at that for the next update. Robert " 'Freedom' has no meaning of itself....
Hello, I'm using lpc21isp to program my LPC2106. When I try to download the test2 hex file from the Aeolus newlib example, I get the following output: (...) ...
... Can you run the Philips ISP program? If so, does it work? " 'Freedom' has no meaning of itself. There are always restrictions, be they legal, genetic, or...
... I tracked down the error message. It's coming from this piece of code sprintf((char *)tmpString, "P %ld %ld\r\n", Sector, Sector); SendComPort(tmpString);...
... OK, that narrows it down to the download program which is probably a simpler problem. Consider the debug print I suggested. Martin, do you want to jump...
Yes, i can reproduce the problem on my PC. LPC sends me "P 2 2 RESEND", so i think the last transmitted block is wrong (fill block...). I do a comparison to...
... Mine never came. I ordered from them last December and haven't heard a peep from them. The really annoying part is that I'm a customer of theirs and have...
... That fits with Martins description (and exhausts my knowledge of the program). I'll leave it to Martin for the moment to fix. At least you can use the...
... To implemt a NAND interface you will need more than just the 8 data pins, you will also need: CLE, ALE, CE, RE and WE. You can probably ignore the R/B line...
... I2C ... an ... SPI gives up to about 128kbytes in a single chip. With NAND flash you can get up to 256MBytes in a single chip. Also, NAND write speed is...
... On Atmel's DataFlash you get up to like 8 Mbytes in a SPI device, and also with a handy dual RAM cache. The need to write sectors sequentially for...
... pins, you ... youcould ... save two pins. ... the linux ... We had considered NAND control pins, they are posited on the rest pins. For easy implementing...
... Are there really no large NAND flash chips with an SPI interface? I've seen SPI Flash with megabytes on, Atmel do a range of such chips. ... ABS...
Hi, I ordered from them last September. I received my sample last week. LPC2106 HVQFN 48 encapsulation. Regards, Marcio ... heard ... of ... in ... ...
Hello, I want to use the IAP Commands in my program to erase/program sectors of the LPC2124 device. I try to follow the guidelines given by the manual and have...
... The obvious reason for doing this is to avoid conflicts from multiple process (or interrupts). Other wise you have to maintain shadow copies of the...
... Have you had any insight into this since this post? One reason I'm asking is that I may have finally (and accidentally) reproduced it. I had two boards...
... Interesting. I did apply for samples from Arrow and from Philips directly. I received a sample HVQFN style part which appeared to come from Philips...
Hello, i just uploaded a new version of lpc21isp to http://www.clibb.de Improvement: + Rewritten upload routine, hopefully now all hex files (of each size) can...