This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

MSP430FR2476: Memory allocation problem MSP430

Part Number: MSP430FR2476

Hi,

I've got a problem with MSP430FR2476 when I use memory allocation. I'm using IAR 7.12.4

Basically, the "malloc()" function doesn't allocate the memory. I did a test program and noted the values of the first and second positions of the vector doesn't receive the correct inicialization, like this picture:

I've tried to set the Heap size on the compiler settings, like this:

I've tried to set the Heap size on the linker file, but the result are the same. If I change the type of "p" or set 0 on the Heap size, the vector doesn't receive any value.

**Attention** This is a public forum