Part Number:OMAP-L138
Tool/software: TI C/C++ Compiler
I am working on OMAP-L138 for audio processing. My code includes FFT, MFCC, and GMM to classify the bird sound. There is no compile error, but it stops when I run the program.
It seems the problem is a memory, because I can see that the memory values change while running the code by seeing the dnuebugging mode.
Another issue is that I cannot use the dynamic memory allocation (malloc and calloc), therefore, I assigned the memory with arrays only.
Is there any manual to solve the problem?