Part Number: TMS320C6713B
Tool/software: Code Composer Studio
Hallo,
I am working now with TMS320c6713 (DSK6713) with CCS3.3. I have some read some examples from the book of Rulph Chassaing and Donald Reay. And there is an example program using the LOG_printf to transmit data from DAC to the CCS software, the example works well, but I need more data to use to make System-Identification. So I tried to change the Buffer Length in the DSP/BIOS configuration file, I took a screenshoot at below:
![]()
When I change the number of buflen (words), the program works still well when the number is smaller than 65536, in other word at maximum 32768, but it cant be bigger than 32768. When I change the number to 65536, the program can not show the data or number via the Log Message window any more. When I change the number to 32768, wich correspond to 8192 32bits data. But actually I want at least 16k 32bits data, so that means I must change the number to 1048576.
My question is if there is a limit or maximum that I can only transmit so many data, or can I change some thing to incream the Limit?
By the way, before I can only transmit 1024 32bits data which correspond the buflen (words) 4096 in the picture above. But I saw someone in this forum had the same problem and solved it by changing the Gel file of DSK6713. Which I also did changed the number of IRAM in the GEL file from 0x00030000 to 0x00800000, so that I think I have enough volume for IRAM to store the data.