2014-11-04 03:41 AM
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-discovery2014-11-04 05:13 AM
How about the
? 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 .2014-11-04 08:57 PM
Thanks for reply....