This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Does a Flash Data Storage utility to dump all FDS files to host operating system files exist?

Has anyone written a utility to dump the tables of contents (i.e. directory of files) and

an entire file with record keys:contents to a host operating system file to a file so it can be examined / searched with *nix utilities?

Something like nrfjprog --readcode file ??

Does anyone have any thoughts / ideas / suggestions in this area?

Parents
  • I do not think you can look into the filesystem in itself, but when you are writing something, you can print the FileID and Record_Key value and do the same when you want to retrieve it. The value and length should remain the same. I do not think it helps you much to debug directly into the whole page of flash where the contents are written. This is now well-tested module, so it is very unlikely that the basic functionality like write and retrieve data has any bugs.

Reply
  • I do not think you can look into the filesystem in itself, but when you are writing something, you can print the FileID and Record_Key value and do the same when you want to retrieve it. The value and length should remain the same. I do not think it helps you much to debug directly into the whole page of flash where the contents are written. This is now well-tested module, so it is very unlikely that the basic functionality like write and retrieve data has any bugs.

Children
Related