2020-09-08 03:38 AM
I was wondering why the library function LL_I2C_HandleTransfer is not available in th F4 LL library?
Solved! Go to Solution.
2020-09-09 03:35 AM
Hello @DCull.1 ,
The I2C IP for STM32L0 is not the same as STM32F4, and the I2C implementation is different.
You can refer to the UM1725 Description of STM32F4 HAL and low-layer drivers, which gives you an overview of low-layer drivers and a detailed description of each peripheral driver: configuration structures, functions, and how to use the given API to build your application.
Best Regards,
Imen
2020-09-09 03:35 AM
Hello @DCull.1 ,
The I2C IP for STM32L0 is not the same as STM32F4, and the I2C implementation is different.
You can refer to the UM1725 Description of STM32F4 HAL and low-layer drivers, which gives you an overview of low-layer drivers and a detailed description of each peripheral driver: configuration structures, functions, and how to use the given API to build your application.
Best Regards,
Imen