µTasker Forum

µTasker Forum => Luminary Micro TM LM3SXXXX => Topic started by: paulk on November 18, 2009, 03:49:43 PM

Title: Include files in .bin
Post by: paulk on November 18, 2009, 03:49:43 PM
Is there a way to generate a .bin file with the auxiliary files included inside it?  ie: I'd like to do my testing/debugging on the simulator, and upload files via FTP, etc. and then have the compiled output include all the htm/jpg/etc files that I've included.  This way I don't have to manually upload them later.

Title: Re: Include files in .bin
Post by: mark on November 18, 2009, 06:58:10 PM
Hi Paul

There are several methods which can also be mixed if needed.
- Upload individual files (internal or external memory)
- Include the files in code
- Upload an embedded file set (internal or external memory)

These are described in the "User Files" document: http://www.utasker.com/docs/uTasker/uTaskerUserFiles.PDF

Regards

Mark