Northeastern-Electric-Racing / Shepherd-BMS

Our from-scratch Battery Management Application
4 stars 0 forks source link

Port LTC6804 driver to STM32 #13

Closed nwdepatie closed 1 year ago

nwdepatie commented 1 year ago

the LTC6804 chip directly monitors our battery, and transmits the data to Shepherd Controller via SPI.

Right now Shepherd 1.0 has the LTC6804 driver that is dependent on the NERduino SPI implementation. We need to redo some of the LTC initialization functions to take in an LTC struct similar to how we've been doing some Cerberus drivers AND probably set up the SPI line

dyldonahue commented 1 year ago

closing because i moved to Embedded-Base here