how to add new flash type in CodeWarrior 10.5

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

how to add new flash type in CodeWarrior 10.5

Jump to solution
586 Views
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!!!

Labels (1)
0 Kudos
1 Solution
399 Views
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

View solution in original post

0 Kudos
1 Reply
400 Views
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 Kudos