What is the difference between flash_ftfl and flash_ftfe?

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

What is the difference between flash_ftfl and flash_ftfe?

1,064 次查看
wwwwww
Contributor I

1、In mqx bsp path :C:\Freescale\Freescale_MQX_4_1\mqx\source\bsp, some boards(eg: twrk60d100m, twrk60n512) have flash_ftfl.c, some have flash_ftfe.c(eg: twrkf120m), what is difference between these device?

2、We want  to used FlexRAM as high-endurance EEPROM, Whether MK60FX512VLQ15 has this feature? if not, which type of mcu has this feature? and where there is example?

标记 (1)
0 项奖励
回复
1 回复

881 次查看
danielchen
NXP TechSupport
NXP TechSupport

Hi www

Generally speaking, FTFL exists in Kinetis K series < 120 MHZ product, FTFE existed in Kinetis K series > 100 Mhz product..

FTFE and FTFL are the same on function.

For a specific case, take K60d100 for example,  it calls flash_ftfl.c    , for frdmk64f, it calls flash_ftfe.c.

So it depends on which type of chip you are using.

for MK60FX512VLQ15, the "x" means there is a flexnvm in MCU parts,  yes, it has flexRAM in it.

The example for your reference is

C:\Freescale\Freescale_MQX_4_2\mqx\examples\flexnvm


Have a great day,

Daniel

0 项奖励
回复