Could something be wrong with my gel file??
I found a thread where someone had the same error which was located in the gel file, there was a false implementation in the "reset" function. But he had a different device than me....
Luna,
Finally I could sove my problem.
The gel file coming with the CCS5 for my DSP generation (F28335) disables by default the XINTF. Mine is locate in
ccs5_2\ccsv5\ccs_base\emulation\gel
You can edit and uncomment the following line
OnReset(int nErrorCode)
{
..
XINTF_Enable(); /* Uncomment to enable XINTF on Reset */
}
Hope it will work with you too