简体   繁体   English

我可以同时使用外部或闪存作为程序存储器和数据存储吗?

[英]Can I use the external nor flash as program memory and data storage at the same time?

I am using lpc54016 on a custom board with winbond w25q32jvss as external SPI flash memory.我在定制板上使用 lpc54016,winbond w25q32jvss 作为外部 SPI 闪存。 Can I use winbond w25q32jvss for storing the code memory as well as store some data for my application at the same time?我可以使用 winbond w25q32jvss 来存储代码内存并同时为我的应用程序存储一些数据吗?

Hm.嗯。 Just out of my guts: Data storage may be problematic as the number of write cycles may be limited.只是出于我的胆量:数据存储可能会出现问题,因为写入周期的数量可能会受到限制。 Look it up in the datasheet.在数据表中查找。

I am going to write the flash to store data just once but read multiple times.我打算只写一次闪存来存储数据,但要读取多次。 If I do so, it should be fine?如果我这样做,应该没问题? As you said the number of writes are limited.正如您所说,写入次数是有限的。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM