2014-02-28 12:37 PM
Hello,
I tried and tried to connect my discovery board to i2c device and it didnt work. Today i saw, there si new version of software out, that had some changes in i2c scripts but i still cant connect. Can anyone confirm, that i2c scripts for stm32f4-discovery are working?thanks, joe #discovery #i2c #stm32f42014-03-01 02:42 PM
while(HAL_I2C_Master_Transmit(&I2cHandle, (uint16_t)0x40<<1, (uint8_t*)aTxBuffer, (uint16_t)TXBUFFERSIZE, (uint32_t)1000)!= HAL_OK)
More details :
http://scriptogr.am/jtech/post/note-to-myself-about-i2c-adressing-on-stm32f4-discovery
have fun