Does anyone have an example of writing and reading on flash of the MCU KL16 (or similiar) MCUXpresso IDE? Preferably an non-SDK example.
Solved! Go to Solution.
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.
-------------------------------------------------------------------------------
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.
-------------------------------------------------------------------------------
Thank you Kerry Zhou, this driver code has resolved my request.