KL16 flash memory

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

KL16 flash memory

Jump to solution
1,038 Views
lohrsistemas
Contributor IV

Does anyone have an example of writing and reading on flash of the MCU KL16 (or similiar) MCUXpresso IDE? Preferably an non-SDK example.

0 Kudos
1 Solution
908 Views
kerryzhou
NXP TechSupport
NXP TechSupport

Hi lohr sistemas,

    Share the baremetal driver to you, please find the attached driver code.

    About the read, just read the address to get the data is OK.

    But from my own viewpoint, I still recommend you to refer to the SDK flash code.

Wish it helps you!

If you still have question about it, please kindly let me know.

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.
-------------------------------------------------------------------------------

View solution in original post

2 Replies
909 Views
kerryzhou
NXP TechSupport
NXP TechSupport

Hi lohr sistemas,

    Share the baremetal driver to you, please find the attached driver code.

    About the read, just read the address to get the data is OK.

    But from my own viewpoint, I still recommend you to refer to the SDK flash code.

Wish it helps you!

If you still have question about it, please kindly let me know.

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.
-------------------------------------------------------------------------------

908 Views
lohrsistemas
Contributor IV

Thank you Kerry Zhou, this driver code has resolved my request.

0 Kudos