How many users data can be saved by peer_manege that may limited by the size of flash?
I want to know the max value.
How many users data can be saved by peer_manege that may limited by the size of flash?
I want to know the max value.
So,Whether I can understand it as that,I can set 1024 words per page and reserved 128 pages.那么,我是否可以理解为,我可以设置每页1024个单词,预留128页。那么,我是否可以理解为,我可以设置每页1024个单词,预留128页。
One page will used to garbage collection(assumption unchanged),therefore I can save 127 pages data of peer_data.And I see a bond informaton need 20 words,that means about 6502 bond informations can be saved if flash all used to save without recycle? 垃圾收集一个页面将用于垃圾收集(假设不变),因此我可以保存127个页面垃圾收集一个页面将用于垃圾收集(假设不变),因此我可以保存127个页面垃圾收集
Hi,
Please ask the whole question in English.
Chaoyue Ying said:I can set 1024 words per page and reserved 128 pages.
No. That would reserve the entier flash for FDS, leaving no room for the application or anything else.
Theoretically,I can reserve the entier flash for FDS used to save bond information?RAM will ensure application running normally?In this premise,The max number of bond users can be calculate that without out of range result in overwrite the previous data. 从理论上讲,
Chaoyue Ying said:Theoretically,I can reserve the entier flash for FDS used to save bond information?
No. You need space for your application at the very least.
Chaoyue Ying said:RAM will ensure application running normally?
No. The applicaiton reside in flash (though theoretically you could run parts from RAM but it would still need to be stored in flash and copied to RAM on reset).