I have an application that needs to push out lots of data via CAN. After implementing it, we are noticing that the time we are spending transmitting data via CAN is causing delays for other tasks. So we are exploring DMA to speed up things. Looking at the reference manual, it appears that DMA is only implemented for the legacy and enhanced RX FIFOs? Does this means there is no way to use DMA to speed up CAN data transmissions?
If it is possible to use DMA to speed up CAN transmissions, I did appreciate a sample configuration.