This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

FDI LPC3250 NAND Flash algorithms

Hello,

I have the DK-57TS-LPC3250 demo kit from FDI (LPC3250) (www.teamfdi.com/.../touch-screen.php)

I'm using the demo version of uVision (because we are still evaluating which RTOS and IDE we will be using)

I would like to program some of the examples into the NAND flash but I seem to be missing the Flash Algorithms for this Large Page (LP) flash.

Does anyone have these algorithms they could send to me?

I'm new to uVision so if this does not make sense please feel free to clarify for me.

Thanks

Parents
  • Per,

    The Samsung's K9F1G08U0B data sheet states that "The 1st block, which is placed on 00h block address, is guaranteed to be a valid block up to 1K program/erase cycles with 1bit/512Byte ECC.". That is where I store the status of the device - because of the ECC but also because I am reusing the same software for another project that lacks the i2c EEPROMs that the project on which I implemented this has...

Reply
  • Per,

    The Samsung's K9F1G08U0B data sheet states that "The 1st block, which is placed on 00h block address, is guaranteed to be a valid block up to 1K program/erase cycles with 1bit/512Byte ECC.". That is where I store the status of the device - because of the ECC but also because I am reusing the same software for another project that lacks the i2c EEPROMs that the project on which I implemented this has...

Children