cancel
Showing results for 
Search instead for 
Did you mean: 

Mems code for STM32F3-Discovery.

uzair
Associate II
Posted on November 04, 2014 at 12:41

I am new to embedded system. I have STM32F3-Discovery board. And I need MEMS (Accelerometer, Gyroscope) code, which gives data using USART.

Thanks in advance.......

#mems #stm32 #discovery #usart #stm32f3-discovery
2 REPLIES 2
frankmeyer9
Associate II
Posted on November 04, 2014 at 14:13

How about the

http://www.st.com/web/en/catalog/tools/PF258154

?

Just ignore the ''Cube migration'' sales pitch.

It contains the sourcecode of the firmware it is preloaded with.

Just add the UART code, which you can pick up from examples in the

http://www.st.com/web/en/catalog/tools/PF258144

.

uzair
Associate II
Posted on November 05, 2014 at 05:57

Thanks for reply....