Hi, I'm using LPC54618 with mcan module. In SDK demos, there is only demos of sending can data with "dedicated buffers", while the real sending sequence is determined by CAN ID, But I need send CAN frames sequentially, as in a FIFO way.
I find there is "tx FIFO/queue" way of sending data, but no demos or APIs. Is there any demo or brief about how to use MCAN "tx FIFO/queue" method, or can anyone give me some tips. Thanks!
Solved! Go to Solution.
Hello @Patrick88,
Unfortunately, as you mention there is not an example to start with TX FIFO/QUEUE with MCAN module. Nonetheless, next we list information could be useful to take a look at:
Best regards, Raul.
Thank you for your advice, I've found a solution for my question.
①In MCAN initialization code, set TX FIFO configuration :
Hello @Patrick88,
Unfortunately, as you mention there is not an example to start with TX FIFO/QUEUE with MCAN module. Nonetheless, next we list information could be useful to take a look at:
Best regards, Raul.
With your tips, I finally found a slotion as below.
①in MCAN initialization code, configure TX Buffer:
I will look into the files you mentioned above, and post the solution if I find any.