QN9090 persistent storage options

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

QN9090 persistent storage options

跳至解决方案
939 次查看
MikeCalm
Contributor II

Hi All,

I wonder what are the best options to have persistent storage for QN9090.

As there is no EEPROM, the only way is using one or a few of the FLASH sectors.

I can't find any sample code for data storage.

Or .. Should I use external EEPROM?

 

Thanks,

Mike

 

0 项奖励
1 解答
929 次查看
kerryzhou
NXP TechSupport
NXP TechSupport

Hi MikeCalm,

   About the internal flash operation, we have the SDK which contains the flash_demo, that project will help you to finish the flash program, erase, read operation.

   You can download the SDK code from this link:

https://mcuxpresso.nxp.com/en

  Choose board as QN9090DK6 , and download SDK_2.6.1_QN9090DK6.

  You can find the flash code in folder:

SDK_2.6.1_QN9090DK6\boards\qn9090dk6\driver_examples\flash

    But, as you know , the on chip flash has the endurance limit:

image.png

 

If your eeprom data is write frequently, I suggest you to use the external EEPROM with I2C interface.

 

Wish it helps you!

If you still have questions about it, please kindly let me know!

Best Regards,

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 项奖励
2 回复数
913 次查看
MikeCalm
Contributor II

Hi Kerry,

Many thanks. Everything works as expected.

Best Regards,

Mike

0 项奖励
930 次查看
kerryzhou
NXP TechSupport
NXP TechSupport

Hi MikeCalm,

   About the internal flash operation, we have the SDK which contains the flash_demo, that project will help you to finish the flash program, erase, read operation.

   You can download the SDK code from this link:

https://mcuxpresso.nxp.com/en

  Choose board as QN9090DK6 , and download SDK_2.6.1_QN9090DK6.

  You can find the flash code in folder:

SDK_2.6.1_QN9090DK6\boards\qn9090dk6\driver_examples\flash

    But, as you know , the on chip flash has the endurance limit:

image.png

 

If your eeprom data is write frequently, I suggest you to use the external EEPROM with I2C interface.

 

Wish it helps you!

If you still have questions about it, please kindly let me know!

Best Regards,

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 项奖励