Tool/software:
What are the settings for MCASP_Transaction.count?
I set the size of the output buffer for a transaction, but McASP outputs data that exceeds the range of the output buffer.
I set the buffer size in bytes referring to the comments in mcasp.h. Is this incorrect?
I checked the mcasp_playback code in Example for reference and found that the buffer size is set by dividing by 4.
Why divide by 4?
Thank you.