Sign in

username:

password:



Not a member?

Search c6x



Search tips

Subscribe to c6x



c6x by Keywords

AD535 | BIOS | Booting | Bootloader | C621 | C6211 | C6415 | C671 | C6711 | C6711DSK | C6713 | CCS | Chassaing | COFF | DAT | DM64 | DM642 | DMA | DSK671 | DSK6711 | EDM | EDMA | EMIF | Emulator | EVM | EVM620 | FFT | FIR | GPIO | Halting | HPI | HWI | IDK | JTAG | LDB | LDH | LDW | Linker | LMS | LOG_printf | Matlab | McBSP | MEM_alloc | MIPS | PCI | PCM3003 | Pipeline | Profiling | QDM | Reset | ROM | RTDX | Sampling | SDRAM | Stack | TEB | THS1206 | TMS320C621 | TMS320C6416 | TMS320C6711 | TMS320C6713 | UART | Vector Table | XBUS | XDS560


Discussion Groups

See Also

Embedded SystemsFPGAElectronics

Technical discussions about the TI C6000 DSPs (including the c62x, c64x and c67x DSPs).

  

Post a new Thread

C6711 DSK - Nikhil S. Parvatikar - Sep 27 10:17:00 2001

Hi !!!
 
I needed the following help.........
I have a DSK C6711 board with me............
I am trying to port my code on the DSP..
I am new to using the DSK...
The following are the problems.....
 
I have a code which compiles & linkes without any problem........
i looked at the Map file for making changes in the Command file......
since my code doesnot fit completely in the Internal RAM ( 64 KB )
i have put certain sections in the External memory ( starting at 0x80000000 )
the code loads on the DSP without any problems ........ ( some times if i change the location i have a problem )
now when i want to debug i have a problem the it debugs only till some stage & then i get this dis assembly window......
I think it is a Memory problem............ kindly sugget....
 
i think my code is falling in the restricted areas of the memory...........hence i am not able to run after loading....
 
My questions are as follows.........
 
1) Is a linker command file a MUST to port the code on the target coz i have loaded a few Tutorial programs that run with or
without the command file.........and it still works
 
2) where can i get the information on the linker command files........
Can i run the code completely on the External RAM ( i think it should be possible kindly clarify......)
or should some part of the code be on the Internal RAM.....
 
3) Where can i get the complete Memory map of C6711 DSK i have looked at GEL_MAPADD( ) of C6211;
in the CCS 2.0.
 
 
I am sure ur that ur suggestions will be of great help.......
 
bye
nikhil 

--------------------------------------------------------------
Dexcel Electronics Designs (P) Ltd., Bangalore, India
______________________________
New Code Sharing Section now Live on DSPRelated.com. Learn about the Reward Program for Contributors here.



(You need to be a member of c6x -- send a blank email to c6x-subscribe@yahoogroups.com )

C6711 DSK - sanjeev_aru - Dec 6 6:49:00 2004



I am interested to collect audio samples, being sampled by the C6711
DSK at 8 KHz, to a file in a PC. I used LOG_printf and developed a
DSP/BIOS program. It does job of collection the samples in a file but
misses entries randomly.

Is there any solution to this problem?

The LOG_printf, even if data is less, one variable in 20 ms, doesn't
seem to work reliably, without missing data. Same was tried using
XDS560 also to avoid data rate problem but problem exists.

Any suggestion/example code/pdf etc

thanks



______________________________
Start your Android Ice Cream Sandwich development on TI's AM35x Sitara ARM Cortex-A8 processor today.



(You need to be a member of c6x -- send a blank email to c6x-subscribe@yahoogroups.com )

Re: C6711 DSK - Nithin Rajagopal - Dec 6 23:29:00 2004

I am no expert in this but I guess it might have to do with ur size
of log buffer ...u might want to use the STS object to check how
many times log-printf was executed and how many samples captured in
that period.

Probably other experts in the group may be able to give a better
solution.

-Nithin
--- In , "sanjeev_aru" <sanjeev_aru@y...> wrote: > I am interested to collect audio samples, being sampled by the
C6711
> DSK at 8 KHz, to a file in a PC. I used LOG_printf and developed a
> DSP/BIOS program. It does job of collection the samples in a file
but
> misses entries randomly.
>
> Is there any solution to this problem?
>
> The LOG_printf, even if data is less, one variable in 20 ms,
doesn't
> seem to work reliably, without missing data. Same was tried using
> XDS560 also to avoid data rate problem but problem exists.
>
> Any suggestion/example code/pdf etc
>
> thanks
> sanjeev_aru@y...



______________________________
New Code Sharing Section now Live on DSPRelated.com. Learn about the Reward Program for Contributors here.



(You need to be a member of c6x -- send a blank email to c6x-subscribe@yahoogroups.com )

Re: C6711 DSK - Mike Dunn - Dec 7 4:58:00 2004

Sanjeev_aru,
 
From the CCS help file-
· Disable types of logging that are not relevant to the analysis you are performing in the RTA Control Panel.
· In the configuration file, increase the buflen of the log so that a longer sequence of events can be stored.
· Increase the polling rate so that fewer events will occur and be overwritten in the log by new events before the target has a chance to gather the log information.
 
I have used #2 and/or #3 to solve similar problems.
 
mikedunn


sanjeev_aru <s...@yahoo.co.in> wrote:
I am interested to collect audio samples, being sampled by the C6711
DSK at 8 KHz, to a file in a PC. I used LOG_printf and developed a
DSP/BIOS program. It does job of collection the samples in a file but
misses entries randomly.

Is there any solution to this problem?

The LOG_printf, even if data is less, one variable in 20 ms, doesn't
seem to work reliably, without missing data. Same was tried using
XDS560 also to avoid data rate problem but problem exists.

Any suggestion/example code/pdf etc

thanks
s...@yahoo.co.in_____________________________________



______________________________
New Code Sharing Section now Live on DSPRelated.com. Learn about the Reward Program for Contributors here.



(You need to be a member of c6x -- send a blank email to c6x-subscribe@yahoogroups.com )