Posted on May 17, 2011 at 12:38I'm programming an I2C driver for a EEPROM chip (M24C08). As, in my device E2 is 1, the 7 bits addres of the device is 0xA8, insn't it? What is the meaning of the parameter I2C_InitStructure.I2C_OwnAddress1? Which valu...
Posted on May 17, 2011 at 12:37My value for V25 is 1.43. In the manual the value is between 1.34 and 1.52 but very small variations of this value imply big variations in the result. How could I get a better calibration of this value?
Posted on May 17, 2011 at 12:37I'm using the temperature sensor in my SMT32f103. It is configured in the following way: Quote:// ADC1 configuration ADC_DeInit(ADC1); ADC_InitStructure.ADC_Mode = ADC_Mode_Independent; ADC_InitStructure.ADC_ScanConvMo...
Posted on May 17, 2011 at 12:36I'm having problems when using float (in operations such as adding 2 float variables). I'm using the gcc compiler. What is the problem with float?