how to add new flash type in CodeWarrior 10.5

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

how to add new flash type in CodeWarrior 10.5

跳至解决方案
1,150 次查看
liujianbo
Contributor II

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!!!

标签 (1)
标记 (3)
0 项奖励
回复
1 解答
963 次查看
yipingwang
NXP TechSupport
NXP TechSupport

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

在原帖中查看解决方案

0 项奖励
回复
1 回复
964 次查看
yipingwang
NXP TechSupport
NXP TechSupport

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

0 项奖励
回复