I need to precisely measure the time elapsed between falling edges on two gpio pins. I'm not sure of the best way to do this. I've been looking into using one of the four GPT in the M3 core to do this.
I'm familiar with the M3 and driverlib, but this is my first time using the RTOS. Are there any references out there for something like this? Is the GPT the best way to accomplish this?
I'm using the BLEPeripheral example on the CC2650 dev kit. In the end application i plan to use the CC2640.