Need to interface LC709203F with STM32L071 using I2C
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2018-08-13 3:59 AM
I am a beginner. I'm not familiar with I2C and I have to interface LC709203F battery fuel Gauge with STM32L071 controller. I had no Idea how to get values from this fuel Gauge. I can just check IsDeviceReady. I want to set some levels of battery so that I can get the voltage levels of teh Lithium-Ion Battery. Plz help me. Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2018-08-13 5:58 AM
Review some of the examples in the HAL/Cube software trees. Most of the DISCO and EVAL boards have I2C devices attached and the BSP code frequently contains I2C routines to access them.
You will need to change the address to match the data sheet of the gauge.
Work with the people who set the assignment, and your peers, for direction and training.
Up vote any posts that you find helpful, it shows what's working..
