User Activity

Posted on December 23, 2013 at 23:44hello forum.I am trying to communicate with mpu6050 with I2C. I am trying to receive data from sensor.But when I send second address of sensor , arbitration lost is occur. ARLO(arbitration lost bit) is set. There ...
Posted on December 21, 2013 at 13:35hello.I want to write byte to the sensör with I2C so write this code void MPU6050_I2C_Init(){        // RCC Configuration        RCC_HCLKConfig(RCC_SYSCLK_Div2);        RCC_PCLK1Config(RCC_HCLK_Div1);        RCC_P...
Posted on December 18, 2013 at 19:46hello.I want to communicate with sensör with I2C.First I must send the sensor register address to sensor.And then I receive the data from this sensor register.So first I configure I2C peripheral as master transmit...
Posted on December 15, 2013 at 13:23Hello.I use STM3210C-eval board. I program it with Keil V4.70.0.0 . I want to fill the unused memory area so if program counter corrupt and jumps to unused area , I create an reset.How do ı fill unused area with r...
Posted on December 08, 2013 at 14:54hello I want to learn how to use independent watchdog so I wrote this code but it doesnt work .here is my code :#include ''stm32f10x.h''#include ''stm32_eval.h''#include <stdio.h>GPIO_InitTypeDef GPIO_Config_Anaht...
Kudos from