Hi Experts:
Customer use 16bit Nand flash(MT29F8G16ADBDA) on bouard, because with MT29FxG08-IFC.elf(there is only 8 bit algorithm elf in products), failed to read device ID when do programmer on this flash(looks 8 bit algorithm can not be used to access 16 bit device), plan to implement a 16bit algorithm elf file, I found Freescale\CW_PA_v10.5.1\PA\PA_Tools\FlashToolKit\NAND_IFC_Example\ directory, if it can be used as an algorithm template, to go further with this directory, do you have some comments on it?
Thanks a lot for your times!!!
Solved! Go to Solution.
Hello Jianbo,
Yes, this example is designed for users to create a new flash programing algorithm, which is not provided in CodeWarrior. Please import this project in CodeWarrior IDE from File->Import->General->Existing projects into Workspace, edit the the project for your target, and build the project to generate an elf file.
Please refer to C:\Freescale\CW_PA_v10.5.0\PA\PA_Tools\FlashToolKit\Documentation\AppNote-FlashProgrammer-PowerArchitecture.pdf for details, regarding how to add new flash algorithm in CodeWarrior.
Probably you could configure you target as IFC 8bit NAND mode and try to use MT29FxG08-IFC.elf first.
Thanks,
Yiping
Hello Jianbo,
Yes, this example is designed for users to create a new flash programing algorithm, which is not provided in CodeWarrior. Please import this project in CodeWarrior IDE from File->Import->General->Existing projects into Workspace, edit the the project for your target, and build the project to generate an elf file.
Please refer to C:\Freescale\CW_PA_v10.5.0\PA\PA_Tools\FlashToolKit\Documentation\AppNote-FlashProgrammer-PowerArchitecture.pdf for details, regarding how to add new flash algorithm in CodeWarrior.
Probably you could configure you target as IFC 8bit NAND mode and try to use MT29FxG08-IFC.elf first.
Thanks,
Yiping