There is a bug with the function Hwi_getHandle() in <\ti\sysbios\family\c28\Hwi.c>. The function name looks like it has something pasted into it resulting in
Hwi_getHanHwi_dispatcherSwiSupdle(UInt intNum)
which is obviously incorrect. By removing the Hwi_dispatcherSwiSup portion of the name and rebuilding, or using the full screwed up name, it works correctly. Fortunately the package contains all the proper files for rebuilding which allowed me to use the function after I fixed it.
Mark