Is there an API that allows you to send data greater than 8 bytes through the CAN communication protocol?
I would like to build an application on an STM32 microcontroller (the one integrated in the NUCLEO-L432KC) that allows to transmit a message of 192 bytes or more if possible on CAN BUS.At first, I was thinking of a mechanism that in the transmission ...