I have generated the code for the SCE with Sensor Controller Studio that implements SPI communication and toggles led's to indicate that the code is executing. I have run the code in SCS and it works. I added the files to my TI-RTOS CCS project that is already functioning correctly. I added the following functions to my initialisation:
scifOsalInit(); scifOsalRegisterTaskAlertCallback(sciCallback); scifInit(&scifDriverSetup); scifStartRtcTicksNow(0x100);
The application runs but my task alert callback routine never executes. No flashing led's or SPI coms on the scope either so the SCE is definitely not running. What am I missing?
Cameron