How read/right user variable value in internal flash?

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

How read/right user variable value in internal flash?

744 Views
gustavo_costa
Contributor I

Hello people!

I am a newbie to this processor (IMX RT 1060) and need to perform the write / read values from internal memory.

This operation is necessary as I need persistent values for the application.

By downloading the SDK from the site and importing into MCUXpresso IDE I saw that there are no examples. I didn't enter "fsl drivers" to manage it either.

Would anyone have a tip, suggestion for this question?

Any help is well appreciated.

Thank you!

2 Replies

650 Views
Yuri
NXP Employee
NXP Employee

Hello,

  Look at app note AN12564 (Implement RWW on i.MX RT Series)

https://www.nxp.com/docs/en/application-note/AN12564.pdf 

Regards,

Yuri.

650 Views
kerryzhou
NXP TechSupport
NXP TechSupport

Hi Gustavo Costa,

  Thanks for your interest in NXP MIMXRT product, I would like to provide service for you.

   Please download the RT1060 SDK code from this link at first:

Welcome | MCUXpresso SDK Builder 

   As you know, RT1060 don't have the internal flash, then you need to use the external flash.

   So, after you download the SDK code, you can refer to this code to write, read, erase the external flash:

  SDK_2.6.2_EVK-MIMXRT1060\boards\evkmimxrt1060\driver_examples\flexspi

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 Kudos