how to add new flash type in CodeWarrior 10.5

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

how to add new flash type in CodeWarrior 10.5

ソリューションへジャンプ
741件の閲覧回数
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 解決策
554件の閲覧回数
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 返信
555件の閲覧回数
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 件の賞賛
返信