How to use Scicos-FLEX on non-FLEX boards

From ErikaWiki

Revision as of 20:28, 25 November 2010 by Paolo.gai (Talk | contribs)
Jump to: navigation, search

It is possible to use Scicos-FLEX with non-FLEX boards.

Here is what you need to do:

  • You need to write your own blocks. see the following link
  • You need to create a template for your board.
    • First, start from an existing template. The reference template is stored into the example eclipse plugin. under my PC, it is currently C:\Evidence\eclipse\plugins\com.eu.evidence.ee.templates.dspic_1.5.1.201011221106\examples\pic30\pic30_scicos
    • Then, copy the template in another directory under the examples directory (for example, ".../examples/pic30/myboard")
    • change, in the template.xml, the board ID from "board_flex" to "myboard"
    • change the code to reflect your board configuration

Finally, when generating the code, use "myboard" instead of "board_flex" in the Target board parameter in the code generator dialog box.

Personal tools