Hi, I noticed something strange while writing some code for the MSP430F5529, before debugging. As I can see in the datasheet of the MCU I have 8+2 KB of RAM available. When I try declaring an array like int x[30720] CCS lets me do that. 30720*2/1024 makes 60KB. How come I get no error before debugging? Is this correct or am I missing something and I could use large arrays like that? Note that I didn't debug, so it's just a theoretical doubt.
↧