µTasker Forum

µTasker Forum => STTM STM32 and STR91XF => Topic started by: abhimanyum on August 29, 2011, 05:42:12 PM

Title: File Write STR9ComStick
Post by: abhimanyum on August 29, 2011, 05:42:12 PM
Hi Mark,

Is it possible to write File on STR9Comstick using uTasker?

Thanks,
Ab
Title: Re: File Write STR9ComStick
Post by: mark on August 29, 2011, 06:30:13 PM
Hi Ab

The uFileSystem allows files to be written to the internal FLASH fo the STR91XF.
The basic use and operation is described here: http://www.utasker.com/docs/uTasker/uTaskerFileSystem_3.PDF
The STR91XF has large-granularity FLASH [often referred to as program FLASH rather than data FLASH] (that is, its Flash block size (64k) is not very practical for fiel system use - unlike most processora of this type with typically 2k granularity) - therefore the following document is also of relevance: http://www.utasker.com/docs/STR91XF/FileSystemSTR91X.PDF

Regards

Mark