2023-05-03 10:00 PM
2023-05-03 11:09 PM
2023-05-03 11:09 PM
2023-05-04 06:19 AM
Hello @wsuwa.1 ,
This ads1115 works with I2C communication ,you need to configure your I2C using STM32CubeMX then you can generate the code and manage your communication using HAL library.
ADS1115 I2C address is 0x48.
I recommend you follow this wiki for more details about the MX configuration : Getting started with I2C - stm32mcu
Hope my answer helped you!
Foued
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.