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.

uint8_t buffer size definition

Other Parts Discussed in Thread: MSP430F5659

Hi,

I'm working with MSP430F5659 on TS430Pz100USB and I need to create a uint8_t buffer[50000]. But when I try building my project I obtain error: "size of array ‘buffer’ is too large".

My buffer can reach only 10000 elements dimensions.

Is it possible to create and use array larger than that size? I see in data-sheet that MSP430F5659 has 512 KB Flash and 64 KB SRAM.

How can I obtain my target of 50000 size buffer?

I use CCS v. 6.0.0.00190 and GNU compiler v. 4.8.0 (Red Hat)

Thanks in advance for your answers and advices.

**Attention** This is a public forum