Tool/software: TI-RTOS
I try transmit data in CAN-FD(use CANFD_transmitData)
If I only send a data at a time. It's OK.
But I continuous transmit data at a time. It's false.
I have to add Task_sleep(1) between CANFD_transmitData(n) and CANFD_transmitData(n+1)
Is there any way to make me the same as UART_writePolling?
Allow me to enter more than 64 information at a time.