In my conversion, this board also manages the HV system in my car. Here's the current iteration: It has two MC33664 transceivers to speak to up to 30 Taycan modules in total. I use 8 on each chain in my car. It can all be configured using the OpenInverter web interface: My original design needed 3 CAN buses so I had based it on the STM32F413VHT6. Because there were some weird gaps in libopencm3 support for it, I built the firmware in Arduino with FreeRTOS instead and implemented the OpenInverter parameter system.
Is there interest in a controller like this? Happy to make it more standalone without the HV controls if anyone is interested in using Taycan packs in their setup.
The code is over here: https://github.com/outlandnish/subaru-brz-hv-ecu - a good portion of it is still vibe coded and a bit nonsensical so don't judge it too harshly