This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/MSP430F5438A: Split DSS code to multiple files

Part Number: MSP430F5438A


Tool/software: Code Composer Studio

How can I split my DSS code to separate files?

let say I have files main.js and a.js

and a.js has function func() in it,

how can I run a functions func from main.js? 

I tryed to a couple of JavaScript ideas like namespce,and to run dss with bouth files as arguments

but none mange to solve my problome.

Thanks