Sundance SMT6060-TCPIP User Manual
Page 19
Revision 0.4
Page 19 of 19
Sundance Digital Signal Processing Inc.
4790 Caughlin Parkway 233, Reno, NV 89519-0907, U.S.A.
Tel: +1 (775) 827-3103, Fax: +1 (775) 827-3664, email:
www.sundancedsp.com
Note: This hardware configuration is used for all of the examples installed with this
package.
The “option noloadcheck” is required to avoid the host from failing to load the
Diamond application because the SMT363 will take some time to configure itself after a reset.
The “Wire” statement tells Diamond that there is an electrical connection between the SMT395 and
SMT363 in the form of a comport. T1C1 -> T2C4
Next follows the connection and placement of the node task (echod in this case) to the RPCProxy task on
the SMT363.
PROCESSOR root SMT395_VP30
PROCESSOR node SMT363XC2_2
option noloadcheck
WIRE ? root[CP:1] node[CP:4]
upr MAX=65408 BUFFERS=16
task rpcproxy ins=1 outs=1 stack=128K heap=?
TASK echod
ins=2 outs=1 stack=128K heap=56M
connect ? rpcproxy[0] echod[0]
connect ? echod[0] rpcproxy[0]
place rpcproxy node
PLACE echod root