cancel
Showing results for 
Search instead for 
Did you mean: 

I2C on stm32L496 : migrating from HAL to LL

Ciavolino.Giuseppe
Associate II

 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?

1 REPLY 1

The source to both libraries is provided, if the LL doesn't give you the functionality, code your own equivalent.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..