Author Topic: File Write STR9ComStick  (Read 7485 times)

Offline abhimanyum

  • Newbie
  • *
  • Posts: 24
    • View Profile
    • Ae Applications
File Write STR9ComStick
« on: August 29, 2011, 05:42:12 PM »
Hi Mark,

Is it possible to write File on STR9Comstick using uTasker?

Thanks,
Ab

Offline mark

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3236
    • View Profile
    • uTasker
Re: File Write STR9ComStick
« Reply #1 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