Dear Friends
1- If my source code is more than one page in c54X, is it must to have same runtime addresses for some parts of my code in the *.cmd file?
2- Do you know that is C...
Hi people.
I start using the TMS320C5416 few days ago. First, I test the examples of Sikora (I find this examples at http://focus.ti.com/general/docs/university/univ.tsp?templat...
hi...
i'm trying to modulate and demodulate a music file or a sound file...
Can we read a wav file or an mp3 file using c5416 and code composer studio?
and change it into...
I am using DSP TMS320C5416 starter kit of TI. It has TLC320AD50CDW analog interface. I want to give external analog signal whose amplitude is less than 1V. Had anybody interfaced t...
Hi guys. I have problem to make the C program for hilbert transform.
Example in matworks:
xr = [1 2 3 4];
x = hilbert(xr)
x =
1.0000+1.0000i 2.0000-1.0000i 3.0000-1.0000i ...
Christian-
> i need a help in my project...
>
> i'm using TMS320VC5416...
>
> i have a problem, i want to read a .dat-file. Data on the .dat-file is integer...
>
> ...
I have a simple c program to open a .dat file then print that on the output screen. When i build with ccs it need a command linker file and i don't know hot to make it. I'm using T...
Christian-
> > > i need a help in my project...
> > >
> > > i'm using TMS320VC5416...
> > >
> > > i have a problem, i want to read a .dat-file. Data on the .dat-file is...
Christian-
> > i need a help in my project...
> >
> > i'm using TMS320VC5416...
> >
> > i have a problem, i want to read a .dat-file. Data on the .dat-file is integer.....
Dear friends
I have a project for c54cst, which its source size is more than a whole page size (it is near to 140KB). So I must divide it to multi files and map the resulted .ob...