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.

CC2650: Enable interrupt without using RTOS

Part Number: CC2650

Good evening everybody,

I need to program CC2650 in call an ISR when a port rising edge is detected. 

My application will only be sensitive to this edge, so I don't think I need the RTOS.

I tried to comment the "BIOS_start();" function the application I developed but I'm not enable to detect edge changing through interrupt.

Is there a way to enable interrupts without calling th "BIOS_start();" function?

Best regards,

Matteo