Part Number: MSP430I2031
Hello,
i am developing a power measurement and over current (and over voltage) shutdown solution using MSP430I2031.
The current measurement works fine, but the problem is that the measurement time is too long, it takes about 2 seconds.
For over current or over voltage cutoff, we need the measurement to be done in at least 200ms.
When we look at the source code, it seems that the data is measured when the number of samplings equals the sampling rate (Hz)*2.
(In the SD24_ISR function in the hal_adc.c file...)

Because of this, even if I increase the sampling frequency, the value always takes 2 seconds.
Is it possible to shorten the power measurement time to 200ms or less?
thank you



