Hi,
In pspdrivers_01_20_00\packages\ti\pspiom\examples\evm6747\audio\src\audioSample_io.c, the BUFSIZE is defined as
#define BUFSIZE (BUFLEN * sizeof(Ptr))
Looks quite strange to me. Why *sizeof(Ptr)? The result turns out to be correct for 16bit stereo buffer, but this is not the right way to define it. Where is the Ptr defined?
Thanks
Yan