User Activity

I am a nobe to these Mems sensor , i understood how to write the drivers of these sensors , setes its register to get raw values but i am unable to understand how to configure the internal settings of these sensors.like In Compass sensor we have to c...
I am using STM32F404 MCU I have interacted MPU6050 with my MCU and now i want to put IMUs data into some Eular equations for my application I have enabled FPU of Processor and using math.h library to code the equations i have observed that its takes...
I am using STM32F407 discovery board which is ARM cortex M-4 based , which comes with FPU.I need to perform some Floating point number and exponent calculations. for that i need to use to FPU to speed up the process.I have have written all the perip...
I have coded a program for I2C for my STM32F407 DISC-1 board.In which STM32 acts as master and sends data to a Arduino UNO whenever user button on STM board is pressed code works fine , i am getting proper output which is expected but when I run code...