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.

MSP430 and "error #more bytes needed segment DATA16_Z, CSTACK

Other Parts Discussed in Thread: MSP430F123

When I use a small array of Packets =8, unsigned char  Bdata1[(Packets*20+8)];
my code runs fine with DMC.map file results as following:
  574 bytes of CODE  memory
  252 bytes of DATA  memory (+ 12 absolute )
   8 bytes of CONST memory
Errors: none
Warnings: none:
Packets =15 I got following errors 
Inline image 1
I am not sure where else I can fit my variables and how to decide that its device limitation or coding issue.
Please help
Device Name- MSP 430 F123
Thanks