Hello
I am working whit msp432 and trying to measure frequency like you, but i have problem with the result, i can't measure more than 32888 Hz and i don't know the problem.
Would it be possible a little help? someone can see the problem?
My code is a Energia sketch:
#include <driverlib.h>
volatile uint32_t R10=0;
volatile uint32_t R20=0;
volatile uint32_t Cont=0;
const Timer_A_CaptureModeConfig captureModeConfig =
{
TIMER_A_CAPTURECOMPARE_REGISTER_1, // CC Register 1
TIMER_A_CAPTUREMODE_RISING_EDGE, // Rising Edge
TIMER_A_CAPT