Hi,
I am trying to develop firmware for BMS that was designed using MC33774A. I am interfacing the AFE with STM32 MCU.
Is there any reference code or library available for this part in C/C++.
Thank you
Developing firmware for the MC33774A with an STM32 MCU involves creating a custom driver using the STM32 HAL library. This driver will handle SPI communication, register configuration, cell voltage measurement, balancing control, fault detection, and temperature monitoring. Refer to the MC33774A datasheet and consider adapting code snippets from online resources while prioritizing safety and thorough testing.