Tool/software:
Now I'm using the method recommended in the SDK:
1. use MCAN_initTxBufElement() config the tx buf;
2. set buf number and call MCAN_txBufTransIntrEnable(), MCAN_writeMsgRam(), MCAN_txBufAddReq() to send buffer.
What should I do to send multiple frames of CAN FD messages at one time and quickly? The data segments are all 64 bytes.
Thanks.