Other Parts Discussed in Thread: MSP430F5529
Hello,
I am using an MSP430F5529 to measure a current using an external ADC (BOOST-LMP92064EVM) at 50 kHz. I would like to transfer each measurement (4 bytes) via USB CDC.
Unfortunately, it seems that when using a 10 us timer to start an SPI measurement, at every transfer the timer gets blocked for 60 us (up to 64 bytes, this delay is constant, independently on the size of the measurement).
I am using the USB API provided by TI and checked the behaviour with an oscilloscope. When changing the CPU speed from 20 to 25 MHz this 60 us delay remained constant.
According to the example provided by TI in BOOST-LMP92064EVM (binary available only), it should be possible to reach a 50 kHz sampling frequency. Does anybody have a similar problem or an example of the serial protocol used to start the measurement in the binary example (as well as which pin is used for the external trigger)?
Thanks,
Markus