Skip to main content
Graduate
February 28, 2024
Solved

FILEX rewrite

  • February 28, 2024
  • 2 replies
  • 1093 views

Hallo,

I'm using U5A9NJQ demoboard with FILEX. I have something that doesn't work, the first time I write on a file, all is correct, but if I rewrite on the same portion of the file, the writing seems to be correct, but, when reading, the content hasn't changed. Do you have found something similar? Is there a project where is possible to have the FILEX working with this demoboard?

Thank you

    This topic has been closed for replies.
    Best answer by IVent.1

    The problem was that when I was reading, I wasn't positioned in the correct position with fileseek.

    2 replies

    Technical Moderator
    February 28, 2024

    Hello @IVent.1 ,

    I advise you to follow this article which guides you on how to use FileX and contains the useful resources:

    How to use FileX with eMMC for file system managem... - STMicroelectronics Community

    ST Employee
    March 17, 2024

    Hello @IVent.1 ,

    Could you please share a code ?

    regards,

    Maher

    IVent.1AuthorAnswer
    Graduate
    September 6, 2024

    The problem was that when I was reading, I wasn't positioned in the correct position with fileseek.