![]() |
CRio Flash Memory
In the WPI tutorial for vision tracking there is a warning about excessive rights to the CRio flash memory in the image tracking program.
It is in regard to writing images to the CRio memory from a camera within a While Loop Quote:
|
Re: CRio Flash Memory
All non-volatile flash memory has a limited number of writes before it fails. They are cautioning you that constantly using that feature, say on your robot code, can add hundreds of thousands of writes depending on how often you are writing and overwriting the pictures.
It's a bit of overkill: we're still using our first 8-slot cRIO on a regular basis and have not suffered a memory failure. However, it's sound advice. If you're not going to be using those images there's no need to keep writing them to the disk. |
Re: CRio Flash Memory
Using it is okay, just be careful. It shouldn't permanently damage your cRIO, but it can definitely eat up flash memory (and slow down your connection).
|
Re: CRio Flash Memory
Quote:
Quote:
From the cRIO-FRC II datasheet Quote:
Quote:
|
Re: CRio Flash Memory
Interestingly enough, the 2014 version of WPILib/C++ writes a file to flash memory every time that the cRio boots.
|
Re: CRio Flash Memory
Quote:
|
| All times are GMT -5. The time now is 03:06. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi