DSPRelated.com

Help for multiple project running...

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

I have some problem at hand. I do not know how to proceed. I want to implement H.264 encoder and decoder working simultaneously. But I have...

I have some problem at hand. I do not know how to proceed. I want to implement H.264 encoder and decoder working simultaneously. But I have separate encoder and decoder projects. I have implemented decoder. Encoder is going fine on simulator. ## I want to combine to projects or so. So that I will load decoder on target and run entirely there. ## Also I want my encoder to run at simulator...


Problem with the memory map file

Started by Radu Duma in Code-Composer Studio18 years ago

Hi, i have generated an CCS project from Simulink using Embedded Traget blockset for the TI TMS320F2812 DSP.When i try to load the .out file to...

Hi, i have generated an CCS project from Simulink using Embedded Traget blockset for the TI TMS320F2812 DSP.When i try to load the .out file to the board i receive the error: "Data verification failed at address 0x3FFFC2. Please verify target memory and memory map." The momry map file loks like: MEMORY { PAGE 0: /* Program Memory */ ZONE6 : origin = 0x100000, length ...


ccs problem

Started by nmkr...@gmail.com in Code-Composer Studio15 years ago 2 replies

Hi everyone, I am having a spectrum digital emulator board with TMS320c5416 dsp. I bought that and i installed the CCS in my desktop. When I...

Hi everyone, I am having a spectrum digital emulator board with TMS320c5416 dsp. I bought that and i installed the CCS in my desktop. When I connect the board and start the CCS, the USB is enumerated but then a error window is coming. It is like this title of the window: CPU_1- DSP DEVICE DRIVER. CONTENT: CAN'T INITIALIZE TARGET CPU I/O PORT : 540 BOARD NAME: SDGO5416DSK (SPECTRUM DIGI...


Debug problem for TMS320LF2407A in flash.

Started by massimilianosebastiani in Code-Composer Studio19 years ago

I have a problem while trying to debug in flash memory of TMS320LF2407A and TMS320LF2402A. Using either a code written by me or a code...

I have a problem while trying to debug in flash memory of TMS320LF2407A and TMS320LF2402A. Using either a code written by me or a code supplied by TI as an example, when I load the .OUT file into flash memory (on my target or on ezdsp2407) the following things happen: 1) During the programming, the message "Identifier not found: main" is displ


Help Needed on Alignment Issue with CCS V1.3 and ARM7

Started by Glenn Shirley in Code-Composer Studio20 years ago

I've got an odd alignment issue I need some help with. I'm using CCS V1.3 with an ARM7 as my target. I have three structures: ...

I've got an odd alignment issue I need some help with. I'm using CCS V1.3 with an ARM7 as my target. I have three structures: struct Z_T { u16 a; u16 b; }; struct Y_T { u8 c u8 d; Z_T e; }; struct


DSP/BIOS ERROR

Started by p_sa...@yahoo.co.in in Code-Composer Studio18 years ago 1 reply

HI to all, When i use DSP starter KIT C6711,Port=378,we load the program in dsp.its no problem.but i use dsp/bios..this error is...

HI to all, When i use DSP starter KIT C6711,Port=378,we load the program in dsp.its no problem.but i use dsp/bios..this error is coming.. Error 1 Data Verification failed at addres 0x8000000 please verify target memory and memory map.. Error 2: Error 0x80000200/-122 Fatal error during execution This error was generated by TI's USCFI driver A bad parameter value was detected with...


Regarding CCS link for matalab

Started by p_sanma in Code-Composer Studio18 years ago

Dear friends, Once a model is Created in Simulink(that is using video&image processing block set).Input image is geting through from file...

Dear friends, Once a model is Created in Simulink(that is using video&image processing block set).Input image is geting through from file and output is viewing from video viewer block set. Using real time workshop, RTDX and Embedded Target ,i select the dsp processor for my application..once a model is executed, it automatically invoke the ccs & generates the code in CCS.. but i ...


Code Composer Studio error message using DSK6711

Started by ahmadagha23 in Code-Composer Studio18 years ago

Hi My DSK6711 board worked properly but after some times using paralel port cable for programming it,I recieve the following message from...

Hi My DSK6711 board worked properly but after some times using paralel port cable for programming it,I recieve the following message from Code Composer Sudio 2. Can you help me to avoid this message and use the DSK? Can't Initialize Target CPU: Error 0x80000200/-700 Fatal Error during: OCS, This is a TI USCIF adapter library (Sourceless EPK) error. POD ERR_RESET Error detecte


could not open source file DSP281x_Device.h

Started by radu...@yahoo.com in Code-Composer Studio18 years ago 2 replies

Hi, i have tested the Matlab demo PWM Duty Cycle Control via Period Change, on an F2812 eZdsp board. I've built the simulink model, and it...

Hi, i have tested the Matlab demo PWM Duty Cycle Control via Period Change, on an F2812 eZdsp board. I've built the simulink model, and it creates a Code Composer Studio Project. But when I build the project doesn't find the file DSP281x_Device.h. I copy this file from Matlab\toolbox\rtw\target\tic2000\tic2000\ and after building the project i get the same error. I use Matlab 7.1 and Code Co...


Code Composer/Emulator error

Started by bogdan in Code-Composer Studio18 years ago

Dear All, Fatal Error during: Execution, Target Communication, Control,  Device driver: Lost USB connection...

Dear All, Fatal Error during: Execution, Target Communication, Control,  Device driver: Lost USB connection to emulator. You should ABORT and restart


maximal length in file I/O transfer , bug?

Started by klob...@yahoo.co.uk in Code-Composer Studio17 years ago

What is the maximal length (data size) in file I/O transfer (using probe point, target is coff file *.out)? For example with length 1000 work...

What is the maximal length (data size) in file I/O transfer (using probe point, target is coff file *.out)? For example with length 1000 work correctly but for length 10000 collaps. It start writing to file on HDD without end, until I end task in windows. Was reading from SDRAM, where was correctly declared matrix with relevant size, then no reading from bad address. CCS ver. 3.1.0, DSK 6416T. ...


Help on compilation errors during project through TMS320C6713 DSK + RTDX + CCS

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

I am working with CCS on TMS320C6713 DSK Kit. I want to use RTDX for interfacing PC Host and Target device through MatLab . Prob : " MATLAB-DSK...

I am working with CCS on TMS320C6713 DSK Kit. I want to use RTDX for interfacing PC Host and Target device through MatLab . Prob : " MATLAB-DSK Interface Using RTDX, with MATLAB for FFT and Plotting " .. All program files , library file and all supporting files are included inti program project. But during compilation, one error has occured ...shown below .. ************************* ...


Re: Help on compilation errors during project through TMS320C6713 DSK + RTDX + CCS

Started by Jeff Brower in Code-Composer Studio16 years ago

Gopal- > I am working with CCS on TMS320C6713 DSK Kit. I want to use RTDX for > interfacing PC Host and Target device through MatLab . > ...

Gopal- > I am working with CCS on TMS320C6713 DSK Kit. I want to use RTDX for > interfacing PC Host and Target device through MatLab . > > Prob : " MATLAB-DSK Interface Using RTDX, with MATLAB for > FFT and Plotting " .. > > All program files , library file and all supporting files are > included inti program project. > > But during compilation, one error has occured ...shown below


memory map

Started by Syed Moinuddin in Code-Composer Studio23 years ago

hi ,         I have code composer 1.20 for c5000 DSP, when i defined memory map of target system

hi ,         I have code composer 1.20 for c5000 DSP, when i defined memory map of target system