User Activity

Posted on August 16, 2016 at 15:01Hello folks, I am trying to obtain temperature value from LIS3MDL magnetometer as I need it to see the magnetic field variation based on temperature. But the temparature values are not seem to be correct. I am divid...
Posted on August 08, 2016 at 15:52Hello folks, I am trying to implement magnetomter LIS3MDL with STM32F4. After reading the X, Y and Z axis register I am getting negative values as they are 2's complement. How can I transmit them on UART to see nega...
Posted on August 08, 2016 at 14:39Hello folks, I am trying to implement the LIS3MDL magnetometer. I have a small confusion about its configuration. It have option of +-4 gauss upto +-16 gauss. So for the full scale configuration, i should configure ...
Posted on August 03, 2016 at 15:51HelloI have configured my STM32F405 board in the I2C master receiver mode. I am able to get interrupt for the start bit in the ISR. Now I am not able to clear the ISR flag. I tried to read out the I2C1_SR1 register ...
Posted on August 01, 2016 at 12:51Hello folks, I am trying to interface LIS3MDL magnetometer to STM32F4 boards. My clock is 25 Mhz.I am able to get output step by step using IAR embedded workbench but not able to get output when I run the program fr...