Concurrent file operations using FSRW?
Hugh
Posts: 362
Hi,
Ideally I would like to write to two files on an SD card concurrently. I'm a bit tight for cogs so can't afford to have two instances of FSRW, so I wondered whether it would be realistic to alternate between two files, closing and opening each in turn? If feasible, if this going to be too dependent upon the SD cards used?
Any thoughts appreciated,
Hugh
Ideally I would like to write to two files on an SD card concurrently. I'm a bit tight for cogs so can't afford to have two instances of FSRW, so I wondered whether it would be realistic to alternate between two files, closing and opening each in turn? If feasible, if this going to be too dependent upon the SD cards used?
Any thoughts appreciated,
Hugh
Comments
I think you can write to 2 files to, but maybe you have to make a minor change to the driver...
If you look at the top of the fsrw file, there are some notes about this.
I think you have to change some variables from being in a "DAT" section to being in a "VAR" section (or vice versa)...