Hello,
I had a general inquiry about using SPI with the TCAN4550. We are trying to use the STM32F446xC as the microcontroller to control the device. The microcontroller can only perform 8 or 16 bit transfers through SPI. We were thinking of using a bit-banging approach. We would basically manually control the CS line and perform two 16 bit transfers in order to perform SPI writes. Does this seem like a viable option? Also we are a bit confused and would appreciate any advice on how to handle SPI reads from the TCAN4550 to the STM32 given the 16bit limit.
Thank you