Technical discussions about the TI C55x DSPs (including the c5501, c5502, c5503, c5507, c5509, c5510 and OMAP5910).
Post a new Thread
myco...@163.com - Mar 10 2008
i want to put some domain of 5502 into idle state,but it does not work.
the following is my program:
MOV #0x00, PDP
MOV #0110101110B,PORT(@ICR)
IDLE ;XPORT,CLKGEN,CPU ena... 
gays...@hotmail.com - Mar 10 2008
Hello Christian,
Iam sure, this is quite late from the time you have posted this query,
but were you able to find a solution for your issue?
I guess, ARn used in such addr... 
bla bla - Mar 9 2008
Hi,
I'm developing a TMS320C55x functional simulatior
through a tool called ArchC, in order to get my B.Sc.
in Electrical Engineering.
Right now, I have issues to identif... 
p4pr...@gmail.com - Mar 7 2008
Hi,
I am working CCS v3.1. in tat i wan to do malloc of a simple array and i am getting the following linker error.
undefined first referenced
sym... 
Randy Hoo - Mar 3 2008
I am using CCS with 5510DSK on one project and I met a problem.
I find out that some examples can not include the head for the support
library in another example and vice virsa.
... 
n_magnani - Mar 2 2008
Hi,
I am newbie to DSP world and presently learning c5510 with dsk5110 kit.
I tried googling for API reference guide for board support library but
was unable to find any. Can an... 
Randy Hoo - Feb 29 2008
Hi all,
I am doing a job about implementing a digital filter into ccs by using
the library function named fir. But whenever I use this, the complier
always report that
> > ... 
abhi thakur - Feb 27 2008
hi, i m searching for assembly code or algorithm used to calculate square root of number for fixed point architecture.
---------------------------------
Why delete messages? Un... 
Randy Hoo - Feb 14 2008
Hi all,
I am working with DSK 5510 to interface it to camera module C3188. I
need four pins to do the I2C controll job and something like that. But
I still need 8 extra pins t... 
muon...@aselsan.com.tr - Feb 13 2008
1. This works:
char *myArr = "Hello";
LOG_printf(&trc, "%s", myArr);
but this does not:
char myArr[128] = "Hello";
LOG_printf(&trc, "%s", myArr);
Does a... 
previous |
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
next