When I add the CSL_intcGlobalNmiEnable call to my project, I get two errors
1. "../mutex.c", line 47: warning #225-D: function declared implicitly
2. error #10234-D: unresolved symbols remain
symbol in file
--------- ----------------
CSL_intcGlobalNmiEnable ./mutex.obj
I know I should add something like the following to my cfg file to make it work:
var cslSettings = xdc.useModule('ti.sysbios.csl.Settings');
cslSettings.useCSLIntcLib = true;
However, I have not found what the secret code is. Anybody have any ideas?
Thanks