Part Number: LAUNCHXL-CC1352P
Dear Support:
Is there any example code available that shows me what I need to do to perform a DMA memory-to-memory transfer using TI-RTOS?
The DMA example code I see in the SDK is tied to a peripheral. Currently I am using the CPU to move memory from one location to another and would like to use the DMA to do this, but am in a TI-RTOS environment and don't see any example code that I can use for a reference vs using bare-metal code.
Ideally I would like to take the lower byte of a buffer that is 16-bit wide data and transfer it to another buffer that is byte-wise and pack it so that the lower bytes of the 16-bit buffer is moved to another buffer that is packed 8-bit wide data. Would be nice if we have any example code that would provide this as a reference. Please advise.
Thanks,
Tim