Posted on March 11, 2017 at 07:16We are working on the above mentioned controller,please provide us the library and sample application source codes.where can I download?Thanks..
Posted on June 15, 2017 at 12:43I also have problem writing and reading the data EEPROMMy EEPROM DevAddress is 0xA0the MSB bit of DevAddress is 0 for writing and 1 for readeing.val = HAL_I2C_GetState (&hi2c1);print('HAL_I2C_GetState = %x', val);val ...
Posted on June 15, 2017 at 09:04 my EEPROM DevAddress is 0xA0the MSB bit of DevAddress is 0 for writing and 1 for readeing.val = HAL_I2C_GetState (&hi2c1);print('HAL_I2C_GetState = %x', val);val = HAL_I2C_Master_Transmit (&hi2c1, (uint16_t) 0xA0, 'E...
Posted on June 14, 2017 at 13:11HAL_I2C_IsDeviceReady(&hi2c1, (uint16_t)(0x18<<1), 3, 100) returns HAL_ERROR.Still i didn't get any idea why my code is not working..please can any one healp me..thanks.
Posted on June 14, 2017 at 11:36 this code struct at while (HAL_I2C_IsDeviceReady(&hi2c1, (uint16_t)(0x18<<1), 3, 100) != HAL_OK) {} //wait until the device is readyand what will be the value of reg_addr,value and dev_addr . HAL_I2C_Master_Transmi...