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!