Sign in

username:

password:



Not a member?

Search compdsp



Search tips

comp.dsp by Keywords

Adaptive Filter | ADPCM | ADSP | ADSP-2181 | Aliasing | AMR | Anti-Aliasing | ARMA | Autocorrelation | AutoCovariance | Beamforming | Bessel | Blackfin | Butterworth | C6713 | CCS | Chebyshev | CIC Filter | Circular Convolution | Code Composer Studio | Comb Filter | Compression | Convolution | Cross Correlation | DCT | Decimation | Deconvolution | Demodulation | DM642 | DSP Boards | DSP/BIOS | DTMF | Echo Cancellation | Equalization | Equalizer | ETSI | EZLITE (Ez-kit Lite) | FFT | FFTW | FIR Filter | Fixed Point | FSK | G.711 | G.723 | G.729 | Gaussian Noise | Goertzel | GPIO | Hilbert Transform | IFFT | IIR Filter | Interpolation | Invariance | JTAG | Kalman | Laplace Transform | Levinson | LPC | McBSP | MIPS | Modulation | MPEG | Multirate | Notch Filter | Nyquist | OFDM | Oversampling | Pink Noise | Pitch | PLL | Polyphase | QAM | QDMA | Quantization | Quantizer | Radar | Random Noise | Reed Solomon | Remez | Resampling | RTDX | Sampling | Sharc | TI C6711 | Undersampling | Viterbi | Wavelets | White Noise | Wiener Filter | Windowing | XDS510PP | Z Transform

Ads

Discussion Groups

Free Online Books

See Also

Embedded SystemsFPGAElectronics

Discussion Groups | Comp.DSP | COFF Load in DSK6416(Urgent)

There are 5 messages in this thread.

You are currently looking at messages 0 to 5.


COFF Load in DSK6416(Urgent) - Hamid - 2004-03-26 08:52:00

Hi all

Is it possible to load a COFF file into C6416DSK without CSS?
Any help would be appreciated.

Regards , Hamid
______________________________
New DSP Code Snippets Section now Live.   Learn more about the reward program for contributors here.

Re: COFF Load in DSK6416(Urgent) - Randy Yates - 2004-03-26 09:03:00



h...@yahoo.com (Hamid) writes:

> Hi all
>
> Is it possible to load a COFF file into C6416DSK without CSS?
> Any help would be appreciated.

I presume you meant "CCS" (Code Composer Studio). 

Yeah, there are several ways, assuming the 64x works like the 
54x in this respect. There is a bootloader built into the off-the-shelf
devices that will try various ways to load on power-up: the serial
port, from memory if a "magic number" is at a certain (I/O?) address,
etc. 

For the 54x, the document spra602c describes this process. www.ti.com.
-- 
%  Randy Yates                  % "Rollin' and riding and slippin' and
%% Fuquay-Varina, NC            %  sliding, it's magic."
%%% 919-577-9882                %  
%%%% <y...@ieee.org>           % 'Living' Thing', *A New World Record*, ELO
http://home.earthlink.net/~yatescr
______________________________
New DSP Code Snippets Section now Live.   Learn more about the reward program for contributors here.

Re: COFF Load in DSK6416(Urgent) - Hamid - 2004-03-26 13:44:00

Hi Randy

I do mean CCS, What I need is a host application that I can load the
program from this application to the DSK , not to the flash memory.

Now , I'm wondering if TI has provided any library for this
purpose(that I can use in my host application)as e.g they have it for
DSK 6711(load6xdr).

regards : Hamid
______________________________
New DSP Code Snippets Section now Live.   Learn more about the reward program for contributors here.

Re: COFF Load in DSK6416(Urgent) - Randy Yates - 2004-03-26 14:17:00

h...@yahoo.com (Hamid) writes:

> Hi Randy
>
> I do mean CCS, What I need is a host application that I can load the
> program from this application to the DSK , not to the flash memory.

The technique I described was to load to memory (RAM), not FLASH.

> Now , I'm wondering if TI has provided any library for this
> purpose(that I can use in my host application)as e.g they have it for
> DSK 6711(load6xdr).

I guess one would have to ask what the hardware interface is. Serial
port? USB? Can the MCBSP be configured to operate like a UART? 

Don't know if I can offer anything else - sorry I can't be of more help.
-- 
%  Randy Yates                  % "I met someone who looks alot like you,
%% Fuquay-Varina, NC            %             she does the things you do, 
%%% 919-577-9882                %                     but she is an IBM."
%%%% <y...@ieee.org>           %        'Yours Truly, 2095', *Time*, ELO   
http://home.earthlink.net/~yatescr
______________________________
New DSP Code Snippets Section now Live.   Learn more about the reward program for contributors here.

Re: COFF Load in DSK6416(Urgent) - seb - 2004-03-27 16:38:00

h...@yahoo.com (Hamid) wrote in message news:<a...@posting.google.com>...
> Hi all
> 
> Is it possible to load a COFF file into C6416DSK without CSS?
> Any help would be appreciated.
> 
> Regards , Hamid

Hello,

I think so. I already made an application for a 6713 which is load
inside the 6713 memory using HPI with an MPC860. The out file generate
by the CCS is just a COFF format file. Using the COFF format, it is
possible to load different section (.txt, .bss, ....) at the rigth
place inside the 6713 map. Then the 6713 is started and application
can run.
______________________________
New DSP Code Snippets Section now Live.   Learn more about the reward program for contributors here.