2018-09-10 06:57 AM
Is it possibile to obtain the equivalent of HAL_I2C_Mem_Write(I2C_HandleTypeDef *hi2c, uint16_t DevAddress, uint16_t MemAddress, uint16_t MemAddSize, uint8_t *pData, uint16_t Size, uint32_t Timeout) in Low Level like function?
2018-09-10 07:42 AM
The source to both libraries is provided, if the LL doesn't give you the functionality, code your own equivalent.