2017-07-05 08:53 PM
I am working with the STM32F429 and we use the timer pwm output as the ads1271 CLK。 we get the wave as the picture show
We think CLK
quality
is poor,so the sample rate is inaccurate. Any ideas ?Thanks,
End.
Solved! Go to Solution.
2017-07-06 08:33 PM
The main reason is my SPI interrupt function that recieve data from ADS1271 is inefficient. SPI lost samle points, after improve the spi ISR performance,now 4 x 102.4KSPS worked well for me.
2017-07-05 09:03 PM
are you running your F429 with HSI or HSE?
2017-07-06 12:34 AM
follow is the clock config
2017-07-06 01:21 AM
First is to check which SPEED1:0 has been selected for the output pin. (output strength/slew rate)
2017-07-06 02:59 AM
Review PLL parameters (jitter) in DS and compare to your requirements/measurement.
JW
2017-07-06 08:33 PM
The main reason is my SPI interrupt function that recieve data from ADS1271 is inefficient. SPI lost samle points, after improve the spi ISR performance,now 4 x 102.4KSPS worked well for me.