Hey everyone!
I'm working on a project i.e Text to speech conversion using TMS320C6713 TI processor. I'm usin CCS V3.1 .I'm converting the text into array values and giving them as input for eg :
Int16 table[8601]={0 ,0 ,0 ,0 ,0 ,0 ,0 ,0 ,-24 ,-23 ,-44 ,-53 ,-59 ,-54 ,-59 ,-48 ,-39 ,-37 ,-30 ,-25 ,-20 ,-21 ,-8 ,-5 ,0 ,4 ,-1 ,-1 ,3 ,7 ,0 ,3 ,3 ,1 ,8 ,10 ,22 ,9 ,9 ,5 ,2 ,8 ,1 ,14 ,22 ,22 ,11 ,17 ,17 ,12 ,16 ,17 ,13 ,25 ,22 ,12 ,10 ,8 ,-3 ,-8 ,1 ,0 ,2 ,4 ,-3 ,-8 ,-4 ,-4 , etc
here 8601 is the number of values that it converting for hello world text,for small words that is hello or hello world the processor is loading the file but with big integer values i.e more text the processor fails to process what i think is this is due to memory allocation in sram. What do you think is the solution for this? How can i increase storage capacity and make sure higher values can be given to the kit.
Thanks in advance.