hi:
Such as title:How does serial DMA receive indefinite length data? Are there any examples?thank you
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi Chen,
For which module, do you want to receive indefinite data? are you using TR based descriptor to receive data? If it is, there is a way to configure TR to receive indefinite amount of data.
Regards,
Brijesh
You could use API with the value 0x1FF to indefinitely receive data.. But this is possible for TR based transfer.
CSL_udmapCppi5TrSetReload((CSL_UdmapCppi5TRPD*)pTrpd, 0x1FF, 0U);
Regards,
Brijesh
What do you mean by TR
Please refer to TRM/datasheet for more information on TR.
Is there a demo application
No, as such.
Regards,
Brijesh