Hi
I need to write some data to external flash (MT29F2G16ABAEAWP-IT:E). I understand we need to write flash algorithm for corresponding device.
How can i write flash algorithm fo MT29F2G16ABAEAWP-IT:E device in Keil IDE.
www.lmgtfy.com
Thank you for the quick reply.
I have gone through the links. But the problem is that, Keil has given Flash Template for NOR FLash only.
My device is a NAND Flash.How can i implement algorithm for NAND flash.
Regards Arun
Examples exist if you know where to look
C:\Keil474\ARM\Flash\LPC3000_NAND_SP\FlashPrg.c C:\Keil474\ARM\Flash\S3C2440_NAND_SP\FlashPrg.c
Hi, I couldn't the project in installation path. I am using keil mdk version 516a. May be this makes the difference. Could you please share the sample code if available.