Part Number: MSP-EXP432P401R
Hi to all!
I have a problem on creating a large arrays object. I'm using the gcc compiler (4.9.3) on ccsv6 (6.2.0.00050) and I write the program in c++.
I have done some test to discover the problem, but I'm unable to find a solution because when I arrive to the line of code that create the array (using the new) the debug run for a long time, and when i pause it, the debug pointer goes to the default_handler routine. But before the debug execute this line of code, i obtain some message like this "memory map prevent reading ...", this message disappear if I do a debug step.
I have read some post about this error, but I did not understand how to fix it.
In my program, I need to use 4 arrays of 2000/3000 uint16_t elements. The msp432 have a 64Kb of ram, so i not fill all the memory of the microcontroller.
Someone can help me to solve this problem?