Hi,
im trying to measure frequencies using the ADC10 by measuring the period between peaks and taking the inverse of the period*2(for a full wave).
i am able to measure low frequencies but when trying to measure high frequencies i am missing it because my code is only executing at approx. 5KHz
i have the clock configured as:
DCOCTL = CALDCO_16MHZ;
BCSCTL1 = CALBC1_16MHZ;
BCSCTL3 |= LFXT1S_2;
is this the fastest?
my analog is congfigured as