Wiki

This version (18 Jun 2012 21:40) was approved by William Jahn.

Export Program and Parameters

Click here to return to the Using Sigma Studio page

Once a project is compiled you can export the data that is sent to the DSP out to disk files. These files, which can be opened in any text editor for analysis, are essential for finding parameters and addresses to integrate into microcontroller code. These files include C/C++ compatible header files defining the projects parameters and registers.



Following project compilation, click the Export System Files toolbar button or choose Action - Export System Files circled below. (Be sure to re-compile your project each time you wish to generate the parameter file, so you have up-to-date information.)

You will be prompted to enter a location for the files, choose a name and press the Save button. Several files will be generated, *.params and *.hex files and 2 header files for each IC in the project.

  • *.params lists all schematic algorithm parameters names, memory addresses, and values.
  • *.hex lists the parameter memory raw byte values in hexadecimal format, this data is also reflected in the Parameter Data field of the params file.
  • *.h header file which defines all schematic parameter's names, addresses and values.
  • _REG.h header file contains definitions for all hardware registers and the settings defined in the register control window.

Example - for a schematic like this one:

You will see the following in the *.params file:

resources/tools-software/sigmastudio/usingsigmastudio/exportprogramandparameterdata.txt · Last modified: 18 Jun 2012 21:40 by William Jahn