I am writing code to play sounds using McBSP2 as an I2S master
I am currently using sdma channel to send "full" 5120 byte packets to the McBSP transmitter.
How can I handle a remaining "partial" packet? Do I need to use an additional DMA channel and a link?
For example: a 1/2 second , two channel, 16bit per channel, 32KHz sound is 64000 bytes long.
Using a full packet size of 5120 12 and 1/2 packets are needed.
Thanks,
Larry