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.

Is the maximum memory size of a variable limit with MSP430 microprocessors?

Other Parts Discussed in Thread: MSP430F2619

Dear Friends,

When I declared a buffer with 256-byte, for example: pcRx0Buf[MAX_RXBUF]; where MAX_RXBUF = 256, the interrupt function of the USCIAB0RX_VECTOR doesn't work. If I decreased the buffer size to 128-byte, then the interrupt function works as what I expected. I would like to know that what is the maximum memory size of a variable limited with MSP430 microprocessors?  Thanks.

**Attention** This is a public forum