Kinetis Drivers - fsl_flash versus fsl_ftfx_flash

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

Kinetis Drivers - fsl_flash versus fsl_ftfx_flash

ソリューションへジャンプ
1,388件の閲覧回数
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,287件の閲覧回数
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,288件の閲覧回数
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 件の賞賛
返信