DSPRelated.com

Details regarding the query posted on Position Independent Code

Started by deep...@rediffmail.com in Code-Composer Studio16 years ago

Hello, I am working on a project related to Memory Overlay. The development platform being used is Code Composer Studio Platinum v3.3, C6416...

Hello, I am working on a project related to Memory Overlay. The development platform being used is Code Composer Studio Platinum v3.3, C6416 Device Cycle Accurate Simulator/DSK6416 Board. On some architectures there is a facility to compile the code as a Position Independent Code. I want to know if TI provides some options with CCS which would enable to compile code in this manner.


problem on using far mode

Started by Artham Sridhar in Code-Composer Studio18 years ago

Dear Friends, I am doing AMR CODEC simulations on tms320c5416. I got a problem while using simulator, code compose studio. Code for AMR CODEC...

Dear Friends, I am doing AMR CODEC simulations on tms320c5416. I got a problem while using simulator, code compose studio. Code for AMR CODEC is very big. It is not sufficient to place at once section. So I created different sections which I attached the document. I got a problem "trouble in writing in target cpu memory" plz send me the reply if any body know.thank you..


Simulating hardware interrupts

Started by Torgeir Jakobsen in Code-Composer Studio23 years ago

Hi I have problems simulating hardware interrupts in the C55xx simulator ( Code Composer Studio 1.2 ). I have enabled external...

Hi I have problems simulating hardware interrupts in the C55xx simulator ( Code Composer Studio 1.2 ). I have enabled external interrupt 0 and cleared INTM bit to enable all maskable interrupts. To generate an external interrupt 0 I try to set the INT0 flag in the IFR0 registe


Using Cache tag Ram Viewer tool to view cache misses on Board(EVM)

Started by dile...@mindtree.com in Code-Composer Studio15 years ago

Dear all, It has been given in a document TMS320C64x+ DSP Cache User?s Guide (SPRU862A) section 3.5 "On-Chip Debug Support" (pdf) that we can...

Dear all, It has been given in a document TMS320C64x+ DSP Cache User?s Guide (SPRU862A) section 3.5 "On-Chip Debug Support" (pdf) that we can see the cache status on the board( not device accurate simulator) in CCS 3.3v and above. But i am not able to see the cache details in CacheTagRamViewer on the evm board. Please let me know if their is any document availabe on this, or if any setti


Memory Map

Started by Anonymous in Code-Composer Studio22 years ago

I'm using the simulator for the TI C3X DSP, and I set a memory map range 0x00800000 - 0x0080FFFF, set as RAM. Everytime i set this ...

I'm using the simulator for the TI C3X DSP, and I set a memory map range 0x00800000 - 0x0080FFFF, set as RAM. Everytime i set this value, and restart code composer, I get an error saying: Can't Add Memory Map Add Memory Map Failed: Address: 0x800000 Length: 0x10000


loading an Hex file in Memory

Started by Anonymous in Code-Composer Studio23 years ago

Hello, Currently, I use a TMS320C5402 DSP. I begin using Code Composer. Fisrtly, I use the TMS320C5402 Simulator. So I...

Hello, Currently, I use a TMS320C5402 DSP. I begin using Code Composer. Fisrtly, I use the TMS320C5402 Simulator. So I don't use the DSK Card. The program I have to load in memory is converted in Hex file. I don't know how can I load it in memory with Code


How to use clock() function to get the processing time

Started by Li Bing in Code-Composer Studio19 years ago

HI, all DSP friends I am using C6711 Device Cycles Accurate Simulator in CCS 3.0 IDE. I want to use clock() function to obtain...

HI, all DSP friends I am using C6711 Device Cycles Accurate Simulator in CCS 3.0 IDE. I want to use clock() function to obtain processing time of a code, I used a sample code from CCS manual , but can not get the desired results, the result is always 0. The following is the code. Anybody can give me some hint about using clock() function to get


error : SXM bit latency addr: 0x.... Instr ...

Started by Anonymous in Code-Composer Studio23 years ago

Hello, I use Code Composer Studio with a C5402 Simulator. I can't execute my program because of an error (SXM bit latency ...

Hello, I use Code Composer Studio with a C5402 Simulator. I can't execute my program because of an error (SXM bit latency addr: .....). This error is due to the SSBX SXM instruction. The line after, it doesn't work. But this command line is generated by the


Error message about unaccess.h file

Started by Li Bing in Code-Composer Studio19 years ago

Hi, all DSP experts. I am using C67xx CPU Cycles Accurate Simulator to run a code under CCS 3.0 IDE. A funny error message appeared...

Hi, all DSP experts. I am using C67xx CPU Cycles Accurate Simulator to run a code under CCS 3.0 IDE. A funny error message appeared as following when I compile my code . Please pay attention to the message in red. Why does compiler point out a error in unaccess.h file and stdlib.h? I never use this header file unaccess.h in my code, and st


urgently needing the solution:about file IO in ccs

Started by sandipbiranwar in Code-Composer Studio19 years ago 1 reply

hi, I'm working on the simulator c54x(ccs v2). In my c code i'm inputing two *.dat files through probe points and also taking the output...

hi, I'm working on the simulator c54x(ccs v2). In my c code i'm inputing two *.dat files through probe points and also taking the output in two *.dat files . I'v converted the wav file to dat file through c code and store them in teh project folder and included the ccs header into the dat files. when i'm running code, i get this message op


file read/write problem

Started by kkunal_l in Code-Composer Studio19 years ago

Hello all I am running my program on CCS 55x simulator. I need to read input test vectors from a file and write the results...

Hello all I am running my program on CCS 55x simulator. I need to read input test vectors from a file and write the results to another output file. The input file has data (written in short data type) written to by a C program developed in Microsoft Visual C. It seems t


Re: [c6x] Command Line(DOS) Interface to CCS 3.3

Started by Jeff Brower in Code-Composer Studio17 years ago 1 reply

Nilesh- > Is there is method to compile my CCS project through command line? I mean to say > as in ccs we use build command for compiling and...

Nilesh- > Is there is method to compile my CCS project through command line? I mean to say > as in ccs we use build command for compiling and load for loading and run for > running in simulator, there must be some exe file corresponding to this. > > Can we use this exe file with appropriate switches to do same from DOS command > prompt? > > I think this can reduce lot of compile and runni


Command Line(DOS) Interface to CCS 3.3

Started by "H.264encoderondm642" in Code-Composer Studio17 years ago

Is there is method to compile my CCS project through command line? I mean to say as in ccs we use build command for compiling and load for loading...

Is there is method to compile my CCS project through command line? I mean to say as in ccs we use build command for compiling and load for loading and run for running in simulator, there must be some exe file corresponding to this. Can we use this exe file with appropriate switches to do same from DOS command prompt? I think this can reduce lot of compile and running time of CCS projects. ...


CCS memory map setting

Started by Torgeir Jakobsen in Code-Composer Studio21 years ago

Hi   I have a problem with the emulation through Code Composer Studio. So, far I have used the simulator when dev

Hi   I have a problem with the emulation through Code Composer Studio. So, far I have used the simulator when dev