This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC2642R: Sensor Controller ALERT signal

Part Number: CC2642R

Hi , 

I have an issue in receiving ALERT signals from the SC to the main app CPU, the Sensor Controller generates ALERT signals in the execution code where should the main CPU get this signals and run the ALERT callback function , but after merging the SC code with empty ble5_ simple_peripheral project and flashing the code to CC2642 there is no ALERT signals received as should .

the SC execution code :

output.Counter=output.Counter+1;

fwGenAlertInterrupt();

fwScheduleTask(3);

CS code (after adding the needed SCIF code files):

so please is there additional something needed to get this code work?