Wiki

This version is outdated by a newer approved version.DiffThis version (18 Jun 2012 22:31) was approved by William Jahn.

This is an old revision of the document!


System Implementation

Click here to return to the Using Sigma Studio page

When you have finished designing your schematic and have compiled your project, you are ready to translate your design into microcontroller code, following these basic steps:

  1. Obtain parameters and addresses from SigmaStudio (export the .params, .hex, and .h files).
  2. Parse the file with parameter information.
  3. Incorporate (integrate) into microcontroller code.

To access the parameters and addresses from SigmaStudio, you must have already compiled your project and exported the parameter files. After doing that, you'll have two parameter files:

  • yourfilename.hex - hex values of parameters to be written to DSP.
  • yourfilename.params - detailed file with addresses and values of all parameters.

You can view sample *.params and *.hex files in the Export Program and Parameters topic.

Following is an example of how you can integrate the parameters into microcontroller code (AD1940). The highlighted functions in the main function are also defined:







resources/tools-software/sigmastudio/usingsigmastudio/systemimplementation.1340051506.txt.gz · Last modified: 18 Jun 2012 22:31 by William Jahn