Hello,
I have a debug problem on arm_fft_bin_example in CMSIS DSP Library examples folder with my MSP432 Launchpad. I compiled and run the arm_matrix_example in CMSIS DSP Library examples correctly and I did not have any problem.
When I debug the project, the code can not be embedded on MSP432. In the example, an array with 32 bit 2048 floats used as external variable. The variable is defined in a different source code. I can not embed the code in that way. When I erase the source file in which the array is and define a new variable with zeros that has the same name, the code can be embedded. However, if I filled the array with 2048 elements different from zeros, the code could not be embedded.
I use CCS 6.1.0, CCS compiler 5.2.2 and CMSIS Release 4.3.
I tried the same code, same settings, same compiler, same CMSIS wity TIVA Connected Launchpad, there was no problem. I thought that there might be FLASH memory problem. But TIVA launchpad and MSP423 launchpad has same flash size and memory size.
What is the problem? I couldn not handle the embedding on MSP432.
