Looking for an L9963E C STM32 Library
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-02-10 2:19 AM
Hi everyone,
I'm currently working on a project where I need to interface an STM32 with the L9963E BMS IC from ST. Before developing my own driver, I wanted to check if anyone has already written a C library for this IC and would be willing to share it or provide some guidance.
If you have experience with the L9963E and have developed a driver, I'd appreciate any insights, code references, or suggestions you can provide.
Thanks in advance!
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-02-18 9:12 AM
I’m closing this thread as I’ve decided to develop my own open-source driver, that will be accessible from https://github.com/antoniocapone/l9963-open . For reference, there is also an existing driver that supports the use of the L9963T transceiver (and for now it works only with the transceiver), https://github.com/squadracorsepolito/L9963E_lib.
Special thanks to every people that answered to my question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-02-10 2:22 AM
https://www.st.com/en/automotive-analog-and-power/l9963e.html#tools-software
A complex system designed from scratch never works and cannot be patched up to make it work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-02-10 2:39 AM
Hi Andrew,
I have already seen this page. The evaluation board's firmware source code is not provided.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-02-14 1:34 AM
The L9963E is an automotive device whose software is usually only available from your local distributor or STMicroelectronics office.
Hope that helps?
Regards
/Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-02-18 1:29 AM
I am developing a dedicated application in which I need to interface an STM32 microcontroller with the L9963 integrated circuit. The IC datasheet is very clear on how to use/program it and therefore I was looking for an already developed (and maybe open source) driver for STM32. Thank you anyway for the reply.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-02-18 9:12 AM
I’m closing this thread as I’ve decided to develop my own open-source driver, that will be accessible from https://github.com/antoniocapone/l9963-open . For reference, there is also an existing driver that supports the use of the L9963T transceiver (and for now it works only with the transceiver), https://github.com/squadracorsepolito/L9963E_lib.
Special thanks to every people that answered to my question.
