DSPRelated.com

How to do task synchronization in multicore TI DSP?

Started by ashok_friendsonly in Code-Composer Studio15 years ago 1 reply

Hi Guys If anybody knows how to do task synchronization in multicore TI DSP? I have tried semaphore, but it didn't work? will it actualy...

Hi Guys If anybody knows how to do task synchronization in multicore TI DSP? I have tried semaphore, but it didn't work? will it actualy works in multi core? Waiting for your valuable advice Thanks and Regards


CCS2.2 to CCS3.1 Migration Problems, Compiled Codes Run Differently

Started by davi...@thalescomminc.com in Code-Composer Studio15 years ago 1 reply

Hello, My company is recently migrating from CCS2.2 to CCS 3.1. I'm opening the CCS 2.2 projects in CCS 3.1, lettting CCS 3.1 convert the...

Hello, My company is recently migrating from CCS2.2 to CCS 3.1. I'm opening the CCS 2.2 projects in CCS 3.1, lettting CCS 3.1 convert the CDB file and then saving the project. One of the projects I migrated is not working. When the project is compiled using 3.1 The behavior is like that of an errant pointer, we've debugged with an emulator and watched the execution "go out into the wo...


STATUS_ACCESS_VIOLATION (CCEv2)

Started by nikolasmartens in Code-Composer Studio15 years ago

Hi, I get this kinda weird problem so I wondered if anyone can help me with it. Symptoms: Compiling works fine but when I try to debug the...

Hi, I get this kinda weird problem so I wondered if anyone can help me with it. Symptoms: Compiling works fine but when I try to debug the programm I get following output: [...] Erasing flash memory (main)... Loading image... 2 [main] gdb430 2540 handle_exceptions: Exception: STATUS_ACCESS_VIOLATION 952 [main] gdb430 2540 open_stackdumpfile: Dumping stack trace to gdb430.exe.stackdu...


Wrong y-axis Scale on Graph

Started by tpei...@yahoo.com in Code-Composer Studio16 years ago

I am just trying to use the "insert graph" function in CCS v3.3. The thing I don't understand about the output graph is that it gives scaled...

I am just trying to use the "insert graph" function in CCS v3.3. The thing I don't understand about the output graph is that it gives scaled y-axis value. For argument's sake, I have put in a value of 4096 in address 0x8000 with a data buffer size of 128. I would be expecting to get a straight constant line at the value of 4096 (decimal number). However, I am getting this straight line with a valu...


ccs problem

Started by nmkr...@gmail.com in Code-Composer Studio16 years ago 2 replies

Hi everyone, I am having a spectrum digital emulator board with TMS320c5416 dsp. I bought that and i installed the CCS in my desktop. When I...

Hi everyone, I am having a spectrum digital emulator board with TMS320c5416 dsp. I bought that and i installed the CCS in my desktop. When I connect the board and start the CCS, the USB is enumerated but then a error window is coming. It is like this title of the window: CPU_1- DSP DEVICE DRIVER. CONTENT: CAN'T INITIALIZE TARGET CPU I/O PORT : 540 BOARD NAME: SDGO5416DSK (SPECTRUM DIGI...


Allocating initialized data in CODE_SECTION

Started by tatanka01b in Code-Composer Studio16 years ago

Hi... New here and to the CCS world in general. I am working on a project to convert some MSP430 assembly code to "C" using Code Composer. ...

Hi... New here and to the CCS world in general. I am working on a project to convert some MSP430 assembly code to "C" using Code Composer. The structure of the system requires me to have a 2-byte version number at the very beginning of the FLASH image -- something that is very easy to do in assembly: org 8000h dw 0214h ; version 2.20 org 8002h code goes h...


Negative values in array

Started by thed...@yahoo.com in Code-Composer Studio16 years ago 6 replies

In my project, I initialize an array as follows: float tempC[10]={2.4, -2.4456, -0.12564, -1.456, -4.235, 3.426, -3.876, -9.235, 1.2354,...

In my project, I initialize an array as follows: float tempC[10]={2.4, -2.4456, -0.12564, -1.456, -4.235, 3.426, -3.876, -9.235, 1.2354, 10.02}; After this, I assign the values of tempC to a global array in order to check the values in the watch window of the main program. When I check the values, I get the following numbers: {2.4, 1.2354, 10.02, -1.456, -4.235, 3.426, -3.876, -9.235, 1....


Audio Output Errors

Started by thed...@yahoo.com in Code-Composer Studio16 years ago

I recently got all of my code to work properly and display normal behavior in the watch window, so I'm beginning to listen to the output of the...

I recently got all of my code to work properly and display normal behavior in the watch window, so I'm beginning to listen to the output of the program. As I expected would probably happen, the output is not correct. To run simple testing, I place the following lines at the beginning of my program for(i = 0; i < dwNumNewSamples; i++){ while (!PEP5416_AIC23_read16(hCodec, &buffer[i]));


Memory problems

Started by thed...@yahoo.com in Code-Composer Studio16 years ago 1 reply

I've recently ran into issues allocating memory for variables in my program. At some point, I allocate memory as follows. BIIR = (float...

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( BIIR == NULL ) { return false; } for(i=0;i


Error creating software interrupt

Started by adit...@gmail.com in Code-Composer Studio16 years ago 1 reply

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...

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: *********************************************************** void filter(void); SWI_Attrs SWI_ATTRS={(SWI_Fxn)filter,0,0,1,0}; SWI_Handle swi= SWI_create(&SWI_ATTRS); ******************************************************...


Ask a Question to the DSPRelated community

To significantly increase your chances of receiving answers, please make sure to:

  1. Use a meaningful title
  2. Express your question clearly and well
  3. Do not use this forum to promote your product, service or business
  4. Write in clear, grammatical, correctly-spelled language
  5. Do not post content that violates a copyright