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