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.