Storage: File already written with different data #7355
-
Posted at 2020-03-18 by user109783 I run a example in STM32F4DISCOVERY board.
then I send and save into board.
What's wrong with it? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
Posted at 2020-03-18 by @gfwilliams What you're doing looks fine. What firmware are you using? I know that problem was present on older firmwares. Posted at 2020-03-18 by user109783 I cloned the project from github, and build myself, version is 2v04. I deleted some modules which I don't want in the build file. But Storage module still there. Posted at 2020-03-18 by AkosLukacs If you had previous firmware, the storage module changed to allow longer file names. Completely erasing flash, or issuing a Posted at 2020-03-18 by user109783 You are right, Thank you again! |
Beta Was this translation helpful? Give feedback.
-
I just got same error
It happens sporadically. The file conf.json is written once per minute. My context: Seems that when the error appears, it can corrupt the .bootcde file and make the script crash. Any idea? edit: in my case, edit(2): process.memory() returns |
Beta Was this translation helpful? Give feedback.
-
Problem seems to be fixed with 2v26 |
Beta Was this translation helpful? Give feedback.
Are you using a firmware from more than a week ago? On Friday I found an error that could have caused storage corruption, so it might be it's already fixed