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?