Skip to main content
Ciavolino.Giuseppe
Associate II
September 10, 2018
Question

I2C on stm32L496 : migrating from HAL to LL

  • September 10, 2018
  • 1 reply
  • 539 views

 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?

This topic has been closed for replies.

1 reply

Tesla DeLorean
Guru
September 10, 2018

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 (See Profile) Up vote any posts that you find helpful, it shows what's working..