Part Number: TMS320F280049
Tool/software: Code Composer Studio
Hi, I have some questions and your help:
I' m using a TMS320F280049 in my own board, I'm writing the FW using the C language and the CCS9.3.
- in what way can I configure the memory areas (data size, code size,...) ? <---- LINKER
- when I try to declare an array of more than 512 integers, the FW crashes; if I declare 2 array of 512 the FW works good
int sig_buf[512],sig_buf2[512]; FW works
int sig_buf[1024]; FW fails
What is wrong ?
Thanks and best regards
Luigi