thed...@yahoo.com - Jul 24 2008
I've recently ran into issues allocating memory for variables in my program. At some point, I allocate memory as follows.
BIIR = (float **)calloc(20,sizeof(float*));
if( BI... 
thed...@yahoo.com - Jul 17 2008
I am having a problem with the audio examples provided with my device. I am using the PEP5416 module (uses TLV320AIC23), and running the code provided with the CD for this device ... 
adit...@gmail.com - Jul 17 2008
Hi all,
I'm trying to create a software interrupt "swi" to call the function "filter()" using DSP/BIOS APIs:
This is the part of the code that gives an error:
************... 
thed...@yahoo.com - Jul 14 2008
I attempted to run the BSL example "post.pjt", and I found some problems.
The rotary switch test doesn't appear to respond, and the audio coming in the microphones I have doesn'... 
ahma...@yahoo.com - Jul 13 2008
Hi
I have bought a xds510-usb2.0 jtag dsp emulator from YUHUA Elec. Co. .
Does it has any technical support web site?
How can I install it for code composer 3.3 or even 3.... 
thed...@yahoo.com - Jul 11 2008
Hi. I'm quite new to using Code Composer Studio v3.1, so this question might be rather simple. I get the following error when building my project.
error: can't allocate .bios... 
thed...@yahoo.com - Jul 10 2008
When trying to build my project on Code Composer v3.1, I get the following error.
"practicecfg.s54", ERROR! at line 283: [ ***** USER ERROR ***** - ]
Project build... 
thed...@yahoo.com - Jul 9 2008
Hi, I've recently started working with CCStudio v3.1 and have a project ready to build. When I compile my program that includes the standard BSL include files, such as pep5416.h a... 
clin...@gmail.com - Jul 1 2008
Help! In Code Composer Studio version 3.3.59.4, I'm trying to simulate a known working program, but keep getting the errors below. Option-> Memory Map shows that data memory 0x0 t... ![check memory config [-2184] errors in CCStudio](/new/images/icon_more.jpg)
XIANGYANG LIU - Jun 29 2008
Dear All
I just found a very strange problem while debugging a DSP program
in CCS v3.3
----------------------------- test5.pjt - Debug --------------------
------... 
|
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
next