Tool/software: Code Composer Studio
I've created a simple project in code composer in assembly in which I take some data from a buffer, some filter coefficients from another buffer and then do the convolution in order to create the filtered output. I use the simulator and not the dsk board. The program is very simple but I get the following error:
If I put a breakpoint in the loop in which I'm getting the data the program runs until it reaches the 278th loop and then the error appears again. Also if I run it without a breakpoint most of the times windows close the application. In the following link you can download the project:
https://www.sendspace.com/file/qw5jri
Does anyone know what could be wrong?