Part Number: TMS570LS1114
Hello, I want to use DMA to implement CAN message reception and I would like to ask the following questions.
1. I want to receive multi-byte data, how do I configure the dmaConfigCtrlRxPacket function? What is its trigger mechanism?Why can I only receive one frame of data to the destination address at a time.When I sent data to the MCU, the interrupt only entered once, and there was no response when I sent it again.My configuration is shown inpicture.
2.Can DMA only use interrupts to trigger reception?what about polling mode? Are there any related routines for DMA to receive large amounts of data?
Thanks for your help.