Kinetis Drivers - fsl_flash versus fsl_ftfx_flash

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

Kinetis Drivers - fsl_flash versus fsl_ftfx_flash

跳至解决方案
1,351 次查看
deniscollis
Contributor V

I see that some of the demos and/or examples use the fsl_flash driver, and others use the fsl_ftfx_flash driiver.  At first glance the APIs look the same.  However, the underlying code is different.  For example, fsl_flash has a mechanism to copy and execute the driver functions from RAM, which is not present in fsl_ftfx_flash.

Which is preferred?

标签 (1)
0 项奖励
回复
1 解答
1,250 次查看
kerryzhou
NXP TechSupport
NXP TechSupport

Hi Denis Collis,

   fsl_ftfx also copy the run command to ram, please check this code:

pastedImage_1.png

When you use the flash, please copy the launch command code to RAM.

Wish it helps you!

Have a great day,
Kerry

 

-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!

 

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

在原帖中查看解决方案

0 项奖励
回复
1 回复
1,251 次查看
kerryzhou
NXP TechSupport
NXP TechSupport

Hi Denis Collis,

   fsl_ftfx also copy the run command to ram, please check this code:

pastedImage_1.png

When you use the flash, please copy the launch command code to RAM.

Wish it helps you!

Have a great day,
Kerry

 

-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!

 

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

0 项奖励
回复