Posted on March 18, 2015 at 05:47I have a stm32f3discovery board,I want read the sensor's data, I use the driver in demo, but it take about 700 mseconds to get it, is this normal? but i want to handle these data under 20Hz. seconds0 = millis()...
Posted on January 23, 2014 at 06:24
the office pwm input example is work ok, but i want to capture 4pwm with one timer,so i find this:https://my.st.com/public/STe2ecommunities/mcu/Lists/STM32Discovery/Flat.aspx?RootFolder=%2Fpublic%2FSTe2ecommun...
Posted on March 25, 2015 at 02:58thx, I checked my code, GyroReadAngRate(gyro1); CompassReadMag(mag1); CompassReadAcc(acc1); this three line run in 5 milliseconds. and sprintf(output, ''e0:%f e1:%f e...