Other Parts Discussed in Thread: SYSCONFIG
Hi
Is the CC1312 able to run the I2S from DMA while running the Stack 15.4 firmware?
Kind Regards
David
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.
Hello Marie,
As per your suggestion we remove UART and add I2S in that syscfg file but DMA is still reserved. Check screenshots below.
Additionally we check in syscfg GUI for UART and I2S. There is a DMA option is available in UART part but no DMA option in I2S part. check below screenshot.
Please suggest us that How to use DMA for I2S may help to get faster resolution.
Thanks,
Dinkar
Hi Dinkar,
Sorry about the confusion. The I2S has its own DMA as part of the module. You can read about it in the Technical Reference manual.
The DMA described by SysConfig is the uDMA which also has a chapter in the TRM. It's possible to use this with I2S but it's not currently supported by the I2S driver (or SysConfig).
I would recommend you to use the internal DMA in I2S.
https://www.ti.com/lit/swcu185
Cheers,
Marie H