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...
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.
...
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
> > ...
hi, i m searching for assembly code or algorithm used to calculate square root of number for fixed point architecture.
---------------------------------
Why delete messages? Un...
Hello,
I am trying to run the BIOS example, basic/clk on a C55xx platform,
using Code Composer Studio. But it doesn't work.
I have BIOS version 5_32_01 and CCS v3.3. Pretty...
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...
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...
Dear list,
I am using custom TMS320VC5501 board. It's using EMIF boot. My
application code runs fine either emulator mode or boot mode by
complier and linker under CCS2.21.
...
Hi all,
I am using a Spectrum Digital TMS320VC5510 DSK board to develop an application. The application, after FlashBurn to the onboard FlashROM, runs OK if I allocate the Data ...
Xiyu Shi-
> I am using a Spectrum Digital TMS320VC5510 DSK board to develop an
> application. The application, after FlashBurn to the onboard FlashROM,
> runs OK if I alloc...