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.
Tool/software: Code Composer Studio
Hello all,
I am debugging the TI training CLA hands On Workshop -part 3
The project contains a .js file:
// Setup Debug Environment
expRemoveAll
expAdd('filter_in',getNatural())
expAdd('filter_out',getNatural())
expAdd('runFFT',getNatural())
expAdd('fftBufIndex',getNatural())
openAnalysisView('Dual Time','C:/ti/CLA_HandsOnWorkshop/solution/ccs/fft_io.graphProp')
openAnalysisView('Single Time','C:/ti/CLA_HandsOnWorkshop/solution/ccs/fft_mag.graphProp')
When I run the script from the scripting console the following error popup,
Initializing .... (Completed)
js:> loadJSFile "C:\ti\CLA_HandsOnWorkshop_Camtasia2017\solution\ccs\SetupDebugEnv.js"
java.lang.IllegalArgumentException: Illegal secondary id (cannot be empty or contain a colon) (C:\ti\ccs930\ccs\eclipse\configuration\org.eclipse.osgi\138\0\.cp\resources\dvtviews.js#131)
js:>
I am using ccs 9.3
Thank you in advance,
S.tarik,