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.

Task hooks configuration error

Other Parts Discussed in Thread: CC2650

Hi all,

I'm using BIOS 6.46 with CC2650 device and I get error while  running pre-build command :

Error while running "c:/ti/xdctools_3_32_00_06_core/xs"

*.cfg file:

/* Define and add one Task Hook Set */
Task.addHookSet({
switchFxn: '&mySwitchFxn'
});

Please advice how to solve this problem..

P.S.: When removed Task.addHookSet()  from the cfg file- no problem compiling the project!