How to use Scicos-FLEX on non-FLEX boards

From ErikaWiki

(Difference between revisions)
Jump to: navigation, search
(Created page with '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 ** [How to add a new Scicos blo…')
Line 4: Line 4:
* You need to write your own blocks. see the following link
* You need to write your own blocks. see the following link
-
** [How to add a new Scicos block to ERIKA Enterprise]
+
** [[How to add a new Scicos block to ERIKA Enterprise]]
* You need to create a template for your board.
* 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 <tt>C:\Evidence\eclipse\plugins\com.eu.evidence.ee.templates.dspic_1.5.1.201011221106\examples\pic30\pic30_scicos</tt>
** First, start from an existing template. The reference template is stored into the example eclipse plugin. under my PC, it is currently <tt>C:\Evidence\eclipse\plugins\com.eu.evidence.ee.templates.dspic_1.5.1.201011221106\examples\pic30\pic30_scicos</tt>

Revision as of 20:28, 25 November 2010

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