Hi, I compiled and run psp provided audioSample project (..\Texas Instruments\pspdrivers_01_30_00_05\packages\ti\pspiom\examples\evm6747\audio). Everything works fine with the default definition
#define BUFLEN 2560 /* number of samples in the frame */
but if I change to 25600 samples and run CCS, Stdout shows next error
Assertion failed, ((0 != ioPacket->size) && ((32768u) >= ioPacket->size/chanHandle->noOfSerAllocated)), file Mcasp.c, line 3007
And LOG name -> trace shows:
0
Audio Sample Main
1
MEM_calloc failed.
2
MEM_calloc failed.
3
MEM_calloc failed.
4
MEM_calloc failed.
5
MEM_calloc failed.
6
MEM_calloc failed.
7
MEM_calloc failed.
How can avoid this problem?
Thanks in advance,
Gaston